body {
  background: #766B89 url(../img/body_verlauf.jpg) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

a
{
  color: #742948;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
img, a img :hover
{
  border: none !important;
}


.center_column h1,
.center_column h2,
.center_column h3,
.center_column h4
{
  color: #742948;
  margin: 0px 0px 0px 0px;
	font-size: 150%;
}

.center_column h1
{
  height: 44px;
  padding: 23px 0px 0px 25px;
  margin-left: -10px;
  background: transparent url(../img/ecke_h1.jpg) no-repeat top left;
}

.left_column h1,
.left_column h2,
.left_column h3,
.left_column h4
{
  color: #244D2A;
}

.cms_block p:first-child
{
  height: 21px;
  padding: 15px 0px 0px 18px;
  background: transparent url(../img/ecke_block_h4.gif) no-repeat top left;
}
.header
{
  overflow: hidden;
  width: 898px;
  height: 275px;
  background: transparent url(/userfiles/myheader/header.jpg) no-repeat;
}
#navi1 
{
  margin-top: 241px;
  height: 34px;
  width: 898px;
  background: transparent url(../img/nav_hintergrund.jpg) no-repeat;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}

#navi2 
{
  margin-top: 15px;
  float: right;
  height: 24px;
  width: 386px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  overflow: hidden;
  color: #E0CFFF;
}

.navi a
{
	color: inherit;
	text-decoration: none;
}

.navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navi1 ul {
	position: relative;
	top: 2px;
}

.navi ul li
{
  display: inline;
}

#navi1 ul li
{
  margin-right: 40px;
}

#navi2 ul li
{
  margin-left: 10px;
}
	
.left_column {
  margin-right: 1px;
  width: 171px;
  padding: 20px;
  float: left;  
  overflow: hidden;
}

.center_column {
  padding: 20px;
	height: 100%;
	overflow : hidden;
  margin: 0;
}

#lorem_ipsum
{
	width: 898px;
	margin: 0 1px;
	height: 34px;
	background: transparent url(../img/my_header_index.jpg) no-repeat;
	
}

.footer{
  color: #FFF;
  padding: 10px 5px 5px 5px;
  font-weight: bold;
  height: 22px;
  background: #742948 url(../img/footer.jpg) repeat-x;
  text-align: center;  
}

.footer a{
	color: #FFF;
	text-decoration: none;
}


.outline {
  width: 898px;
  padding: 0px;
  margin: 0 auto;
}

.main {
  width: 896px;
  border-left: 1px solid #244D2A;
  border-right: 1px solid #244D2A;
  overflow: hidden;
  background: #F1EFF2 url(../img/hintergrund_main.jpg) repeat-y;
}
.debug {
	min-height: 100px;
}

#footer_right
{
  float: right;
}

span#ffcms_copyright{
	white-space: nowrap;
}
#ffcms_copyright img
{
	margin-bottom: -2px;
}
.block_arrangement
{
  position: relative;
  width: 280px;
  height: 150px;
  border: 1px solid #244D2A;
  float: left;
  margin-right: 20px;
  margin-left: 10px;
  overflow: visible;
}

.block_arrangement div.text
{
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 15px;
  width: 260px;
  height: 110px;
}

.block_arrangement div.corner
{
  z-index: 0;
  height: 77px;
  width: 84px;
  background: #F1EFF2 url(../img/ecke.jpg) no-repeat top left;
  position: absolute;
  top: -10px;
  left: -10px;
}

.block_arrangement a.block_title
{
  background: #F1EFF2;
  position: absolute;
  top: -18px;
  left: 68px;
  padding: 0px 5px;
}
.block_arrangement a.block_detail {
 position:absolute;
 bottom: -8px;
 right: 5px;
 padding: 0 6px 0 6px;
 margin:0;
 background: #F1EFF2; 
 border: 0px solid #ccc;
 
}

/* CSS Anpassungen für das Dynamic Menü Chrome */

.chromestyle {
font-weight:bold;
width:100%;
}
.chromestyle:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

.dropmenudiv {
position:absolute;
top:0;
background-color:#752948;
border-color:#ffffff;
border-style:solid;
border-width:1px 1px 0;
color:#ffffff;
visibility:hidden;
width:180px;
z-index:102;
}

.dropmenudiv a {
border-bottom:1px solid #ffffff;
color:#ffffff;
display:block;
font-weight:bold;
text-decoration:none;
text-indent:3px;
width:auto;
}

* html .dropmenudiv a {
width:100%;
}
.dropmenudiv a:hover {
background-color:#1a3e1b;
}