html{
	overflow-y:scroll;
}

body{
	margin:0px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003033;
	text-align: justify;
}

h1{ /* Titel */
	font-size:13px;
	font-weight:bold;
	color: #26b4e5;
}
h2{ /* link */
	margin:0;
	padding:0;
	font-size:12px;
	color: #26b4e5;
	font-weight:normal;
}
h3{ /*Blue text*/
	font-size:12px;
	color: #26b4e5;
	font-weight:normal;
	margin:0;
	padding:10px 0 10px 0;
}
a{
	text-decoration:none;
}

a img{
	border:none;
}

ul{
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
}

	li{
		margin:0;
		padding:0 0 0 10px;
		background-image:url(../images/bullet.png);
		background-repeat:no-repeat;
		background-position:0px 7px;
		line-height: 17px;
	}

.clearfix{
	clear:both;
}

	#top{
		width:1000px;
		height:104px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}
	
		#top a{
			color: #003033;
		}
		
		#top a:hover, #top .selected{
			color: #26b4e5;
		}
	
		#menu_home{
			position:absolute;
			top:8px;
			right:4px;
		}
		
		#menu_lang{
			position:absolute;
			bottom:10px;
			right:4px;
		}
	
	#top_line{
/* 		padding:10px 0 10px 0; */
		width:1000px;
		height:25px;
		margin-left:auto;
		margin-right:auto;
/*		background-image:url(../images/streep_top.png);
		background-repeat:no-repeat;
		background-position:50% 50%;*/
	}
	
	#main_menu{
		padding:10px 0 40px 0;
		width:1000px;
		text-align:right;
		margin-left:auto;
		margin-right:auto;		
	}
	
		#main_menu a{
            padding: 0px 4px 0px 4px;
			font-weight:bold;
			font-size:15px;
			color: #003033;
		}
		
		#main_menu a:hover, #main_menu .selected{
			padding: 0px 4px 0px 4px;
			font-weight:bold;
			font-size:15px;
			color: #26b4e5;
		}
	
	#content_container{
		width:1000px;
		margin-left:auto;
		margin-right:auto;	
	}
		#content_container a{
			color: #26b4e5;
		}

		#content_left{
			width:500px;
			float:left;
		}
			#content_left_bottom{
				padding: 20px 0 0 200px;
				font-size:13px;
			}
			
		#content_right{
			width:500px;		
			float:left;
			line-height: 17px;
		}
	
	#footer_menu{
		color: #26b4e5;
		margin-top:20px;
		width:1000px;
		margin-left:auto;
		margin-right:auto;
		text-align:right;
	}
		#footer_menu a{
			text-decoration:none;
			color: #26b4e5;
		}
		#footer_menu a:hover{
			text-decoration:none;
			color: #26b4e5;
		}
	#bottom_line{
		padding:10px 0 0 0;
		width:100%;
		height:46px;
		background-image:url(../images/streep_bottom.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}