body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 0.72em;
	background-color: #ffc671;
	background-repeat: repeat-y;
	background-position: center top;
}
html {
	height: 101%;
}

#body-content {
	background: #ffffff;
	color: #4d5daa;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D5DAA;
	border-right-color: #4D5DAA;
	border-bottom-color: #4D5DAA;
	border-left-color: #4D5DAA;
	padding-top: 10px;
}

#headphoto {
	margin: 0 0 10px 0;
	border-top-width: 4px;
	border-right-width: 0;
	border-bottom-width: 4px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #FFC671;
	border-top-style: solid;
	border-top-color: #FFC671;
}

#header {
	spacer: both;
	height: 1px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 120px;
	background-image: url(images/header_bild.jpg);
	background-repeat: no-repeat;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFC671;
	border-bottom-style: solid;
	border-bottom-color: #FFC671;
	border-bottom-width: 4px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#navigation {
	spacer: left;
	float: left;
	width: 190px;
	padding: 0;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

#navigation ul {
	list-style: none;
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#navigation li {
margin-bottom: 4px;
}

#navigation li a {
font-weight: bold;
height: 30px;
text-decoration: none;
color: #4d5daa;
display: block;
padding: 0px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #4d5daa;
}	
	
#navigation li a:hover {
	background: #eaeaea;
	color: #ff9c27;
	border-left: 4px solid #ff9c27;
	margin-left: 2px;
}

.newscontent {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #4d5daa;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extra {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extra p {
margin: 0 0 1.5em 0;
}

#content {
	margin: 0 0px 20px 195px;
	border-left: 1px solid #ffc671;
	border-right: 1px solid #ffc671;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 1px solid #4d5daa;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}
h5 {
font-size: 1.2em;
margin: 0 0 10px 0;
}
a {
text-decoration: underline;
color: #ff9c27;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
	spacer: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #ffc671;
	width: 960px;
	text-align: center;
	color: #4d5daa;
	font-size: 0.9em;
}

#footer a {
color: #ff9c27;
text-decoration: underline;
}

#footer a:hover {
text-decoration: underline;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* Kontaktformular */

#formular { margin:0 auto; padding:0; width:520px; }

/* start style formular */
form { 
margin:0; padding:0;
}

fieldset {
width:390px; 
border:1px solid #4d5daa; padding:10px; margin:5px; text-align:left;
}

fieldset:hover {
border-color:#4d5daa;
}

fieldset#checkbox input {
width:35px;
}

legend {
font-size:1.1em; 
color:#4d5daa; 
font-weight:bold; 
padding:5px; 
margin:5px; 
background:none;
}

label {
color:#4d5daa; 
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 #4d5daa; 
padding-left:0.3em; 
margin-bottom:0.6em; 
width:240px; 
background:#fff;
}

input:focus {
border-color:#4d5daa;
}

select {
border:1px solid #4d5daa; 
padding-left:0.3em; 
margin-bottom:0.6em; 
background:#fff; 
width:100px;
}

option {
color:#4d5daa;
}

textarea {
width:244px; 
border:1px solid #4d5daa;
}

textarea:focus {
border-color:#4d5daa;
}

.plz {width:50px;}
.ort {width:180px;}
.strasse {width:200px;}
.strnummer {width:30px;}
.submitbtn {width:123px; background:#4d5daa; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; padding:0; margin:0;}
.submitbtn:hover {background:#900; color:#fff; border:1px solid; border-color:#c00 #990100 #990100 #c00;}
/* ende style formular */
        
