/* Basic Elements */
html, body {
	margin: 0;
	font-family: Verdana;
	}
#container {
	width: 760px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px;
	border-color: #cecece;
	border-style: solid;
	}
#header {
	width: 100%;
	height: 194px;
	background: url("../images/header01.jpg") repeat-x 0% 0%;
	}
#content {
	float: right;
	width: 80%;
	/*background-image: url(../images/eule.gif);
	background-repeat: no-repeat;
	background-position:  center 50%;*/
	height: 75%;
	font-size: 12px;

	}
#left {
	float: left;
	width: 20%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #000;
	background: #cecece;
	font-size: 10px;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: orange;
	border-right: 7px solid orange;
	}

#counter {
	padding: 0px 0px 0px 10px;
	font-size: 9px;
}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
}

a {
	color: #4B4B4B;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
.trenner {
	height: 7px;
	border-style:none;
	background-color:#cecece;
	width: 90%;
	margin-left: 5%;
	
}

.header {
	font-weight: bold;
	font-size: 14px;
	color: #4B4B4B;
	text-align: center;

}
	
.header2 {
	font-weight: bold;
	font-size: 15px;
	color: #1E1E1E;
	text-align: left;
	padding-left: 10px;
	
}

/* Kontaktformular */
#formular { 
	margin:0 auto; 
	padding:0; 
	width:520px; 

}

form { 
	margin:0; 
	padding:0;
}

fieldset {
	width:390px; 
	border:1px solid #999; 
	padding:10px; 
	margin:5px; 
	text-align:left;
}

fieldset:hover {
	border-color:#333;
}
	
fieldset#checkbox input  {
	width:35px;
}

legend {
	font-size:1.1em; 
	color:#666; 
	font-weight:bold; 
	padding:5px; 
	margin:5px; 
	background:none;
}

label { 
	color:#666; 
	font-size:1em; 
	margin:0 3px 3px 0; 
	padding:0; 
	line-height:1.5em; 
	width:120px; 
	display:block; 
	float:left; 
	clear:left;
}

input {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	width:240px; 
	background:#fff;
}

input:focus, input:active {
	border-color: orange;
}

select {
	border:1px solid #666; 
	padding-left:0.3em; 
	margin-bottom:0.6em; 
	background:#fff; 
	width:100px;
}

option {
	color: #000;
}

textarea {
	width:244px; 
	border:1px solid #666;
}
textarea:focus, textarea:active {
	border-color: orange;
}

.plz {
	width:50px;
}
.ort {
	width:180px;
}

.strasse {
	width:200px;
}

.strnummer {
	width:30px;
}

.submitbtn {
	width:123px; 
	background:#666; 
	border:1px solid; 
	border-color:#999 #333 #333 #999; 
	color:#fff; 
	cursor:pointer; 
	padding:0; 
	margin:0;
}

.submitbtn:hover {
	background: orange; 
	color:#fff; 
	border:1px solid; 
	border-color:gray;
}

/* Spamschutz */
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }  