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

html {
	height:100%;
	margin: auto;
}

body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
body {
	background-color: #f8f5e9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 910px;
	height: 530px;
	margin-left: -455px; /* half of width */
	margin-top: -265px;  /* half of height */
}
#site {
	height:520px;
	width:840px;
	text-align:left;
	border: 1px solid #432C14;
	padding: 30px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;  /* half of width */
	margin-top: -290px;   /* half of height */
}
a:link {
	color: #432C14;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #432C14;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CBC0B5;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #432C14;
	font-weight: bold;
}

/**/
.bild{
outline:none;	
}
a.bild:link {
outline:none;	
	
}
a.bild:visited {
	
	
	
}
a.bild:hover {
	
	
	
}
a.bild:active {
	
	
	
}

/* Website */



#headline {
	background-repeat: repeat-x;
	height:30px;
	padding-bottom: 15px;
}

#content {
	height:295px;
	
}

#navi {
	background-color: #c1aba2;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 30px;
	text-align:center;
}
#navi .navibutton {
	height: 30px;
	float: left;
	margin-left: 32px;
}

#navi span {
	height: 30px;
	background-position: 0 0;
	float: left;
}

#navi span:hover {
	background-position: 0 -30px;
	cursor: pointer;
	cursor: hand;
}

#navi .navibutton span span {
	display: none;
}
#footer {
	height:120px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #432C14;
	}
#boxRechts {
	float: right;
	height: 295px;
	width: 260px;
	font-size: 11px;
}
#boxLinks {
	float: left;
}
#spalte1, #spalteLinks {
	width: 260px;
	float:left;
}
#spalte2 {
	padding-top:0px;
	width: 260px;
	float:left;
	margin-left: 25px;
}

#spalte3 {
	padding-top:0px;
	width: 260px;
	float:left;
	margin-left: 25px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	clip: rect(auto,auto,auto,auto);
	padding-left: 15px;
	padding-right: 10px;
	padding-top: -5px;
	font-size:11px;
}
#spalteLinks a {
	font-weight: normal;
}

#spalteLinks a:visited {
	font-weight: normal;
}

