/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* reset end */

body {
    background: White;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
}

#wrapper {
    width: 596px;
    margin: 30px auto 5px auto;
    border: 2px solid #A4A5A5;
}
#header {
    height: 98px;
    border-bottom: 2px solid #A4A5A5;
}
#header img.logo {
    width: 200px;
    height: 33px;
    margin-left: 12px;
    margin-top: 25px;
}
#nav {
    height: 26px;
    background-color: #54AAD7;
    border-bottom: 2px solid #A4A5A5;
    text-align: left;
}
#nav ul {
    margin-left: 29px;
    margin-right: 29px;
}
#nav ul li {
    display: inline;
    font-size: 11px;
    line-height: 26px;
    color: White;
    padding-right: 42px;
}
#nav ul li.last {
    padding-right: 0px;
}
#nav ul li.active a {
    font-size: 14px;
}
#nav ul li a {
    color: White;
    text-decoration: None;
}
#teaser {
    height: 148px;
    border-bottom: 2px solid #9AA5A5;
    background: Transparent url(../images/bildleiste-startseite.jpg) top left no-repeat;
}
#content {
    padding: 20px 20px 15px 29px;
    font-size: 11px;
    line-height: 14px;
    color: Black;
}
#content h1.headline {
    margin-bottom: 25px;
    font-size: 18px;
    color: #54AAD7;
    line-height: 20px;
    font-weight: normal;
}
#content h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}
#content div {
    line-height: 14px;
    font-size: 11px;
}
#content p {
    margin: 11px 0;
    line-height: 14px;
}
#content p,
#content li {
    font-size: 11px;
    color: Black;
    font-family: Arial, Verdana, sans-serif;
}
#content strong {
    color: #008CD2;
    font-weight: normal;
}
#content ul li {
    margin-left: 15px;
    list-style-image: url(../images/bullet.jpg);
    list-style-position: outside;
}
#footer {
    width: 600px;
    margin: 0 auto;
    padding: 0;
    font-size: 11px;
    text-align: center;
    margin-bottom: 20px;
}
a {
    color: #008CD2;
    text-decoration: underline;
}
body.allfinanzkonzept #teaser {
    background: Transparent url(../images/allfinanz-header.jpg) top left no-repeat;
}
body.leistungen #teaser {
    background: Transparent url(../images/leistungen-header.jpg) top left no-repeat;
}
body.firmenkunden #teaser {
    background: Transparent url(../images/firmenkunden-header.jpg) top left no-repeat;
}
body.kontakt #teaser {
    background: Transparent url(../images/kontakt-header.jpg) top left no-repeat;
}
body.unternehmen #teaser {
    background: Transparent url(../images/unternehmen-header.jpg) top left no-repeat;
}
#hotline {
    margin: 30px 20px 0 0;
    float: right;
    line-height: 14px;
    text-align: right;
    color: #9AA5A5;
}

