/* CSS 2010 */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
.markup{
	color: #CC3399;
	text-decoration: none;

}
.grey_visited{
	color: #999999;
	text-decoration: none;

}
h2 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}


#main{
position: absolute;
	width: 870px;
	left: 50%;
	margin-left: -435px; /* negative Hälfte von width:1000px */
	height: 700px;
	margin-top: 40px;
}
#links {
  position: absolute;
  width: 320px;
  height: 234px;
  background-color:#FFFFFF;
}
#Itemslinks {
	position: absolute;
	width: 320px;
	height: 24px;
	background-color:#FFFFFF;
	top: 258px;
	left: 0px;
}

#rechts {
	float: right;
	width: 250px;
	height: 250px;
	text-align: right;

	}
	
#mainmenu{
	position: absolute;
	left: 367px;
	width: 245px;
	height: 270px;
	background-color: #CCCCCC;
	padding: 0px;
	}
#mainmenu p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 20px;
	padding: 0px;
	margin-left: 25px;
	color: #000000;
	margin-bottom: 20px;
	}
a.navi1:link { font-weight:bold; color:#000000; text-decoration:none; }
a.navi1:visited { font-weight:bold; color:#000000; text-decoration:none; }
a.navi1:focus { font-weight:bold; color:#000000; text-decoration:none;}
a.navi1:hover { font-weight:bold; color:#CC0099; text-decoration:none; }
a.navi1:active { font-weight:bold; color:#CC0066; text-decoration:underline; }
a.navi2:link { color:#CC0099; text-decoration:none; }
a.navi2:visited { color:#000000; text-decoration:none; }
a.navi2:focus { color:#CC0099; }
a.navi2:hover {color:#CC0099; text-decoration:none; }
a.navi2:active { color:#CC0099; }

a.navi3:link { color:#000000; text-decoration:none; }
a.navi3:visited { color:#000000; text-decoration:none; }
a.navi3:focus {
	color:#CC0066;
	text-decoration: none;
}
a.navi3:hover { color:#CC0099; text-decoration:none; }
a.navi3:active { color:#CC0099; }

#submenu{
  position: absolute;
  top: 200px;
  left: 100px;
  width: 280px;
  height:20px;
  background-color: #FFFFFF;
}
#description{
	position: absolute;
	top: 315px;
	width: 335px;
	height: 350px;
	background-color: #FFFFFF;
}
#images{
	position: absolute;
	top: 300px;
	right: 20px;
	left: 368px;
	width: 500px;
	height: 380px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	}
#images_2{
	position: absolute;
	top: 300px;
	right: 20px;
	left: 368px;
	width: 500px;
	height: 380px;
	background-color: #FFFFFF;
	
	}
#text{
	position: absolute;
	top: 315px;
	right: 20px;
	left: 368px;
	width: 500px;
	height: 380px;
	background-color: #FFFFFF;
	}

hr {
	color: #999999;
}
#bottom {
	position: absolute;
	right: 20px;
	left: 1px;
	width: 870px;
	height: 17px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	top: 716px;
	text-decoration: none;
	color: #999999;
	}
#bottom a {
	text-decoration: none;
	color: #666666;

	}

.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right:0px;
}
.tabborder {
	border: 1px solid #666666;

}

