/* -------- */
/* Struktur */
/* -------- */

body {
	color:black; 
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background:#0099CC url(../images/layout/bg-hbh.gif) repeat-x top left;
	text-align:left;
	height:100%;
}

/* --- Seitenrahmen --- */

div.bodywrap {
	width:930px;
	padding: 0px;
	margin:15px auto 0 auto;
	text-align:center;
	background:transparent url(../images/layout/main_bg.gif) repeat-y top left;
}


/* --- Header --- */

div.header {
	height: 180px;
	width: 930px;
	margin: 0px;
	padding: 0px;
	border-bottom:10px solid; 
	border-color:#0099cc;
}


/* --- Mittelstueck --- */
/* (enthaelt leftmenu   */
/* und contentwrap)     */

div.middlewrap {
	text-align:left;
	margin: 0px;
	padding: 0px;
}


/* --- linkes Menu --- */

div.leftmenu {
	width: 190px;

	float:left;
	
	padding:10px 0px 0px 0px;
	margin:0px;
	
	background-color: #99ccff;
	
}

/* --- linker Content statt Menu auf Seite 3 (Home) --- */

div.leftcontent {
	width: 170px;

	float:left;
	
	padding:0px 10px 0px 10px;
	margin:0px;
	
	background-color: #99ccff;
	
}

div.leftcontent p.bodytext {
	background-color: #99ccff;

}


/* --- rechte Box --- */

div.rightbox {
	width:150px;
    background-color:#99ccff;
    float:right;
	
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;     
	
}



/* --- Inhaltsbereich --- */


div.menu {
	width: 930px;
	height: 28px;
	clear:both;
	
	margin:0px 0px 0px 0px;
	padding: 0px;
	
	line-height:1.5em;	

    background-color:#0033cc;
	
	border-bottom:10px solid; 
	border-color:#0099cc;
}

div.breadcrumb {

        color:#828282;
	font-size:0.9167em;
	line-height:1.2em; 
	margin:0;
	padding: 15px 0 10px 0;
}

div.content {
    float: left;
    width: 540px;
    margin:0;
    padding:0 0px 0 20px;
    min-height:350px;
    background-color:transparent;
}


/* --- Footer --- */

div.footer {
	width:930px;
	height:25px;
	
	padding:0px;

	border-top:10px solid #0099cc; 
	background-color: #0033cc;
	
	clear:both;
}


/* ----------------------- */
/* Generelle Einstellungen */
/* und Inhalt              */
/* ----------------------- */

a { 
         color:#CD8A00;
	 font-weight:bold; 
	 text-decoration:underline; 
}

a:focus, a:hover, a:active { 
        color: #0033CC; 
}


ul, ol, dl { 
       padding:0;
       margin:0;  
}

p {
	padding:0 0 1em 0;
	margin:0;
}

p.bodytext {
	text-align:left;    
	font-size:1.0833em;
	line-height:1.25em;
	color:black;
	background-color:white;
	padding:0 0 10px 0;
	margin:0;

}

h1, h2, h3, h4 { 
         font-weight:bold;
	 color:#0033CC; 
	 margin:0;
	 padding:1.3333em 0 1.1667em 0;
}

h1 { 
       font-size:1.6667em;
}
                        
h2 { 
       font-size:1.5em; 
}
                       
h3 { 
       font-size:1.3333em;
} 
                         
h4 { 
       font-size:1.25em;
}


img {
	border:0px;
}

div.csc-textpic-imagewrap {
       margin-right:0;
}

dd.csc-textpic-caption {
        color:#828282;
	font-size:0.9167em;
	line-height:1.2em; 
}

/* --------- */
/* Menu etc. */
/* --------- */

ul.fmenu {
	padding: 0 0 0 190px;
	display: block;
	float: right;
}

li.fmenu {
	display:block;
	list-style-type:none;
	border-left: 1px solid #0099cc;
	color:#99ccff;
	background-color: #0033cc;
	padding:5px;
	float:right;
	margin:0px;
}


/* --- Topmenu --- */

div.taube {
	width:200px;
	height:28px;
	
	float:left;
	background-color:#0099CC;
	background-image: url(../images/layout/taube.png);
	background-repeat: no-repeat;
	background-position: 165px 2px;
}

li.hmenu {
	display:block;
	list-style-type:none;
	border-right: 2px solid #0099cc;
	background-color:#0033cc;
	color: white;
	text-align:center;
	padding:0px;
	float:left;
	clear:right;
	margin:0px;
}


li.menu-level1-no {
	background-color:#0033cc;
}

li.menu-level1-act {
	background-color:#FDBA00;
	color: black;
}

a.hmenu {
        font-weight:normal;
	text-decoration:none; 
	text-align:left;
	color: white;
	
	display:block;
	float:left;
	clear:right;
	margin:0px;
	padding:5px;
	height:18px;
	
}

a.hmenu:active, a.hmenu:hover {
        font-weight:normal;
	text-decoration:none;
	background-color:#FDBA00;
	color: black;
}

a.menu-level1-no {
        font-weight:normal;
	background-color:#0033cc;
	color: white;
        text-decoration:none;
}

a.menu-level1-act {
        font-weight:normal;
	background-color:#FDBA00;
	color: black;
        text-decoration:none;
}

a#hmenu_id_home:hover {
	background-color:#0033cc;
	color: #FDBA00;
        font-weight:normal;
	text-decoration:none;
}

a.fmenu {
        font-weight:normal;
	text-decoration:none; 


	text-align:left;
	color: #99ccff;
}

a.fmenu:active, a.fmenu:hover {
        font-weight:normal;
	text-decoration:underline;
	color: #99ccff;
}

a.lmenu {
    font-weight:normal;
	text-decoration:none; 
	text-align:left;
	margin:0px;
	padding: 0px;
	color: black;
	background-color: #99ccff;
}

a.lmenu:active, a.lmenu:hover {
        font-weight:normal;
	text-decoration:underline;
	color: black;
	background-color: #99ccff;
}


div.breadcrumb a {
        font-weight:normal;
	color:#828282;
	background-color: white;
	text-decoration:none; 
}


/*------------*/
/* Linke Navi */
/*------------*/

ul.lmenu {
	padding: 0px 10px 0px 0px;
	margin:0px;
}

li.lmenu {
	list-style-type:none;
	color:#3038A0;
	background-color: #99ccff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid white;
}

li.lmenu-level1-no {
	padding: 6px 0px 6px 10px;
}

li.lmenu-level1-act {
	padding: 6px 0px 6px 10px;
	font-weight:bold;
	background-color: #fdba00;
	color:black;
}

a.lmenu-level1-act {
	font-weight:bold;
		background-color: #fdba00;
	color:black;

}
a.lmenu-level1-act:hover {
	font-weight:bold;
		background-color: #fdba00;
	color:black;

}


li.lmenu-level2-no {
	padding: 5px 0px 5px 35px;
}

li.lmenu-level2-act {
	padding: 5px 0px 5px 35px;
	font-weight:bold;
}

li.lmenu-level3-no {
	padding: 3px 0px 3px 50px;
}

li.lmenu-level3-act {
	padding: 3px 0px 3px 50px;
	font-weight:bold;
}


ul.csc-bulletlist {
	padding: 0px 0px 0px 20px;
	margin:0px;
	display: list;
}

ul.csc-bulletlist li {
	padding: 0px 0px 5px 0px;
	margin:0px;
	display: list;
}


/* --- Sitemap --- */

div.csc-sitemap ul {
	text-align:left;
	margin:0px;
	padding: 0px 0px 0px 20px;
}

div.csc-sitemap ul li {
	text-align:left;
	margin:0px;
	padding: 5px 0px 0px 0px;
}

div.csc-sitemap a {
        font-weight:normal;
	color:black;
	text-decoration:none; 
}
 
blockquote.zitat {
    width:350px;
    font-style:italic;
    margin: 0px 0px 30px 50px;
    padding: 5px 5px 25px 5px;
    border: 1px #FDBA00 dotted;
}

span.author {
    float:right;
    font-style:normal;
}

