body {
  font-family: Arial;
  font-size: 13px;
  line-height: 160%;
  color: #333333;
  margin: 0px;
  padding: 0px; 
  background-color: #cde0f8;
}
.outline {
  top: 0px;
  z-index: 2;
  position: relative;
  padding: 0px;
  width: 854px;
        margin: 0 auto;
		 background: transparent url(/templates/fad_neu/style/img/center_hintergrund.gif) repeat-y;

}
.center {
  margin: 0 auto 0 auto;
}
.left_column {
  width: 200px;
  padding: 0 0 0 0px;
  float: left;  
  border: 0px solid;
  background: transparent url(/templates/fad_neu/style/img/block.gif) no-repeat;
}

.center_column {
  width: 540px;
  margin: 0 0 0px 200px;
padding: 0 20px 0 15px;
  border: 0px solid
}

.center_column a {
  text-decoration: none;
   color: #960270;
}
.center_column a:hover{
  text-decoration: underline;
 color: #e54862;
}
h3, h4 {
  color: #d0002a;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

 h1 {
	color: #d0002a;
	font-size: 17px;
	font-style: bold;
	background: transparent url(/templates/fad_neu/style/img/h1.gif) no-repeat;
	padding: 30px 0px 30px 0px;
	text-align: center;
	margin: 0 0 0 0;
	width: 538px;	
}

 h2 {
	color: #d0002a;
	font-size: 17px;
	font-style: bold;
	background: transparent url(/templates/fad_neu/style/img/h2.gif) no-repeat;
	padding: 30px 0px 30px 0px;
	text-align: center;
	margin: 0 0 0 0;
	width: 538px;	
}



.left_column div.cms_block{
  padding: 0 0 12px 12px;
   margin: 0 0 0 20px;
}
.left_column div{
 
   margin: 0 0 12px 0px;
}


.left_column h4 {
	padding: 15px 6px 18px 15px;
	margin:  0 10px 1em 0px;
	text-align: center;
}



.left_column a {
	text-decoration: none;
	color: #e54862;
	font-weight: bold;
}
.left_column a:hover{
  text-decoration: underline;
   color: #e54862;
}

h2 a {
  text-decoration: none;
  color: #E88C07;
}
.center_column h2 a:hover {
  text-decoration: underline;
}

.center_column a {
  text-decoration: underline;
  color: #d0002a;
}.center_column a:hover {
  text-decoration: underline;
}
.space_left {
  left: 0px;
  position: absolute;
  z-index: 1;
  width: 49%;
}

.space_right {
  position: absolute;
  z-index: 1;
  right:0px;
  width: 49%;
}

.header {
  margin: 0px;
  padding: 0px;
  height: 205px;
  }
.footer {
  width: 854px;
  height: 159px;
  background: transparent url(/templates/fad_neu/style/img/footer.jpg) no-repeat;  
}
.footer a {
  text-decoration: none;
   color: #960270;
}
.footer a:hover{
  text-decoration: underline;
 color: #e54862;
}
#footer a {
  text-decoration: none;
   color: #960270;
}
#footer a:hover{
  text-decoration: underline;
 color: #e54862;
}
#footer {
	padding: 5px 5px 5px 185px;
	font-size: 8pt;
}
	
.outline div.main{
	overflow: hidden;
  margin: 0px;
  padding: 0px;
  background: transparent url(/templates/fad_neu/style/img/center_hintergrund.gif) repeat-y;

}

.outline div.header{
  background: transparent url(/templates/fad_neu/style/img/header.jpg) no-repeat;
}
.space_left div.header{
  background: transparent url(/templates/fad_neu/style/img/verlauf_oben.jpg) repeat-x;
}
.space_right div.header{
  background: transparent url(/templates/fad_neu/style/img/verlauf_oben.jpg) repeat-x;
}
.image_thumb img
{
 width: 150px;
 border: 1px solid #960270;
}

ul
 {
	list-style-image: url(/templates/fad_neu/style/img/blatt.gif);
	list-style-position: outside;
	
 }

  /* CSS Anpassungen für das Dynamic Menü Chrome */


.chromestyle{
width: 99%;
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: 155px 0 0 250px;

margin: 0;
text-align: left; /*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: #333333;
padding: 4px 14px 0 0px;
margin: 0 0 0 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #8b0e13;

}

.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:normal 12px Arial;
line-height:18px;
z-index:100;
color: #FFFFFF;
background-color: #d0002a;
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 15px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
/*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: #d0002a;
}

 .left_column ul
 {
	list-style-image: url(/templates/fad_neu/style/img/blatt.gif);
	list-style-position: outside;
	padding: 0px 0px 0px 25px;
	
 }
