#body
{
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:88%;
	color: #333333;
}

#body h1
{
	font-size:90%;
	font-weight:normal;
}

#body a:link
{
	color:#111111;
	text-decoration:none;
}

#body a:visited
{
	color:#111111;
	text-decoration:none;
}

#body a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.aussen
{
	height:100%;
	width:100%;
	background-color:#AAAAAA;
	/*background-color:#DE433A;*/
}

.rahmen
{
	height:450px;
	width:750px;
	border: 1px solid #999999;	
	background-color: #CCCCCC;
	
}

#kopf
{
	height:80px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
}

#menue
{
	top:60px;
	height:16px;
	width:500px;
	left:100px;
	text-align:left;
	/*font-size:105%;*/
	
}

#menue a:link
{
	padding-right: 10px;
	padding-left: 10px;
}

#menue a:visited
{
	padding-right: 10px;
	padding-left: 10px;
}

#untermenue
{
	left:55px;
	top:30px;
	height:16px;
	width:440px;
	position:absolute;
	/*background-color:#D8D8D8;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}

#untermenue a:link
{
	padding-right: 10px;
	padding-left: 5px;
}

#untermenue a:visited
{
	padding-right: 10px;
	padding-left: 5px;
}

#menue2
{
	top:340px;
	height:16px;
	width:450px;
	left:100px;
	text-align:right;
	font-size:105%;
	
}

#menue2 a:link
{
	padding-right: 10px;
	padding-left: 20px;
}



#mitte
{
	left:0px;
	height:330px;
	width:750px;
	background-color:#EEEEEE;
	border-bottom: 1px solid #999999;
	position: absolute;
}

#text1
{
	left:60px;
	top:30px;
	height:265px;
	width:430px;
	position:absolute;
	overflow: auto;
}

#text2
{
	left:60px;
	top:60px;
	height:245px;
	width:430px;
	position:absolute;
	overflow: auto;
}

#bild1
{
	left:520px;
	top:30px;
	height:265px;
	width:170px;
	position:absolute;
	overflow: visible;
}

#bild2
{
	left:480px;
	top:30px;
	height:265px;
	width:170px;
	position:absolute;
	overflow: visible;
}

#fenster1
{
	left:300px;
	top:-20px;
	height:315px;
	width:420px;
	position:absolute;
	background-color:#CCCCCC;
	border:1px;
	border-color:#CC0000;
	border-style:solid;
	overflow: hidden;
	visibility: hidden;
}
