/* Grundgeruest */

body {
  color:#fff;
  background:url(/img/bg.jpg);
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;	
	line-height:1.3em;
	text-align:justify;
}

* {
  margin:0;
  padding:0;
}

.clearthis {
  clear:both;
}

a{
	text-decoration:none;
}

#buchendiv{
  position:absolute;
  width:100%;
  height:100%;
  z-index:5000;
  background:url(/img/picdiv_bg.png);
}

#buchendiv_box{
  width:700px;
  margin:auto;
}

#buchendiv_close{
  text-align:right;
  margin:10px 0;
}

#buchendiv_close a{
  color:#fff;
}

#picdiv{
  position:fixed;
  width:100%;
  height:100%;
  z-index:5000;
  background:url(/img/picdiv_bg.png);
  display:none;
}

#picdiv_box{
  width:888px;
  min-height:500px;
  margin:75px auto 0px;
  color:#fff;
}

#wrapper {
	width:1040px;
	margin:auto;
}

#header{
	height:121px;
	text-align:right;
	padding:40px 88px 0 0;
	background:url(/img/bg_header.png);
}

#main{
  height:479px;
  background:url(/img/bg_content.png);
  position:relative;
}

#main_bg_bild{
	padding-left:78px;
	position:absolute;
	z-index:1;	
}

#menu{
	width:1040px;
	height:27px;
	font-size:12px;
	padding:9px 0 0 86px;
	background:url(/img/bg_hauptmenu.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:50;
}

#footer{
	color:#898989;
	height:92px;
	font-size:11px;
	padding:5px 95px 0 86px;
	background:url(/img/bg_footer.png);
}


/* Menu */

#main_menu_items{
	position:relative;
}

#main_menu_items li{ 
	margin-left:17px;
	margin-right:17px;
  list-style:none;
  float:left;
  z-index:3000;
}

#main_menu_items li a{ 
  display:block;
  padding:0 10px;
  background:none;
  color:#fff;
  text-decoration:none;
  z-index:8000;
}

#main_menu_items li a:hover{ 
  color:#898989;
}

#main_menu_items div{ 
	padding:10px;
  position:absolute;
  visibility:hidden;
  margin-top:13px;
  background:url(/img/dimmer_submenu.png);
  z-index:8000;
}

#main_menu_items div a { 
  position:relative;
  display:block;
  padding:0 5px 3px;
  width:auto;
  white-space:nowrap;
  font-size:11px;
  text-align:left;
  text-decoration:none;
  color:#fff;
  z-index:8000;
}

#main_menu_items div a:hover {
  border:none;
  color:#898989;
}




/* Content */

#showhide_button{	
	cursor:pointer;
	width:14px;
  padding:7px;
  text-align:center;
  background:url(/img/dimmer_show_hide.png);
  position:absolute;
  bottom:349px;
  right:87px;
  z-index:1001;
}

.raquo{
	font-weight:bold;
	font-size:15px;
}

#content{
	width:320px;
	height:378px;
	background:url(/img/dimmer_content.png);
	visibility:visible;
	position:absolute;
	z-index:1000;
	bottom:0;
	right:86px;
}

#inhalt{
	margin:30px 25px;
	padding:5px;
  width:260px;
  height:310px;
  overflow:auto;
}

h1{
	font-size:16px;
	margin-bottom:10px;
}

hr{
	width:230px;
	border:1px solid #898989;
}

#content a{
	color:#fff;	
}

#content a:hover{
  color:#898989;
}




/* Teaser */

.teaser{
	width:220px;
	padding:10px;
	background:#000;
	margin-bottom:20px;
}

.teaser_titel{
	font-weight:bold;
	margin-bottom:5px;
}

.teaser_link{
	text-align:right;
  margin-top:5px;
}



/* Footer */

#footer a{
  color:#898989;
}

#footer a:hover{
  color:#fff;
}

#footer_left{
  float:left;
}

#footer_right{
  float:right;
}

