body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
	line-height: 1.7em;
  margin: 0px;
  padding: 0px;
  background-color: #D6C08F;
}

a
{
  color: #701A32;
}

h1
{
 	color: #701A32;
 	font-size: 200%;
	line-height: 1.5em;
}
h2
{
 	color: #701A32;
 	font-size: 150%;
  line-height: 1.5em;
}
h3
{
 	font-size: 150%;
 	line-height: 1.5em;
}
h4
{
 	color: #701A32;
 	font-size: 100%;
	line-height: 1.5em;
}
.outline
{
  padding: 0 50px;
}

#header
{
  height: 126px;
  background: transparent url(../img/header_hintergrund.jpg) repeat-x;
}

#header div.page
{
  height: 126px;
  width: 790px;
  background: transparent url(../img/header.gif) no-repeat;
  margin: 0 auto;
  overflow: hidden;
}

#navi_bottom
{
  margin: 104px auto 0 auto;
}  

#navi_top
{
  float: right;
}

#navi_top a
{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#navi_top ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#navi_top ul li
{
  display: inline;
  margin-left: 10px;
}

#main div.page
{
  padding: 0 26px 0 8px;
  overflow: hidden;
  height: 100%;
  position: relative;
}

div.page_background
{
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
}

div.column_center_bg
{
  margin: 0 206px 0 188px;
  height: 100%;
  border-left: 1px solid #9C3553;
  border-right: 1px solid #9C3553;
  background-color: #FFFFFF;
}

div.book_left
{
  background: #F6F3EA url(../img/blatt_ecke_oben_li.jpg) repeat-y left;
}

div.book_right
{
  background: transparent url(../img/blatt_re.jpg) repeat-y right;
}

div.book_top
{
  position: relative;
  height: 15px;
  background: transparent url(../img/blatt_ecke_oben_re.jpg) no-repeat right;
}

div.book_bottom
{
  height: 24px;
  background: transparent url(../img/blatt_unten.jpg) repeat-x;
}

div.book_bottom_left
{
  height: 24px;
  width: 24px;
  float: left;
  background: transparent url(../img/blatt_ecke_unten_li.jpg) no-repeat left;
}

div.book_bottom_right
{
  float: right;
  width: 33px;
  height: 24px;
  background: transparent url(../img/blatt_ecke_unten_re.jpg) no-repeat right;
}


.column
{
  width: 180px;
  position: relative;
  padding-top: 20px;
}

#column_right
{
  float: right;
}

#column_left
{
  float: left;
}

#column_center
{
  padding: 10px;
  margin: 0 180px;
  position: relative;
}

div.page_top
{
  position: relative;
  margin: 0 180px;
  height: 19px;
  background: transparent url(../img/center_oben.jpg) repeat-x;
}

div.page_top_left
{
  float: left;
  width: 12px;
  height: 19px;
  background: transparent url(../img/center_ecke_oben_li.jpg) no-repeat left;
}

div.page_top_right
{
  float: right;
  width: 11px;
  height: 19px;
  background: transparent url(../img/center_ecke_oben_re.jpg) no-repeat right;
}

div.page_bottom
{
  position: relative;
  margin: 0 180px;
  height: 33px;
  background: transparent url(../img/center_unten.jpg) repeat-x;
  clear: both;
}

div.page_bottom_left
{
  float: left;
  width: 12px;
  height: 33px;
  background: transparent url(../img/center_ecke_unten_li.jpg) no-repeat left;
}

div.page_bottom_right
{
  float: right;
  width: 12px;
  height: 33px;
  background: transparent url(../img/center_ecke_unten_re.jpg) no-repeat right;
}

#footer
{
}

 /* CSS Anpassungen für das Dynamic Menü Chrome */


.chromestyle{
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: #FFFFFF; Hintergrund der Navigationsleiste*/
padding: 0px 0;
padding-left: 0px;
font:bold 13px Arial;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
/*background: url(../../../modules/DynamicMenu/images/pfeil.gif) left center no-repeat;*/
display: inline;

}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 0px;
margin: 0 0 0 8px;
text-decoration: none;
font:bold 13px Arial;
}

.chromestyle ul li a:hover{
color: #ffffff;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 13px Arial;
line-height:18px;
z-index:100;
color: #FFFFFF;
background-color: #701a32;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#3e3d40,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 14px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
font:bold 13px Arial;
/*background: url(../../../modules/DynamicMenu/images/pfeil.gif) left center no-repeat;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Farbe im Menü bei Mouse Over*/
background-color: #FFFFFF;
color: #450a1a;
font:bold 13px Arial;
}

