/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
* {padding:0; margin:0;
behavior: url("pngbehavior.htc");}
 body {
	font-family: Verdana, Arial, sans-serif; font-size:12px; color:#180891;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:980px;
	margin-top:0;
	margin-bottom:0;
	font-size:1em;
	
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	z-index: 100;
	}
.main {
	clear:both;
	width:980px;
	padding:0;
	margin:0;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:200px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-right: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;	
}
/*main -einspaltig top*/
.main-content_1spalter {

	float:left;
	display: inline;
	width: 760px;
	margin: 0;
	padding-bottom: 10px;
	height: 1%

}


.main-content_1spalter_bottom {

	float:left;
	display: inline;
	width: 760px;
	margin-right:0px;
	padding-bottom: 10px;
	height: 1%;
}
.main-content_1spalter li,.main-content_1spalter_bottom li, .main-content li, .main-subcontent li{
	margin-left:15px;
	list-style:disc;
	list-style-position: outside;
	list-style-image: url(img/bg_bullet_full_2.gif);
}




.zitate td{
	padding:8px;
}


.littlebox{
	border: 1px solid #62A8DC;
	padding: 5px;
	margin:0px;
	margin-bottom:10px;
	width:200px;

	
}


.littlebox_blue{
	border: 1px solid #62A8DC;
	padding: 5px;
	margin:0px;
	margin-bottom:10px;
	color: #62A8DC;
	
}
.littlebox_orange{
	border: 1px solid #FF9900;
	padding: 5px;
	padding-right:0;/*IE*/
	margin:0;
	margin-bottom:10px;
	color: #FF9900;
	
}
.littlebox_orange li,.littlebox_blue li {
    margin:0;
	list-style-type: none;
}


.littlebox_orange a {
	font-weight:bold;
	color: #FF9900;

}






.bildbox {
	padding:0;
	margin:0;

}

.main-content {
	display:inline; /*Fix IE floating margin bug*/
float:left;
	width:370px;
	margin:0;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.main-subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:370px;
	margin-right:20px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.footer {
	width:980px;
	padding:10px 0 10px 0;
	font-size:1em;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #180891;
	text-align: center;
}
.footer a{
	text-decoration:none;
	color: #180891;
}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {
	width:980px;
}
.header-top {
	width:980px;
	height:50px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	vertical-align: bottom;
}
.header-middle {
	width:980px;
	height:190px;
	margin:0 ;}
.header-bottom {
	width:980px;
}
.header-breadcrumbs {
	width:980px;
    padding: 0;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}

/********************/
/*  HEADER SECTION  */
/********************/
.sitelogo {
	width:280px;
	height:50px;
	position:relative;
	z-index:1;
	margin:22px 0 0 20px;
	left: 370px;
	top: 100px;
}



/*Drop-down menu*/
.nav2 {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:980px;
	border:none;
	color: #180891;
	font-size:12px;
	margin-top: 15px;
} /*Color navigation bar normal mode*/
.nav2 ul {
	list-style-type:none;
}
.nav2 ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	}

.nav2 ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:25px;
	line-height:2.1em;
	padding:0 16px 0 16px;
	text-decoration:none;
	color:#180891;
	text-transform: uppercase;
}
.nav2 ul li ul {display:none; border:none;
}


/*Non-IE6 hovering*/
.nav2 ul li:hover {position:relative;} /*Sylvain IE hack*/
.nav2 ul li:hover a {
	background-color:#180891;
	color: #FFFFFF;
} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {
	display:block;
	width:10em;
	position:absolute;
	z-index:999;
	top:2em;
	margin-top:0.01em;
	left:0;
}
.nav2 ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-left:solid 0px rgb(175,175,175);
	border-bottom: solid 0px rgb(175,175,175);
	background-color:#CDE6F5;
	font-weight:normal;
	color: #180891;
	text-transform: none;
} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {
	background-color:#E7F2FA;
	text-decoration:none;
} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav2 table {position:absolute; top:0; left:0; border-collapse:collapse}
.nav2 ul li a:hover {
	position:relative /*Sylvain IE hack*/;
	z-index:1000 /*Sylvain IE hack*/;
	background-color:#180891;
	text-decoration:none;
	color: #FFFFFF;
} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:2.1em; t\op:2.0em; left:0; marg\in-top:0.1em;}
.nav2 ul li a:hover ul li a {
	white-space:normal;
	display:block;
	w\idth:10em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	text-transform: none;
	background-color:#CDE6F5;
	font-weight:normal;
	color:#000066;
} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {
	background-color:#E7F2FA;
	text-decoration:none;
	text-decoration:none;
} /*Color subcells hovering mode*/



.searchform {
	float:right;
	width:170px;
	padding:0 !important /*Non-IE6*/;
	padding:0 12px 0px 0px /*IE6*/;
	margin-top: 2px;
	color: #62A8DC;
}
.searchform form fieldset {float:right; border:none;}
.searchform input.field {
	width:150px;
	padding:0.2em 0 0.2em 0;
	border:1px solid #7ca8d7;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
}
.searchform input.button {
	width:3em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	border:1px solid #7ca8d7;
	text-align:center;
	font-family:verdana,arial,sans-serif;
	color:#FFFFFF;
	font-size:10px;
	background-color: #7ca8d7;
}
.searchform input.button:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:#FFFFFF;
}

/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/



/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content_1spalter:after,.main-content_1spalter_bottom:after,.main-content:after, .main-content div:after, .main-subcontent:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:980px; height:50px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:980px; background:transparent;}}
@media print {.nav2 {
	float:left;
	width:980px;
	border:none;
	font-size:1.0em;
	font-size:130%;
}} /*Color navigation bar normal mode*/
@media print {.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:200px;
	border-right:solid 1px rgb(200,200,200);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE*/;
}.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {}
@media print {.footer {
	width:980px;
	height:3.7em;
	padding:1.1em 0 0;
	font-size:1em;
	text-align: center;
	text-decoration: none;
}}
#flashinhalt {
	background-image: url(img/header-neu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
	width: 100%;
	z-index: 0;
	position: absolute;
	top: 40px;
	right: 0px;
	text-align: center;
	left: 0;
	background-color: #7ca8d7;
	visibility: visible;
}
