html {
	background: #ccc8b7;
}
body {
	margin: 0 0 25px 0;
	padding: 0;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
}
a {
	color: #000000;
}
#seite {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 790px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
}

/* NAVIGATION */
#navigation {
	height: 50px;
	width: 790px;
	margin: 0;
	padding: 0;
}
#navigation li {	
	margin: 0;
	padding: 0;
}
#navigation img {
	display: list-item;
	float: left;
}
#navigation a {
	display: list-item;
	float: left;
}
#navigation a#startseite {
	height: 50px;
	width: 141px;
	overflow: hidden;
	background-image: url("images/nav_startseite.jpg");
}
#navigation a#startseite:hover {
	background-position: 0 50px;
}
#navigation a#service {
	height: 50px;
	width: 118px;
	overflow: hidden;
	background-image: url("images/nav_service.jpg");
}
#navigation a#service:hover {
	background-position: 0 50px;
}
#navigation a#kontakt {
	height: 50px;
	width: 127px;
	overflow: hidden;
	background-image: url("images/nav_kontakt.jpg");
}
#navigation a#kontakt:hover {
	background-position: 0 50px;
}

/* NAVIGATION */
#kontent {
	text-align: left;
	padding: 25px 25px 1px 25px;
	display: block;	
	background: #ffffff;
}
#kontent #big {
	display: block;
	margin-bottom: 25px;
}
#kontent .header {
	margin-bottom: 25px;
	display: table-column;
}

#kontent .absatz {
	margin-bottom: 50px;
	height: auto;
}
#kontent .absatz .small {
	margin-right: 25px;
	float: left;
	height: auto;
}
#kontent .absatz .text {
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 470px;	
}
#kontent .absatz .text_ohneBild {
	font-size: 12px;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
#kontent .absatz .clear {
	clear: both;
}
table {
	margin-bottom: 40px;
}
table .tableheader {
	font-weight: bold;
	width: 100%;
	font-size: 16px;
}
table .subheader {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
}
table .label {
	width: 240px;
	border-bottom: 1px solid #808080;
}
table .value {
	width: 240px;
	text-align: right;
	border-bottom: 1px solid #808080;
}
/* FOOTER */
#footer {
	height: 50px;
	margin-top: 25px;
	display: block;
	background: #99968a;
	line-height: 50px;
	padding-right: 25px;
	color: #66645c;
	text-align: right;
	font-size: 11px;
}
#footer a {
	color: #66645c;
}
#footer a:hover {
	color: #ffffff;
}