@charset "UTF-8"; /* ---------------------- SEMANTIK ---------------------- */ /* Hiermit werden ALLE Abstände auf null gestellt */ 

* { margin:0px; padding:0px; } /* Die Basisschriftgrösse wird im Body definiert. Falls nicht anderes angegeben, wird dies durchgehend vererbt. Bitte alle anderen Schriftgrössen in ems angeben (1em = Basisgrösse, 2em = doppelte Basisgrösse). Dies hat den Vorteil, dass mit der Einstellung der Grösse in "body" alle Schriftgrössen verändert werden. Tabellen (td tr etc sind davon nicht betroffen) */ 
body {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: none;
	margin-top: 15px;
}

h1, h2, h3, h4, h5, h6 {
margin-bottom:1em;
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
color:#004494;
}

h1 {
font-size:1.8em;
}
h2 {
font-size:1.6em;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.2em;
}
h5 {
font-size:1em;
}
h6 {
font-size:1em;
}

p {
margin-bottom:1em;
}

a, a:link, a:visited {
color:#004494;
}

a:hover {
color:#e2001a;
}

a:active {
}

ul {
margin-left:15px;
}

li {
}

td {
font-size:12px;
}

tr {
}

table {
}

blockquote {
}

cite {
}

address {
}

fieldset {
}

input {
font-size:12px;
border:#CCCCCC 1px solid;
}

textarea {
font-size:12px;
}

select {
font-size:12px;
}

label {
font-size:12px;
}

img {
border:none;

}
/* ---------------------- LAYOUT ---------------------- */

#center {



}

#wrap {
width:955px;

}

#header {
background-color:#FFFFFF;
height:103px;
}

#header-le {
float:left;
margin-left:300px;
padding-top:20px;
}

#header-ri {
float:right;
}


#mainnaviwrap {
display:none;
}



#subnavicontainer {
	display:none;
}
#contentwrap {
	min-height:400px;
	padding-left:106px;
	padding-top:32px;
	padding-right:180px;
	background-color: #FFFFFF;

}
#contentwrap img {
padding-top:4px;
}
#maincontent {
padding-bottom:20px;
}
#contentfooter {
 
}
#marginal {
}

#quality {
	display:none;
}
#footer {
	display:none;
}

#footer-le {
}

#footer-ri {
}

.clearer {
clear:both;
}


