/*
#################################################################################################
# General
#################################################################################################
*/

*{ margin: 0; padding: 0; outline: none; }

h1 { font-size: 15px; color:#007bb2; margin-bottom:30px; }
h2 { font-size: 13px; color: black; }
h3 {}
h4 {}
h5 {}
h6 {}

a{text-decoration: none; border: 0 none;}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

html {
	height: 100%; 
	overflow: scroll;
	overflow-x: auto; /*CSS3*/
	font: 13px verdana, arial, sans-serif;
	
} 

body {
	height: 100%;
	min-height:100%;
	height:auto !important;
	background: url(../img/bg_page.jpg) repeat-x;
}

#root{
	height:100%;
	width:1000px;
	margin: 0 auto;
}
#wrapper{
	float:left;
	width: 1000px;
	background-color: white;
}

/*
#################################################################################################
# Layout -> Header
#################################################################################################
*/

#header{
	margin-top:0px;	
	width: 1000px;
	height: 153px;
}

/*
#################################################################################################
# Layout -> Nav
#################################################################################################
*/

#nav{
	margin-left:150px;
	background: url(../img/nav_1.jpg) repeat-y;
	min-height:200px;
	width:159px;
	float: left;
	color: white;
}
#nav a{
	text-decoration: none;
	color: white;
}
#nav a:hover{
	text-decoration: none;
	color: #B3DCEF;
}
.breite{
	width: 120px;	
	margin-left: 10px;
	margin-bottom: 5px;
}
.nav_text a{
	width: 40px;
}
a.navi-set{
	color: #B3DCEF;
}
/*
#################################################################################################
# Layout -> Content
#################################################################################################
*/

#content{
	width: 520px;
	margin-left: 350px;
	padding-top: 20px;
	color: #707172;
	min-height:500px;
}
#content a{
	text-decoration: none;
	border: 0 none;
}

