/*** normalisierung ***/
/* margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
margin:0;
padding:0;
}

/* font-size header */
h1, h2, h3, h4, h5, h6
{
font-size:100%;
}

/* entfernt list-style aus listen */
ol, ul
{
list-style:none;
}

/* font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var
{
font-style:normal;
font-weight: normal;
}

/* tabellen */
table
{
border-collapse: collapse;
border-spacing:0;
}

/* entfernt border aus fieldset und img */
fieldset, img
{
border:0;
}

/* richtet text in caption und th links aus */
caption, th
{
text-align:left;
}

/* entfernt anfuehrungszeichen aus q */
q:before, q:after
{
content:'';
}

/*** design ***/

body
{
width: 984px;
margin: 20px;
font-family: Verdana, Arial, sans-serif;
font-size: 100.01%;
font-size:0.8em;
color: #1e1911;
background-color: #FFFFFF;
}

#obenlinks
{
position: absolute;
top: 20px;
left: 20px;
height: 122px;
width: 131px;
background: url(/media/img/com-and-com-logo.png) no-repeat top left;
}

#obenmitte
{
position: absolute;
top: 20px;
left: 154px;
height: 122px;
width: 706px;
background: url(/media/img/com-and-com-mitte.png) no-repeat top left;
text-align: center;
}

#obenrechts
{
position: absolute;
top: 20px;
left: 860px;
height: 122px;
width: 131px;
background: url(/media/img/com-and-com-logo.png) no-repeat top left;
}

#navlinks
{
position: absolute;
top: 150px;
left: 20px;
width: 131px;
height: 1500px;
background: url(/media/img/com-and-com-nav.png) no-repeat top left;
}

#content
{
position: absolute;
top: 150px;
left: 160px;
width: 668px;
height: 1500px;
padding-left: 15px;
padding-right: 10px;
}

#navrechts
{
position: absolute;
top: 150px;
left: 860px;
width: 131px;
height: 1500px;
background: url(/media/img/com-and-com-nav.png) no-repeat top left;
}

#navContainer
{
position: absolute;
top: 37px;
left: 0px;
width: 131px;
height: 200px;
}

#obenmitte h1
{
margin-top: 15px;
color: #FFFFFF;
font-size: 1.9em;
}

#content h1
{
font-size: 1.5em;
font-weight: bold;
color: #73ACFF;
padding-bottom: 15px;
}

#content h3
{
font-size: 1.1em;
font-weight: bold;
color: #73ACFF;
padding-bottom: 5px;
}

#content p
{
font-family: Verdana, Arial, sans-serif;
font-size: 0.9em;
line-height:1.2em;
color: #000000;
}

#content strong
{
font-weight: bold;
}

#content a, a:link, a:visited
{
color: #4F76A8;
font-weight: bold;
text-decoration: none;
}

#content a:focus, a:hover, a:active
{
color: #F5E873;
font-weight: bold;
text-decoration: none;
}

#content ul
{
list-style-type: square;
margin-left: 15px;
}

#navContainer ul
{
list-style-type: none;
}

#navContainer ul li
{
margin-bottom: 5px;
}

#navContainer ul li a
{
font-weight: bold;
font-size:0.9em;
display: block;
height: 20px;
text-align: center;
line-height: 20px;
color: #FFFFFF;
text-decoration: none;
background-color: #6191CF;
}

#navContainer ul li a:focus
{
background-color: #F5E873;
}

#navContainer ul li a:hover
{
background-color: #F5E873;
}

#navContainer ul li a.menu-current:visited
{
color: #FFFFFF;
background-color: #4F76A8;
}
