@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	color: #000000;
	background-color: #281E1E;
}

#container {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#header {
	clear: both;
	height: 180px;
	background-color: #FFFFFF;
	width: 100%;
}

#topnav {
	height: 25px;
	float: left;
	/*background-color: #29166F;*/
	width: 100%;
}

#extra {
	float: right;
	clear: right;
	width: 200px;
	text-align: left;
	margin-top: 40px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-right: 10px;
}

#spacer {
	float: right;
	clear: right;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 10px;
}

#contents {
	margin-top: 10px;
	float: left;
	width: 550px;
	margin-bottom: 20px;
	margin-left: 20px;
	font: 11px Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
}

#footer {
	clear: both;
	background-color: #ffffff;
	padding: 10px;
}

#contents p {
	margin: 3px 0;
}


#contents h1 {
	font-size: 14px;
	color: #DA251C;
	margin: 0;
	padding: 10px 0;
}
#contents h2 {
	font-size: 12px;
	color: #86827F;
	margin: 0px;
	padding: 8px 0;
}
#contents h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 5px 0;
}

#contents ul {
	padding: 0;
	margin: 0;
}
#contents li {
	margin-left: 18px;
	padding-left: 0;
	list-style-type: square;
}
#contents ol {
	margin-left: 0;
	padding-left: 0;
}

#contents a, div#contents a:hover {
	color: #DA251C;
	text-decoration: underline;
}


#extra h1 {
	color: #86827F;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
}

#extra p {
	color: #86827F;
	font-size: 10px;
	padding: 3px 6px;
}

#extra img {
	margin: 3px;
}


#footer p {
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding: 2px 0;
	margin: 2px 0;
}

#footer a, div#footer a:hover {
	color: #DA251C;
	text-decoration: underline;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
form {
	margin: 0;
	padding: 0;
}



/*Tabnavigation*/
/* root element for tabs  */
ul.css-tabs {
	margin:0 !important;
	height:26px;
	border-bottom:1px solid #666;
	padding: 0 0 0 20px;
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

ul.css-tabs a {
	float:left;
	font-size:12px;
	line-height: 20px;
	display:block;
	padding:2px 20px;
	text-decoration:none;
	border:1px solid #666;
	border-bottom:0px;
	height:20px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	/*display:none;*/
	min-height:250px;
	padding:15px 0 0 0;
}




/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}



/*Overlay*/
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/_grafik/sitedesign/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:450px;	
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/_grafik/sitedesign/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.wrap { 
    height:441px; 
    overflow-y:auto; 
}



/*Kontaktformular*/
#inputs label, #inputs input, #inputs textarea, #inputs button {
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 8px;
}

#inputs label {
	text-align: right;
	width: 100px;
	padding-right: 10px;
}

#inputs br {
	clear: left;
}



