*{
	margin: 0;
	padding: 0;
}


body { 
	background-color: #c1c1c1; 
	margin-top: 0px; 
	margin-left: 0px; 
	text-align: center;
	color: #006;
	}
	
body, td, th, p, ul, ol, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #006;
	}

h3 {
	font-size : 12pt;
	font-weight : bolder;
	border-bottom : thin solid Navy;
	margin-bottom : 15px;
}

h4 {
	font-size : 12pt;
	font-weight : bolder;
	margin-top: 10px;
	margin-bottom : 10px;
}

site {
	height: 470px;
	width: 800px;
	margin : 40px auto;
	posisition: absolute;
	border: 1px solid #000033;
	background-image: url(../grafik/navi_linie.jpg);
	background-color: #ccc;
	background-repeat: repeat-y;
	background-position: 10px;
}

#site_1 {
	height: 1250px;
	width: 800px;
	margin : 40px auto;
	posisition: absolute;
	border: 1px solid #000033;
	background-image: url(../grafik/navi_linie.jpg);
	background-color: #ccc;
	background-repeat: repeat-y;
	background-position: 10px;
}

#navi {
	float: left;
	height: 450px;
	width: 170px;
	margin : 0 0 0 0;
	padding-top: 20px;
	padding-left: 10px;
	background-image: url(../grafik/navi_linie.jpg);
	background-color: #ccc;
	background-repeat: repeat-y;
	background-position: 10px;
	border: 0px solid red;
}

#navi ul {
	list-style: none;
	list-style-position: outside;
}

#navi li {
	margin: 0 0 0 0;
	padding-bottom: 10px;
}

#navi a {
	display: block;
	height: 37px;
	text-align: center;
	background-image: url(../grafik/navi.jpg);
	background-repeat: no-repeat;
	padding: 13px 28px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 400;
	text-decoration: none;
	color: White;
}

#navi a:hover {
	background-image: url(../grafik/navi.jpg);
	background-position: left -45px;
	color: Silver;
}

#navi pre {
	display: block;
	height: 37px;
	text-align: center;
	background-image: url(../grafik/navi.jpg);
	background-repeat: no-repeat;
	background-position: left -45px;
	padding: 13px 28px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 400;
	text-decoration: none;
	color: Navy;
}

#content {
	background-color: #ccc;
	float: right;
	background: transparent;
	height: 470px;
	width: 620px;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid blue;
}

#content_1 {
	background-color: #ccc;
	float: right;
	background: transparent;
	height: 1250px;
	width: 620px;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid blue;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	color: #006;
}

#content a:visited {
	text-decoration: underline;
	color: #006;
}

#content table {
	border-collapse: collapse;
	border: 0px;
	vertical-align: bottom; 
 } 
 
#content td img { 
	display: block; 
	vertical-align: bottom; 
}

#form {
	margin : 20px 0 0 30px;
}

#form a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	color: #006;
}	
	
#form a:visited {
	text-decoration: underline;
	color: #006;
}

#form td {
	text-align: left;
}

#form h3 {
	font-size : 12pt;
	font-weight : bolder;
	border-bottom : thin solid Navy;
	margin-bottom : 15px;
}

#legende {
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 7pt;
}