
body {
	text-align:center;
	margin:0px;
	font: 400 0.8em georgia, serif;
	line-height: 180%;
	color: #6D6864;

}
#frame {
	width:1040px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;

}
#contentleft {
	width:160px;
	padding:5px;
	float:left;
	height:100%;
}
#contentcenter {
	width:654px;
	padding:20px;
	float:left;
	background-image:url(/images/bg/header.jpg);
	background-repeat:repeat-x;
	height:auto;
	background-color:white;
	border:1px dotted brown;
}
#contentright {
	width:160px;
	padding:5px;
	height:100%;
	float:right;
}

/***********************************Überschriften*/

.darkBrown {
	color: #512103;
}
.big {
	font-size: 1.3em;
}
h1 {
	clear: both;
	font: 400 1.9em georgia, serif;
	color: #532406;
}
h2 {
	clear: both;
	font: 400 1.2em georgia, serif;
	color: #61804E;
}
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	background: none;
}
#header h1 {
	font-size: 2.5em;
	font-family: georgia;
	letter-spacing: -3px;
	color: #6E310B;
}
.highlight {
	padding: 1px 2px;
	background: black;
	border-top: 1px solid red;
	color:white;
}

/***********************************Listen*/
ul {
	margin: 10px 30px;
	padding: 0 30px 0 5px;
	list-style: none;
}
ul li {
	padding-left: 25px;
	background: url(/images/bg/bullet.gif) no-repeat;
	background-position: 0 3px;
}
/***********************************Bilder*/
img.floatLeft {
	margin: 5px 15px 10px 0px;
	float: left;

}
img.floatRight {
	margin: 5px 0px 10px 15px;
	float: right;

}
/***********************************footer*/
.footer {
	padding-top: 3em;
	font-size: 0.85em;
}
/***********************************Links*/
a {
	text-decoration: none;
	color: #876029;
	border-bottom: 1px solid #ba8e5d;
}
a:visited {
	background-color: #f3efe9;
}
a:hover {
	color: #3C5D29;
	background-color: #f3efe9;
	border-bottom: 1px solid #4A6E35;
}
ul.four li a {
	width: 25%;
}
/***********************************navi*/
ul#menu {
	width: 651px;
	margin: 0 auto;
	padding: 0 !important;
	padding: 0 0 0 10px;
}
ul#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu li a {
	float: left;
	padding: 15px 0 5px 0;
	font: 400 1.54em georgia, serif;
	text-align: center;
	text-decoration: none;
	color: #61804E;
	border-bottom: 1px solid #D3F1B6;
}
ul#menu li a:visited {
	background-color: #FFF;
}
ul#menu li a:hover {
	color: #2E5F0F;
	background: url(/images/bg/menu.gif) repeat-x bottom left;
}
ul#menu li a.here {
	color: #512103;
	background: url(/images/bg/menu.gif) repeat-x bottom left;
}
/* helper classes to control width of links in topbar */
ul.two li a {
	width: 50%;
}
ul.three li a {
	width: 33%;
}
ul.four li a {
	width: 25%;
}
ul.five li a {
	width: 20%;
}

/*********************************tabellen*/
table {
  width: 100%;
  margin-bottom: 10px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 0.8em georgia, sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  background-color: #f3efe9;
  border-bottom: 1px solid #ba8e5d;
}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody td {
  border-bottom: 1px solid #DDD;
}


