

* {margin: 0 auto;
padding: 0;outline:0;
}

html { height: 101%; }


body 
{
margin-top:30px;;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#666;
background-color: #F1EDEC;
}

#container 
{
width:1000px;
background-image:url(images/mitte1.jpg);
background-repeat:no-repeat;
background-position: 0px 71px;
}

#header
{
background-image:url(images/oben1.jpg);
background-repeat: no-repeat;
background-position: bottom;
width:1000px;
height:73px;
}

#leftheader
{
    float:left;    
    width:120px;
    height:30px;
    margin-left:45px;
    margin-top:40px;    
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#666;
}

* html #leftheader {
    margin-left:35px;
}

#rightheader
{
float:right;
width:230px;
height:30px;
margin-right:50px;
margin-top:10px;
}

* html #rightheader
{
margin-right:25px;
}

#rightheader ul li {
display: inline;
}

#leftColumn 
{
float: left;
width:168px;
height: 460px;
margin:10px 0 0 25px;
background-image: url(images/taube1.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

* html #leftColumn {
margin:10px 0 0 12px;
}

#address 
{
width:138px;	
background-color: #fff;
margin-top: 30px;
margin-bottom: 0px;
margin-left:0px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom:15px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;	
}

#address p
{
text-align:center;
font-style:normal;	
font-size:11px;
color:#999; 

}

#content
{
width:749px;
margin-left:225px;
min-height: 498px;
}

* html #content {
min-height:498px;
height:auto !important;
height:498px;
}

#content p 
{
margin-left:0px; 
margin-bottom:0px; 
margin-right:20px; 
padding-bottom:25px; 
padding-top:10px; 
padding-left: 10px;
font-family:"trebuchet ms", sans-serif; 
color:#666; 
font-size:0.8em;
line-height:1.45em;
}

#content p span
{
font-size:1em;
letter-spacing:0.2em;
font-family:Arial;
font-weight:600;
}

h1,h2,h3,h4 { 
	font-weight:normal;
}

h1 {
	font-size: 1.6em;
	color: #666666;
	padding-top: 3.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
}
h2 {
	font-size: 1.4em;
	color: #c95d12;
	padding-top: 0.2em;
	padding-left: 10px;
	border-bottom: 1px #ddd solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
h3 {
	font-size: 1em;
	color: #999999;
	padding-left: 10px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	background-color: #F1EDEC;
	border-bottom: 1px dotted;
}
h4 {
	font-size: 1em;
	color: #888;
	margin: 0 0 0.30em 0;
	padding-top: 1em;
	font-weight:bold;
	border-bottom: 1px #ddd solid;
}
h5 {
	font-size: 0.8em;
	color: #999999;
	padding-left: 10px;
	padding-top: 0.2em;
	margin-bottom: 5px;
	
}
h6 {
	font-size: 1em;
	color: #888;
	margin: 0 0 0.30em 0;
	font-style:italic;
}

/* ------------------------------------------------------------------------ */

#col2 {
	float: left;
	width: 320px;
}

#col3 {
	float: right;
	width: 320px;
	padding-right: 50px;
}

#col4 {
	float: left;
	width: 700px;
}

#col5 {
	float: left;
	width: 420px;
	margin-left: 40px;
}

* html #col5 {
	margin-left: 19px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------- */


.newsimages
{
float:right;
padding:0 0 8px 8px;
}

* html .newsimages
{
float:right;
padding:0 2px 8px 8px;
}



#footer
{
clear: both;
background-image:url(images/unten1.jpg);
background-repeat: no-repeat;
height: 50px;
}

#footer p
{
text-align:center;  padding-top:30px; font-family:"trebuchet ms", sans-serif; color:#666; font-size:0.8em;
}

a:link {color: #c95d12; text-decoration:none;}
a:visited {color: #c95d12; text-decoration:none;}
a:hover {color: #999; text-decoration:none;}
a:active {color: #c95d12; text-decoration:none;}

img{ border:none;}

/************** Left menu *******************/

#menu {list-style-type:none; padding-left:0px; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li { background-color:#F1EDEC;}

* html #menu li {margin-bottom:-20px;}

#menu li a {display:block; color:#666; font-family:arial, sans-serif; font-size:11px; line-height:22px; text-decoration:none; font-weight:bold; text-align:left;border-bottom: 1px dotted #cccccc; padding-left:20px; margin-right:0px;}

#menu li a:hover {
	background-color:#fff; 
	color: #c95d12;
	background-image:url(images/pfeil-rechts1.gif);
	background-repeat: no-repeat; background-position: 5px 7px;
}

.current {
	color: #c95d12 !important;background-image:url(images/pfeil-rechts1.gif);
	background-repeat: no-repeat; background-position: 5px 7px;
}

* +html #menu li a:hover {
	background-position: 5px 9px;
}

* +html .current {
	background-position: 5px 9px;
}

/**************** END LEFT MENU ****************/

/************** Upper menu *******************/

ul.upper_menu 
{    
list-style: none; /* remove the bullets */
margin: 0; /* remove the automatic margin that some browsers use for the text-indent. */
padding:0; /* remove the automatic padding that other browsers use for the text-indent. */
 /* fix the width of the list items which would default to 100% */
}
ul.upper_menu a, ul.upper_menu a:visited, ul.upper_menu a:active {
text-decoration:underline; 
color:#666666; 
padding:2px;
font-family: Arial,sans-serif; /* font family on the menu */
font-size: 12px;
}
ul.upper_menu a:hover {
padding:2px;
color:#c95d12; /* change the background to white on :hover */
text-decoration:underline; 
}

/**************** END Upper MENU ****************/

/* End Css document */

