/* 
	alle Standard Formatierungen und Positionen der Container
*/
body, html {
	margin: 0px;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

body, p, div, a, input, select, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h1 { 
	font-size: 10pt;
	color:  #7081b8;
	margin-top: 10pt;
}

h2 { 
	font-size: 13pt;
	color:  #333399;
	margin: 0 0 0 5px;
	font-weight: normal;
}

td {
}

a {	
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}
a:link{ color: #000000; }
a:visited{ color: #000000; }
a:hover{ color: #000000; }
a:active{ color: #000000; }

img { border: 0px; }
/* div's */

#topLinks {
	margin-left: 0px;
	margin-top: 0px;
	height: 22px;
	color: #7081b8;
	line-height: 20px;
	width: 995px;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
	padding-top: 2px;
}
#topLinks a { color: #7081b8; }

#topImage {
	margin-left: 0px;
	margin-top: 23px;
	height: 70px;
	width: 995px;
	position: absolute;
	z-index: 10;
	background-color: #7081b8;
	white-space:nowrap;
	overflow:hidden;
	padding: 0px;
}
#logo {
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 0px;
	height: 70px;
	position: absolute;
	z-index: 10;
	padding-top:7px;
	text-align: center;
	width: 140px;
	font-size: 7pt;
	line-height: 11pt;
	color:#FFFFFF;
}
#topImage_0 {
	margin-left: 200px;
	margin-top: 0px;
	height: 70px;
	width: 750px;
	position: absolute;
	z-index: 10;
	padding: 0px;
}
#topImage_0 p {
	margin: 0px;
	padding: 0px;
}

#topNav {
	margin-left: 0px;
	margin-top: 70px;
	height: 48px;
	line-height: 22px;
	width: 995px;
	position: absolute;
	z-index: 11;
}
#topNav_0 { 
	height: 24px; 
	padding-left: 15px;
	color: #ffffff; 
}
#topNav_0 a { color: #ffffff; }

#topNav_1 {
	height: 24px; 
	padding-left: 15px;
	background-color:#e3e8f0;

}
#topNav_1 a{ color: #000000; }

#main {
	margin-left: 0px;
	margin-top: 119px;
	height: 1500px;
	width: 995px;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
}


