/* ================================================================ 
   www.dobei.de 2.0
   www.serano-media.de
=================================================================== */


body { font-family:verdana, arial, helvetica, sans-serif; font-size:12px; color:#2e394a;  border:0px; background:#EAEAEA; text-align:center; margin:20px; }
body { background-image: url(../images/design/bg_site.gif); background-repeat:repeat-x; }

a {color:#C43F52;}
a:visited {color:#a92639;}
a:active {color:#a92639;}
a:hover {color:#ab1026;text-decoration:none;}

h1 { font-size:1.8em; font-family:Verdana; margin:0px 0px 10px 0px; color:#C43F52; text-transform: uppercase; font-family:Garamond; }
h2 { font-size:1.6em; font-family:Verdana; margin: 6px 0px; color:#C43F52; text-transform: uppercase; font-family:Garamond; }
h3 { font-size:1.4em; font-family:Verdana; font-weight:normal; margin:6px 0px; font-style:italic; }

#main_text   { text-align: left; margin: 20px 0 1em; padding:0px 30px; width: 900px; float: left }
#main_text img { }

.floatLeft	{ float:left; border:solid 1px #cccccc; margin:0px 10px 10px 0px; padding:5px; }
.floatRight	{ float:right; border:solid 1px #cccccc; margin:0px 0px 10px 10px; padding:5px; }


/* == Glossar ==================================================== */ 

.alphabet { float:left; width:10px; text-align:center; border:solid 1px #cccccc; margin:1px; padding:3px; font-size:1.2em; }
.alphabet a, .alphabet a:link { display:block; }
.alphabet a:hover { display:block; background-color:#ab1026; color:#ffffff; }


.listbig ul, .listbig li { font-size:1.5em; list-style-image: url(../images/design/bullet.gif); }

#trennstrich { clear:both; width: 840px; left:0px; border:1px solid #ffffff; line-height:0px; margin-top: 15px; }
* html #trennstrich {width: 897px; w\idth:900px;}

#seite { width: 900px; margin: 0px auto;
    text-align: left;    
border:solid 1px #9ba9bf;         
    
	 background-color:#fff;
	 height:auto;
	 }

/* == Header ==================================================== */ 
.header { background-image: url(../images/design/bg-header.gif); }


/* == Footer ==================================================== */ 

#fussleiste { width:840px;


	 clear: both;
	 text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin:6px auto;      /* standardkonforme horizontale Zentrierung */
 border-top:solid 1px #9ba9bf;
	 font-size: 0.9em;
	line-height: 20px;
	padding: 26px 5px;
color:#59687f;
	 }
	 
#fussleiste a  { color:#59687f; }




/* == content Left ==================================================== */ 
.contentl { float:left; min-height:300px; width:550px; margin-right:30px; }
.contentl em { color:#C43F52; font-size:1.2em; }

/* == Content Right ==================================================== */ 
.contentr { float:left; min-height:300px; width:200px; margin-left:20px; margin-bottom:20px; padding:0px 0px 0px 30px; border-left:solid 1px #9ba9bf;}
.contentr img { border:solid 1px;}
#navi { color:#59687f; padding:0px 0px 20px 0px; font-size:0.9em; }


p { margin: 0px; }

#bilder_rand {
	border: 5px none #C43F52;
	width: 200px;
	background-color: #EDEDED;
	text-align: center;
	margin: 0 0 1em 680px;
	padding-top: 5px;
	padding-bottom: 5px;
	}




/* === Alter Content ==*/


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {

font-size:0.85em;
text-align: center;
margin: 0px 48px 10px 48px;
clear: both;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding: 0;
margin:0;
list-style-type: none;
border: 0;
}
.menu ul ul {
width:200px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float: left;
width: 200px;
position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
border-left:0px solid #fff; border-right:1px solid #fff; border-top:1px solid #fff; border-bottom:0px solid #fff; display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
width:189px; 
height:24px; 
background:#59687F; 
padding-left:10px; 
line-height:23px
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:200px;
w\idth:189px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#cccccc;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#C2B7A3;
}
.menu ul ul :hover > a.drop {
background:#888d95;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e0dcdc;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#888d95;
}
.menu ul ul ul :hover > a {
background:#888d95;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:200px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
t\op:25px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:200px; 
top:0;
width:200px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-200px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left: 0px;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#e0dcdc; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:179px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:200px;
w\idth:179px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#888d95;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#888d95;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}




	 
	
