/*
    SaunaPapst
    css/styles.css              2007-06-20  (c) e.sens.e GmbH
*/


/*
div{border: 1px dashed red !important;}
/* */





body {
	background-color: #e6e6e6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	letter-spacing: 0px;
}



div#container {
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	height: auto;
	background-image: url(../img/container_bg.jpg);
}


div#header{
	background-image: url(../img/header.jpg);
	height: 198px;
}


div#content{
	padding-top: 21px;
	padding-left: 37px;
}


div#footer{
	height: 14px;
	background-image: url(../img/footer.jpg);
}

a:link,
a:visited {
	letter-spacing: normal;
	color: #0066cc;
	text-decoration: none;
	font-size: 11px;
}

a:hover,
a:active {
	text-decoration: underline;
}


table.wiki {
	margin-top: 5px;
	height: 20px;
	width: 686px;
}


table.wiki th {
	height: 23px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #6a6a6a;
	background-color: #f2f2f2;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
	
	
	

div.eintrag {
	height: 31px;
	background-image: url(../img/eintrag_bg.gif);
	background-repeat: no-repeat;
	padding: 50px;
	width: 752px;

}




 table.wiki td{
	vertical-align: middle;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-color:#6a6a6a;
	background-color:#fdfdfd;
	margin-bottom: 3px;
}




table.wiki input {
	border-width: 1px;
	border-style: solid;
	border-color: #7f9db9;
	padding-left: 2px;
	padding-right: 2px;
	
}




div.sterne {
	height: 11px;
	margin-top: 4px;
	width: 50px;
	background-image: url(../img/stern_g.gif);
}

div.sterne div {
	height: 9px;
	background-image: url(../img/stern.gif);
	float: left;
}


div.kreise {
	height: 9px;
	margin-top: 4px;
	width: 50px;
	background-image: url(../img/kreis_g.gif);
}

div.kreise div {
	height: 9px;
	background-image: url(../img/kreis.gif);
	float: left;
}



div.kreise2 {
	height: 9px;
	margin-top: 4px;
	width: 30px;
	background-image: url(../img/kreis_g.gif);
}

div.kreise2 div {
	height: 9px;
	background-image: url(../img/kreis.gif);
	float: left;
}




div.footer {
	
	text-align: center;
	font-size: 11px;
}