@font-face {
    font-family: 'Humanst521BTRoman';
    src: url('humanist_521_bt-webfont.eot');
    src: url('humanist_521_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('humanist_521_bt-webfont.woff') format('woff'),
         url('humanist_521_bt-webfont.ttf') format('truetype'),
         url('humanist_521_bt-webfont.svg#Humanst521BTRoman') format('svg');
}

body {
  background: #fff;
  font-family: Humanst521BTRoman, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:15px;
  line-height: 18px;
  color: #000;
  margin:0;
  padding:0;
}


/* DIV Definitions  */

#wrapper {
	height: 800px;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
  	background-image: url(../../media/bg_inhalt.jpg);
  	background-repeat: no-repeat;
}

#left {
  width: 230px;
  height: 800px;
  float: left;
  position: relative;
}

#logo {
  width: 200px;
  height: 110px;
  padding-left: 10px;
}

#navigation {
  width: 200px;
  padding-top: 20px;
}

#contentleft {
  width: 265px;
  text-align: right;
  padding-top: 155px;
  float: left;
  
}
#contentleft h1{
  text-align: left;
}

#contentleft h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:-30px;
}

#contentleft a {color: #666;}

#previous {
	top: 720px;
	position: absolute;
	width: 50px;
	text-align: left;
	color: #666;
	}

#line {
  float: left;
  width: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#line p {
  margin: 0;
  padding: 0;
  line-height: 1px;
}


#contentright {
  width: 265px;
  float: left;
  text-align: left;
  padding-top: 353px;
} 

#contentright a {color: #666;}

#next {
	top: 720px;
	position: absolute;
	width: 265px;
	text-align: right;
	color: #666;
	}

#right {
  width: 170px;
  float: right;
  
}
#contenttitle {
  float: right;
  width: 170px;
  height: 200px;
  padding-top: 20px;
}

#objectmenu {
  width: 200px;
  float: right;
  text-align: right;
  padding-right: 10px;
  margin-top: -100px;
}


#footer {
  position:absolute;
  bottom:10px;
  clear: both;
  text-align: right;
  padding: 0;
  margin: 0 auto 16px auto;
}

/* Logo */

#logo h1 a {text-decoration: none;} 

/* Navigation */
#navigation ul {
	list-style-type: none; 
	font-size: 18px;
	line-height: 26px;
	padding: 0 10px;
	margin: 0;
	}
#navigation ul li {display: block;}
#navigation ul li a {
	text-decoration: none; 
	font-size: 18px;
	line-height:26px; 
}

#navigation ul li a#p7  {
	color:#2a7e98;
}


/* Object Menu */
#objectmenu ul {list-style-type: none; padding-left: 10px;}
#objectmenu ul li {display: block; margin-bottom: 5px;}
#objectmenu ul li a {text-decoration: none; color: #000;font-size: 12px;}

/* Footer Menu */
#footer ul {list-style-type: none; margin: 0; padding: 0;  padding-right: 6px;}
#footer ul li {display:inline; margin-left: 20px;}
#footer ul li a {text-decoration: none; color: #000;font-size:12px;}

#footer ul li a:hover,
#footer ul li a.menu-current { color: #666;}


/* Regulary */

img {border: none;}

#hgimg {
	padding: 0;
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	z-index: -10;
}


/* Main Menu Different Colors */

a#p12 {color:#000;}
#p12:hover {color:#b73037;}
a.menu-current#p12 {color: #b73037;} 

a#p7{color: #000;}
#p7:hover {color:#2a7e98;}
a.menu-current#p7 {color:#2a7e98;}

a#p3 {color: #000;}
#p3:hover {color:#daa641;}
a.menu-current#p3	{color:#daa641;}

a#p4 {color: #000;}
#p4:hover {color:#899b35;}
a.menu-current#p4 {color:#899b35;}

a#p5 {color: #000;}
#p5:hover {color:#5a8aca;}
a.menu-current#p5 {color:#5a8aca;}


h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;	
}
#contenttitle h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	margin-top: -4px;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 17px;
	padding: 10px 0;
	margin: 0;
}

p {	
	margin: 0;
	padding: 0 0 10px 0;	
}

.legende {
	font-size: 12px;
}
a { color: #000;
}





