/*
  marcophono® Apps
  Das Telefonspassportal

  Patrik Phan
*/


@import "fonts.css";


/*
  ## STYLES ##
*/

::selection
{
    background-color: #ff8500;
    color: #fff;
}
::-moz-selection
{
    background-color: #ff8500;
    color: #fff;
}


h1 {
    font-family: 'SourceSansProExtraLight';
    font-size: 2.2em;
    color: #908581;
    margin-top: 0;
    font-weight: normal;
}

h2 {
    font-family: 'SourceSansProRegular';
    font-size: 1.6em;
    color: #fe9e35;
    margin-top: 0;
    font-weight: normal;
}

h3 {
    font-family: 'SourceSansProSemibold';
    font-size: 1.4em;
    color: #4290B8;
    margin-top: 0;
    font-weight: normal;
}

p {
    line-height: 1.6em;
}

a {
    text-decoration: none;
    color: #8A8A8A;
}

/*
  ## PAGE LAYOUT ##
*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333;
    background: url(../images/background.png);
    padding: 0;
    margin: 0;
}

/* Header */
#header-inner {
    margin: 0 auto;
    width: 990px;
    z-index: 200;
}

#header {
    background: url(../images/background-header.png) repeat-x;
    height: 161px;
    z-index: 100;
}

#header ul {
    padding: 0;
    margin: 0;
}

#header .menu {
    height: 20px;
    padding: 12px 0;
}

#header .menu li {
    display: inline;
    margin-right: 10px;
}

#header .menu li a {
    color: #787878;
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'SourceSansProRegular';
}

#header .menu li a:hover {
    color: #666666;
}

#header .logo {
    height: 85px;
    padding: 25px 0;
}


/* Teaser */

#teaser {
    background: url(../images/teaser.jpg) center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

#teaser-inner {
    margin: 0 auto;
    width: 990px;
    text-align: left;
}

#teaser-inner img {
    margin: 10% 0 0 0;
}

/* Page */

#app-download img {
    margin: 5% 15px 0 0;
}

#wrapper {
    width: 990px;
    margin: -20px auto 0 auto;
}

#content {
    background: #fff;
    padding: 14px;

    -moz-box-shadow: 0 0 5px #807575;
    -webkit-box-shadow: 0 0 5px #807575;
    box-shadow: 0 0 5px #807575;
}



/* Footer */

#footer {
    width: 990px;
    font-size: 8pt;
    padding: 10px 0;
    margin: 0 auto 10px auto;
}

#footer ul {
    padding: 0;
    margin: 0;
}

#footer li {
    display: inline;
    margin-right: 10px;
}

#footer li a {
    color: #888585;
    text-decoration: none;
}

#footer .copy {
    color: #4E4949;
    float: left;
}

#footer .branding {
    float: right;
}

/*
  ## IE-CENTERING FIX ##
*/

body {
    text-align: center;
}

#header-inner,
#content,
#footer {
    text-align: left;
}



