* {
    margin: 0;
    padding: 0;
}


body {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    color: #333333;
    background-repeat: repeat-x;
	background-image: url(header_bg.jpg);
    font-size: 0.81em;
}

em {
    font-style: italic;
}
               
strong {
    font-weight: bold;
}
               
p {
    margin: 0.6em 0 0 0;
}
#container {
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#navi {
	margin-top: 7px;
	float: none;
	height: 25px;
}

#navi ul {
    list-style-type: none;
    float: right;
    right: 20px;
}

#navi ul * {
    float: left;
}

#navi li {
}

#navi li a {
    text-decoration: none;
    color: white;
    background: transparent no-repeat 0 0.2em;
    padding-left: 20px;
}

#navi li a:hover {
    color: #cccccc;
}


#header {
	height: 148px;
}

#header_left {
	margin-top: 30px;
	float: left;
}
#header_right {
	float: right;
}
#die_linke {
	margin-top: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(die_linke.jpg);
	width: 800px;
}

#content {
	min-height: 500px;
	padding-bottom: 30px;
	text-align: justify;
	width: 580px;
	float: left;
}

#sidebar {
	float: right;
	width: 200px;
}

a:link { 
    color: #990000; 
    text-decoration: none; 
}

a:visited { 
    color: #990000; 
    text-decoration: none; 
}

a:hover { 
    color: #990000; 
    text-decoration: underline; 
}

a:active { 
    color: #990000; 
    text-decoration: none; 
}


div.hr {
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(hr.jpg);
	height: 30px;
	width: 580px;
}

.subnavi_header1 {
		text-transform: uppercase;
		margin-top: 20px;
		font-size: 0.9em;
		color: black;
		margin-left: 0px;
		margin-bottom: 2px;
		margin-right: 0px;
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		display: block;
		padding: 0px;
	}	

.subnavi_header {
		text-transform: uppercase;
		margin-top: 0px;
		font-size: 0.9em;
		color: black;
		margin-left: 0px;
		margin-bottom: 2px;
		margin-right: 0px;
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		display: block;
		padding: 0px;
	}	

.subnavi {
	font-size: .85em;
	margin-bottom: 20px;
	border-size: 1px;
	}

.subnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
	
.subnavi li a {
  	voice-family: "\"}\"";            
  	background-position: left center;
  	                                  
  	background-repeat: no-repeat;
  	                                  
  	background-image: url(li_link.jpg);
  	                                  
  	height: 17px;
  	                                  
  	margin-right: 0px; 
  	margin-left: 0px;
  	margin-bottom: 0px;      
  	margin-top: 0px;  
  	padding-bottom: 5px;      
  	padding-top: 5px;  
  	voice-family: inherit;
	text-decoration: none;
	vertical-align: middle;
	
	}	
	
.subnavi li a:link, .subnavi li a:visited {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 17px;
	padding-bottom: 4px;
	padding-right: 0;
	padding-top: 8px;
	color: #666666;
	display: block;
	}
	
.subnavi li a:hover {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(li_link_hover.jpg);
	background-color: #cccccc;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 18px;
	padding-bottom: 4px;
	padding-right: 0;
	padding-top: 8px;
	color: #333333;
	}

#footer {
	text-align: left;
	padding-top: 5px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	height: 40px;
	width: 800px;
}

.red {
	color: #990000;
}

#content h1 {
    text-align: left;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-style: normal;
    font-weight: normal;
    font-family: Georgia, "Lucida Sans Unicode", Verdana, "Times New Roman", sans-serif;
    font-size: 2.4em;
    line-height: 1.2em;
    letter-spacing: -1px;
}

#content h2 {
    margin-top: 20px;
    color: #990000;
    font-style: normal;
    font-weight: normal;
    font-family: Georgia, "Lucida Sans Unicode", Verdana, "Times New Roman", sans-serif;
    font-size: 1.66em;
    line-height: 1.2em;
    letter-spacing: -1px;
}

#content h3 {
    text-align: left;
    color: #990000;
    margin-top: 15px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.33em;
    line-height: 1.2em;
    letter-spacing: -1px;
}

img {
	border-width: 0px;
}img.img {
	background-color: #eeeeee;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

img.small_img {
	margin-left: 10px;
	float: right;
	background-color: #eeeeee;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}


#content ul {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content li {
	padding-bottom: 10px;
}

.clear {
	height: 10px;
	clear: both;
	width: 100%;
}

#eingabe {
	margin-bottom: 20px;
	margin-top: 20px;
	display: none;
}

.contactform {
    margin-top: 10px;
    height: 100%;
    overflow: auto;
}

.contactleft {
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 7px;
    font-size: 0.9em;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 5px;
    width: 25%;
    clear: both;
    float: left;
    display: inline;
    text-align: left;
}

.contactright {
    padding-left: 4px;
    padding-bottom: 3px;
    padding-right: 4px;
    padding-top: 3px;
    width: 70%;
    text-align: left;
    float: right;
    display: inline;
    margin: 5px 0;
}

label {                               
    padding-top: 2px;                               
    padding-bottom: 2px;                               
    color: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
} 
        
legend {
	color: #990000;
}

fieldset {
	margin-bottom: 15px;
}

.contactform input, .contactform textarea {
    color: #333333;
    width: 90%;
    padding: 3px;
    background: #ffffff;
    font: 16px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
}

.contactform input.red_border, .contactform textarea.red_border {
    width: 90%;
    padding: 3px; 
    color: #333333;
    background: white;
    font: 16px;
    font-size: 14px;
    border: 1px solid #cc0000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
}

.contactform input.red_border:focus, .contactform textarea.red_border:focus {
    border: 1px solid #cc0000;
    color: #333333;
    background-color: #ffcccc;
}

.contactform input.red_border:hover, .contactform textarea.red_border:hover {
    background-color: #ffcccc;
    border: 1px solid #cc0000;
    color: #333333;
}

.contactform input:hover {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    color: #333333;
}

.contactform input:focus {
    border: 1px solid #cccccc;
    color: #333333;
    background-color: #f5f5f5;
}

.contactform #submit {
	margin-top: 10px;
	color: #333333;
	padding: 1px;
	height: 24px;
	width: 90px;
	text-transform: uppercase;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contactform #submit:hover  {
	color: #333333;
	text-transform: uppercase;
	background-color: #e1e1e1;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#news h2 {
	color: #333333;
}
#news h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#news p.date {
	color: #333333;
	font-size: 0.8em;
	padding-top: 0px;
	margin-top: 0px;
}

th {
	padding-bottom: 5px;
}
td { 
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	text-align: left;
	vertical-align: top;
}
tr.bg_1 td {
	background-color: #eeeeee;
}

div.foto_verw {
	padding: 5px;
	text-align: center;
	height: 90px;
	width: 120px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}


div.foto_verw p { 
	padding: 0px; 
	margin: 0px; 
	font-size: 0.9em; 
}

img.news_pic {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

