@charset "utf-8";
/* CSS Document */

/* Layout Beginn */ 

body,html {
	background-image:url(bg.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#table_big{
	width:100%;
}

#big_logo{
	background-image:url(bg_big.jpg);
	background-repeat:no-repeat; 
	background-position:top; 
	width:100%;
	height:100%; 
}
#center{
	background-image:url(back_trans.png);
	background-repeat:repeat;
	padding:10px;
	width:auto;
	height:auto;
}
#oben_links{
	background-image:url(oben_links.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:6px;
	width:6px;
	line-height:1px;
	font-size:1px;
}
#unten_links{
	background-image:url(unten_links.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:6px;
	width:6px;
	line-height:1px;
	font-size:1px;
}
#oben_rechts{
	background-image:url(oben_rechts.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:6px;
	width:6px;
	line-height:1px;
	font-size:1px;
}
#unten_rechts{
	background-image:url(unten_rechts.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:6px;
	width:6px;
	line-height:1px;
	font-size:1px;
}
#rechts{
	background-image:url(rechts.png);
	background-repeat:repeat-y;
	background-position:left;
	width:6px;
	line-height:1px;
}
#links{
	background-image:url(links.png);
	background-repeat:repeat-y;
	background-position:right;
	width:6px;
	line-height:1px;
}
#unten{
	background-image:url(unten.png);
	background-repeat:repeat-x;
	background-position:top;
	height:6px;
	line-height:1px;
	font-size:1px;
}
#oben{
	background-image:url(oben.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:6px;
	line-height:1px;
	font-size:1px;
}

#underconstruction{
	background-image:url(underconstruction.png);
	background-repeat:no-repeat;
	width:612px;
	height:165px;
	color:#846c48;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-95px;
	margin-left:-306px;
}
/* Layout Ende */ 

/* Content Beginn */ 

h1{
	background-image:url(logo.png);
	width:180px;
	height:70px;
	text-indent:-10000px;
	padding:0px;
	margin:0px;
}
.hr{
	background-image:url(dods.gif);
	background-repeat:repeat-x;
	height:1px;
	line-height:1px;
	font-size:1px;
}
div#menu{
	padding-top:1px;
	padding-bottom:1px;
	height:18px;
	overflow:hidden;
}
div#menu ul{
	padding:0px;
	margin:0px;
	height:18px;
	display:block;
}
div#menu li{
	display:block;
	padding:0px;
	margin:0px;
	height:12px;
	float:left;
	list-style:none;
	height:18px;
}
div#menu a{
	color:#846c48;
	height:18px;
	line-height:18px;
	display:block;
	padding-left:2px;
	float:left;
	padding-right:2px;
	margin-right:15px;
	text-decoration:none;
}

/* Layout Ende */ 

