/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%; 
	margin-bottom: 1px;
}

body,td,th {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
body {
	background-color: #64513c;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}
#hrahmen {
	position: relative;
	margin: 0 auto;
	width: 728px;
}
.karte {
	border: 3px solid #C3BEAB;
	padding: 5px;
}

#header {
	height: 84px;
	background-image: url(img/header.png);
	margin:0;
	padding:0;
}
#logo {
	margin-top: 25px;
	position: absolute;
}
#oben {
	height: 27px;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	background-color: #DDD7C1;

}
.inhalt {
	background-image: url(img/main.gif);
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
	background-color: #FFF;
	position: relative;
}
.hauptbox {
	background-image: url(img/oben.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 668px;
	padding: 10px;
}
.hauptbox_links {
	width: 418px;
	float: left;
}
.hauptbox_rechts {
	width: 228px;
	float: right;
}
#footer {
	font-size: 11px;
	height: 21px;
	color: #FFFFFF;
	background-image: url(img/foot.gif);
	background-repeat: no-repeat;
	padding: 10px 15px 10px 15px;
}
#footer a:link, #footer a:visited,#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
}
#footer a:hover {
	text-decoration: underline;
}
#zeit {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#datum {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.links {
	float: left;
}
.rechts {
	float: right;
}
.clear {
	clear: both;
}
.colorbox {
	padding: 8px;
	background-color: #f9f9f9;
	margin: 0 8px 8px 8px;
}
h1, h1 a{
	color: #64513C;
	margin: 0px 0 3px 0;
	padding-bottom:2px;
	font-size:15px;
}
ul {
	margin-left: 15px;
}
p {
	margin: 10px 0px 5px 0px;
}

a:link, a:visited, a:active {
	color: #7D6549;
	text-decoration: none;
}
a:hover {	
	color: #71593D;
	text-decoration: underline;
}
.table {
	width:100%;
}
.th {
	font-weight:bold;
	height: 20px;
	border: 1px dotted #ccc;
	padding: 3px;
}
.td {
	border: 1px dotted #ccc;
}

