@charset "utf-8";
/* CSS Document */

/* Standardelemente */
html{
	width:100%;
	margin:0px;
	padding:0px;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-image:url(../backs/bg_innen.jpg);
}
ul{
	margin:0px;
	padding:0px;
	margin-left:0px;
	list-style:none;
	position:relative;
}
li{
	position:relative;
	background-image:url(../icons/subnavi01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#000000;
	margin-bottom:3px;
}
p{
	margin:0px;
	padding:0px;
	margin-bottom:1.0em;
}

/* Standard Schriftelemente */
h1{
	font-size:1.1em;
	color:#990000;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:12px;
}
h2{
	font-size:0.85em;
	color:#990000;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.h2_headline{
	color:#0f90bd;
}
.h2_sb01{
	color:#0f90bd;
	margin-bottom:0px;
	
}
.h2_sb02{
	color:#0f90bd;
	margin:0px;
	font-size:4.0em;
}
h3{
	font-size:1.1em;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px;
	margin:0px;
}


/* Zusatzelemente */
.break{
	clear:both;
	height:1px;
	overflow:hidden;
}
.breakline{
	clear:both;
	height:2px;
	overflow:hidden;
	background-color:#8ed4ec;
}
.breakline_home_image{
	clear:both;
	height:5px;
	overflow:hidden;
	background-color:#1da9d9;
	margin-top:1px;
	margin-bottom:2px;
}

.breakgal{
	clear:both;
	height:10px;
	overflow:hidden;
}
.float{
	float:left;
}

/* Flashlayer */
#newslayer {
	position:absolute;
	left:288px;
	top:121px;
	width:400px;
	height:500px;
	z-index:10000;
	visibility: hidden;
}
