@charset "UTF-8";
a:link {
	color: #DC006B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DC006B;
}
a:hover {
	text-decoration: underline;
	color: #DC006B;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.footer {
	font-size: 13px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	padding-bottom: 15px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgt_top.gif);
	background-repeat: repeat-x;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 25px;
	line-height: 30px;
	padding-top: 35px;
	padding-bottom: 20px;
}
.img {
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.puff {
	padding-top: 20px;
	padding-bottom: 20px;
}
.twitter {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 36px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 35px;
	padding: 5px;
}
.text {
	font-size: 15px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.subHeader {
	font-size: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
	line-height: 21px;
	font-style: normal;
	font-weight: bold;
}
.citat {
	font-size: 15px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
	line-height: 21px;
}


.imgInfo {
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #DDDDDD;
	border-top-width: 0px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-right: 20px;
	padding-left: 20px;
}
.imgLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 270px;
	width: 415px;
	background-image: url(images/how_it_works_01a.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: top;
	text-align: center;
	padding-top: 110px;
	padding-left: 35px;
}
.imgRight {
	padding-bottom: 20px;
	height: 310px;
	width: 320px;
	background-image: url(images/how_it_works_01b.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: 0%;
	text-align: left;
	padding-right: 85px;
	padding-left: 45px;
	padding-top: 90px;
	color: #999999;
}

#nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #nav li {
        float: left;
    }
	

#nav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


#nav {
    /* IE<7 */
    _height: 1%;

    /* IE7 */
    +display: inline-block;
}


#nav li {
    background: url(images/nav-left.gif) no-repeat left top;
    float: left;
}

    #nav li a {
        background: url(images/nav-right.gif) no-repeat right top;
        display: block;
        padding: 20px 25px 10px 15px;

        font: 14px Georgia;
        text-transform: none;
        text-decoration: none;
        color: #999;

        outline: 0;
    }


#nav li:hover {
    background-position: left -100px;
}

    #nav li:hover a {
        background-position: right -100px;
        color: #fff;
    }

#nav li.selected, #nav li.selected:hover {
    background-position: left -200px;
}

    #nav li.selected a, #nav li.selected:hover a {
        background-position: right -200px;
        color: #999;
    }
.footerDotted {
	font-size: 13px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 15px;
}

