html {height:100%;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
	margin-top: 50px;
	margin-left:15%;
	line-height:14px;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#990000;
	
	}
	
h1{font-size:9pt;font-style:normal;font-weight:lighter;color:#990000}
h2{font-size:9pt;font-style:normal;font-weight:lighter;color:#333333}
h3{font-size:8pt;font-style:normal;font-weight:lighter;color:#999999}
h4{font-size:7pt;font-style:normal;font-weight:lighter;color:#666666}

a{color:#999999;text-decoration:none}
a:active{color:#666666;text-decoration:none}
a:hover{color:#990000;font-weight:normal;text-decoration:none}

p{font-style:normal;/*text-align:justify;*/font-family:Verdana, Arial, Helvetica, sans-serif;color:#333333}
strong{font-size:8pt;color:#666666}

ul{list-style-image:url(bilder/point.gif);list-style-position:outside}
li{font-style:normal;font-family:Verdana, Arial, Helvetica, sans-serif;color:#333333}


/*.abstand {padding: 0px 10px 0px 0px;}*/
.rot {color: #990000}


#seite {
	text-align:left;
	width:780px;
	height:500px;
	background-image:url(bilder/background.gif);
	background-repeat:no-repeat;
	}
	
/* Die Strichellinie */
#line{
	float:left;
	width:760px;
	height:480px;
	border:2px dashed #990000;
	margin:10px;
	}	
	
/* Die Titelzeile */
#title {
	float: left;
	width:280px;
	height:100px;
	text-align:left;
	margin:70px 0 0 0;
	}

/* Das Menü */
#menu {
	float:right;
	text-align:left;
	margin:70px 130px 5px 0;
	}


/* Der Inhalt */
#content {
	float:left;
	text-align:left;
	width:680px;
	padding:20px 30px 10px 40px;
	}
	
#bildoben{
	padding:2px;
	margin:0px 10px 0px 40px;
	float: right;
	border:1px dashed #990000;
	}