@charset "utf-8";
/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #f9f8ea;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  text-align:center;
	margin:0px;
	padding:0px;
}



p,pre, h1 {
margin:0px 10px 10px 10px;
}

h1 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
	}
h5 {
font-size:12px;
padding-top:10px;
padding-left: 10px;
color: #C0C0C0;
background-color: transparent;
	}	

a { 
color: #2293c1;
background-color:transparent;
text-decoration: none; 
}

a:hover {
text-decoration: underline; 
}


/*  positioning-layers statisch und absolut */

#box {
width:950px;
display: block;
background-image: url(../images/titel_bg_start.jpg);
background-repeat:no-repeat;
background-color:#2293c1;
margin: 20px auto 0;;
padding:0px;
text-align:left;
}

#topbanner{
width: 583px;
height: 81px;
padding: 15px 0 0 12px;
}

#left {
width:50px;
padding:0px;
float:left;
}

#content {
width:850px;
padding:0px;
float:left;
overflow: auto;
margin-bottom: 30px;
}

#inhalt {
width:850px;
padding:0px;
float:left;
overflow: auto;
background: #fff;
}

#right {
width:50px;
padding:0px;
float:left;

}

#head {
background-color:transparent;
height: 260px;
}

#footer {
display: block;
float: left;
padding-top: 10px;
background-color:transparent;
font-size: 10px;
color:#333333;
}

#footer a { 
color: #333;
background-color:transparent;
text-decoration: none; 
}

#footer a:hover {
text-decoration: underline; 
}

/*--------------------- Navigation -------------------------------------*/
#navigation{
position: relative; 
display: block;
width: 700px;
padding-left: 100px;
}

ul {
  list-style:none;
  font-weight:bold;
  color:#FFFFFF;
}

ul li {
  display:block-inline;
  float: left;
  padding: 8px 17px;
  margin: 0 2px 0 0;
}

ul li a {
  background-color:transparent;
  text-decoration:none;
  color: #fff;
}

ul li a:hover, a:focus {
  color:#003333;
}

.ruler {
width: 750px;
margin: 5px 5px 5px 20px;
height: 3px;
font-size: 0.5em;
background-color:#CCCCCC;
}

