
body {
	background: url('body.jpg');
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0px;
	margin:0px;
	background-position: center;
	text-decoration: none;
       
}
a:link {background: url('') no-repeat;}
a:link {color: #6f7662; text-decoration: none;}
a:visited {color:#6f7662; text-decoration: none;}
a:hover {color: #6f7662; text-decoration: none;}
a:active { color:#6f7662; text-decoration: none;}

h1 {
font-size: 8px;
text-decoration: none;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: #000;
font-size:20px;
font-weight: normal;
padding: 25px 10px;
margin:0px;
text-decoration: none;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: transparent url('menubottom.jpg') repeat-y bottom left;
	text-decoration: none;
}

/* ----------banner for logo-------------- */
#header {
height:114px;
text-align: center;
background:  url('header.jpg') no-repeat bottom center;
background-color: transparent;

padding: 0px;
margin: 0px;
}
#header img {padding:10px 0px;} 
#headertitle{padding-top:50px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {
	background:transparent  url('content.jpg');
	padding: 50px 80px 0px 40px;
	margin-left: 200px;
	margin-right: 0px;
	background-repeat: repeat-y;
	text-decoration: none;
    


}

#content h1, h2 {
text-decoration: none;
a:link {text-decoration: none;}
a:hover {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

}


div#content { 
min-height:600px;
text-decoration: none;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 100px;
margin: 20px 0px 0px -23px;
padding: 0px;
background: transparent;
 height:90%;
text-decoration: none;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding:0px;
	height:66px;
	text-align: center;
	background:  url('footer.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}



 #footer h1 a{
 color:#ebebeb;
text-decoration: none;
 }
  #footer h1{
  padding:20px 0px 0px 0px;
text-decoration: none;
  }


 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;


text-decoration: none;

margin-right: 3px;
}

 .verticalmenu li {
   display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #3399cc;
   text-decoration: none;
   text-align: left;
   background: url('menuhover_ohne_hover.gif') no-repeat;
   
   width: 160px;
   height: 32px;
 }


 .verticalmenu a:link {
	background: url('') no-repeat;
	color: #3399cc;
	text-decoration:none;
	
 }

 .verticalmenu a:active {
	background: url('') no-repeat;
	color: #c4b523d;
	text-decoration:none;
	
 }
.verticalmenu a:hover{
	background: url('') no-repeat;
	color: #333333;
	text-decoration:none;
	
 }

.verticalmenu a:visited {
	background: url('') no-repeat;
	color: #3399cc;
	text-decoration:none;
	
 }

