/*CSS ZEROING*/


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;
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	}

#maincontainer {
	width: 740px;
	height: 650px;
	margin-top: auto;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	padding-top: 29px;
	}

#logo {
	width: 740px;
	height: 68px;
	background-repeat: no-repeat;
	background-image: url(../images/header.jpg);
	}
	
#main_navi {
	text-align:left;
	background-image: url(../images/navi_bg_rechts.jpg);
	height: 24px;
	width: 740px;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0px;
}


#main_navi ul li {
	display: inline;
	text-align:left;
	padding-left: 5px;
}

#sub_navi {
	background-color: #7a9698;
	margin-left: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: -1px;
}


#sub_navi ul li {
	display: inline;
	padding-top: 0;
	padding-bottom: 0;
	padding-left:0px;
	color: #FFF;
	margin-left: 5px;
	padding-right: 0;
	margin-right: 5px;
}
#sub_navi ul li a {
	color: #FFF;
}
#sub_navi ul li a:hover {
	color: #FFF;
	background-color: #09F;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -5px;
	margin-left: -5px;
}

#text {
	margin-left: 5px;
	margin-right: 50px;
	margin-top: 29px;
}
#text p {
	color: #7a9698;
	line-height: 150%;
}



#maincontent {
	height: 650px;
}




a { 
	color: #7a9698;
	text-decoration: none
}

a:hover {
	color: #3FA8FC;
	text-decoration:none;
}
h1 {
	font-size: 20pt;
	padding-left: 10px;
	padding-bottom: 0px;
	color: #3EA1FC;
	padding-top: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.navi_aktuell {
	background-color: #09F;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.navi_aktuellKopie {
	background-color: #09F;
	margin-left: -5px;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mainnavi_geklickt {
	color: #09F;
}
#maincontainer #maincontainer a img {
	padding: 1px;
}

