
*{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	color:#848485;
	font-size: 15px;
}
body, html{
	width: 100%;
	height: 100%;
}
a{
	text-decoration:underline;
	color:#77A2C2;
}

select, input, textarea{
	border: 1px solid #333333;
}

ul{
	list-style-type:none;
}

sup{
	font-size: 10px;
}

.popup_content ul{
	list-style-type:disc;
	margin-left: 20px;
}
#center{
	position:relative;
	width: 926px;
	height: 100%;
	margin: auto;
	background-color:#FFFFFF;
}

.clear{
	clear: both;
}

.top_link{
	position:relative;
	top:-15px;
	display:block;
	text-decoration:none;
	color:#77A2C2;
	font-weight:bold;
	width:95px;
	background-image:url(../images/icon_top_link.gif);
	background-repeat:no-repeat;
	background-position: right;
}

#logo{
	position:relative;
	float:right;
	top:64px;
}



/* --------------------------------- */
/* obere Navigation */
/* --------------------------------- */
#menue_top{
		font-weight:bold;
		position:relative;
		top:26px;
		left:0px;
}
#menue_top a{
	text-decoration:none;
	color:#77A2C2;
}
#menue_top li{
	float:left;
	margin-right:18px;
	color:#77A2C2;
}
/* --------------------------------- */


/* --------------------------------- */
/* untere Navigation */
/* --------------------------------- */
#navi_bottom{
	margin-left:105px;
	margin-top:34px;
	height:100px;
}
#navi_bottom li{
	float:left;
	margin-right:50px;
	color:#77A2C2;
	font-size:14px;
	font-weight:bold;	
}
#navi_bottom a{
	text-decoration:none;
	color:#77A2C2;
	font-size:14px;
	font-weight:bold;
}
/* --------------------------------- */


/* --------------------------------- */
/* Hauptbereich der Seite */
/* --------------------------------- */
#main{
	margin-top:85px;
	float:left;	
}
#main p{
		position:relative;
	margin-bottom:20px;
	/* font-weight:bold; */
	font-weight: normal;
	line-height:20px;
}
#main p b{
	color:#6E6E6E;
}

.red, .red b{
	color: red;
}

/* --------------------------------- */

/* --------------------------------- */
/* Hauptnavigation */
/* --------------------------------- */
#main_navi{
	position:relative;
	width:854px;
	margin-left:58px;
	padding-bottom:40px;
	border-bottom:1px solid #77A2C2;
	margin-bottom:20px;
}
#main_navi img{
	margin-right:20px;
	
}
/* --------------------------------- */

/* --------------------------------- */
/* Content-Bereich */
/* --------------------------------- */
.content_block{
	position:relative;
	margin-left:58px;
	width:854px;
	float:left;
}
h1{
	color:#77A2C2;
	font-size:25px;
	margin-bottom:20px;
}
.headline_1{
	margin-top:5px;
	margin-bottom:15px;
}
h2{
	color:#848485;
	font-size:16px;
	margin-bottom:10px;
	font-weight: normal;
}
h3{
	font-size:16px;
	color:#77a2c2;
}
.content_block_left{
	position:relative;
	float:left;
	width:575px;
	padding-right:25px;	
	margin-bottom:20px;
}
.content_block_left ul{
	position:relative;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:15px;
	list-style-position:outside;
}
.content_block_left ul li{
	line-height:20px;
	/* font-weight:bold; */
	font-weight: normal;
	margin-bottom:10px;
	list-style-image:url(../images/icon_list.gif);
}
ul.downloads {
	padding-left:15px;
}
ul.downloads li{
	padding-left:15px;
	line-height:12px;
	list-style-image:url(../images/icon_list_downloads.gif);
}
.content_block_right{
	position:relative;
	float:right;	
	margin-bottom:20px;
}

.content_block_right img, .rounded{
	position: relative;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	behavior: url(../PIE.htc);
}

.trenner{
	position:relative;
	clear:both;
	width:100%;
	height:10px;
	background-image:url(../images/trenner.gif);
	background-repeat:repeat-x;
	margin-bottom:20px;
}
/* --------------------------------- */

/* --------------------------------- */
/* "PopUp"-Seiten */
/* --------------------------------- */
.popup_content{
	padding-top:0px;
	padding:15px;
}
.popup_logo{
	float:right;	
}
.popup_content img.headline_1{
	margin-top:20px;
	margin-bottom:15px;
}
/* --------------------------------- */

/* --------------------------------- */
/* Start-Seite */
/* --------------------------------- */

.input_start{
	border: 1px solid #a5c9e4;
	background: white;
	color: #a5c9e4;
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#backgroundLayer{
	position: absolute;
	text-align: center;
	overflow: hidden;
}


/*
#zeige_scrollbalken{
	position:absolute;
	top:0px;
	bottom:-1px;
	width:1em;
	z-index:-1;
}
*/