/* CSS Document */
html {
	height: 100%;
	font-size:100.01%;
}


body {
height: 100%;
padding:0px;
margin:0px auto;
text-align:center;
background-color:#fff;
color:#333;
font-family:Arial, Helevetica, Sans-Serif;
font-size:0.8em;
line-height:1.5em;
}

#container {
padding:0px;
margin:0px auto;
width:825px;
height:auto;
text-align:center;
}

#metainfo {
padding:10px 0 0 0;
margin:0px;
width:790px;
text-align:right;
float:left;
}

#metainfo ul {
font-size:10px;

}

#metainfo li {
padding-left:10px;
display:inline;
}

#metainfo li a {
text-decoration: none;
color:#666666;
}

#metainfo li a:visited {
text-decoration: none;
}

#metainfo li a:hover {
text-decoration: underline;
color: #666600;
}

#header {
padding:0px;
margin:0px;
width:805px;
text-align:left;
float:left;
}

#content {
padding:0px;
margin:0px;
width:805px;
height:auto;
text-align:left;
float:left;
background-color:#fffdf2;
/* background-image: url(../images/block.jpg);
background-repeat:repeat-y;
*/
background-image: url(../images/block_neu.jpg);
background-repeat: no-repeat;

}

#menuside {
padding:25px 0 0 10px;
margin:0px;
width:290px;
height:auto;
text-align:left;
float:left;
}

#mainmenu {
padding:30px 0 0 10px;
margin:0px;
width:270px;
height:250px;
text-align:left;
float:left;
background-image: url(../images/menublock.jpg);
background-repeat: no-repeat;
}


#infoside {
padding:0px;
margin:0px;
width:470px;
height:auto;
text-align:left;
float:left;
}


#footer {
padding:0px;
margin:0px;
width:805px;
height:auto;
text-align:left;
float:left;
}



p {
padding: 10px 0 0 0;
margin:0px;
}

p.impressum {
padding: 10px 0 0 0;
margin:0px;
font-size:0.8em;
line-height:1em;
color:#999999;
}

p.headline {
padding: 20px 0 10px 0;
margin:0px;
font-weight:bold;
}

table {
}

h1 {
padding-bottom:10px;
padding-top:5px;
font-size:1.4em;
}


/*hier steht das tab menu*/




.panel {
	clear: both;
	display: none;
	background-color: #fff;
	padding: 1em;
	margin-bottom:10px;
	border-bottom: 1px dashed #deb676;
	border-left: 1px dashed #deb676;
	border-right: 1px dashed #deb676;
	border-top: 1px dashed #deb676;
	color: #696617;
}


.panel.active-tab-body {
	display: block;
}


#tabs {
	height: 25px;
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 10px 10px;
	margin-left: 6px;
	background-color: #CCCCCC;
	text-decoration: none;
	color: #fff;
	font-size:1.1em;
}

#tabs a.active-tab {
	background-color: #fff;
	border-top: 4px solid #696617;
	border-left: 1px dashed #deb676;
	border-right: 1px dashed #deb676;
	padding-top: 6px;
	color: #696617;
	font-weight:bold;
}

a {
color:#696617;
}
a.visited {
color:#696617;
}
a.hover {
color:#deb676;
}


