/* CSS Document */


*{
	padding:0;
	margin:0;
	border:0;
}

body,html{
	height:101%; /* Erzwingt Scrollbalken */	
	font-family: "Arial MT", Arial, Helvetica, Verdana, sans-serif;
	color: black;
	background: #0c2249;
	text-align: center;
}

#box{
	width:800px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background: url(../img/bg_streifen.jpg) repeat-y center;
  	position: relative;
  	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}
#psi {
	width: 750px;
	padding: 0;
	position: relative;
	background: url(../img/psi.gif) no-repeat top left;
	/* for 100% browser window height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	}
	
#paragraf {
	width: 750px;
	padding: 0;
	position: relative;
	background: url(../img/paragraf.gif) no-repeat bottom right;
	/* for 100% browser window height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	}
	
#header{
	position:relative;
	padding-top:15px;
	padding-left: 230px;
	height:170px;
	width:420px;
}

#headerindex{
	position:relative;
	padding-top:15px;
	padding-left: 25px;
	height:170px;
	width:800px;
}




#navigation{
	text-align: left;
	position:relative;
	padding-left:35px;
	padding-top:7px;
	width:180px;
	font-size: 14px; 
	line-height: 18px;
	font-weight: bold;
	float:left;
	border: 1px #fff;
}

#navigation p{
	margin-bottom: 7px;
}

.navigation {
	color: #fff;
	text-decoration: none; 
}

.navigation a:link { 
	text-decoration: none; 
	color: #b3cafb;
}
.navigation a:visited { 
	text-decoration: none; 
	color: #b3cafb;
}	
.navigation a:hover, a:active { 
	text-decoration: none; 
	color: #fff;
}


#content{
	width:440px;
	margin: 10px 0 0 230px;
	padding:15px 40px;
	background: #fff url(../img/paragraf.gif) right bottom no-repeat;
	min-height: 700px;
	font-size: 13px; 
	line-height: 145%;
	
}

a:link { 
	text-decoration: underline; 
	color: #1a4592;
}
a:visited { 
	text-decoration: underline; 
	color: #1a4592;
}	
a:hover, a:active { 
	text-decoration: underline; 
	color: #0c2249;
}

h1 { 
	font-weight: bold; 
	font-size: 22px; 
	line-height: 140%;
	color: #1a4592;
	margin-bottom: 15px; 
}

h2 { 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 140%;
	color: #1a4592;
	margin-bottom: 15px; 
	margin-top: 25px; 
	text-transform: uppercase;
}

h3 { 
	font-weight: bold; 
	font-size: 13px; 
	line-height: 140%;
	color: #1a4592;
	margin-top: 15px; 
}

ul {  list-style-image:url(../img/listenpunkt.gif);
margin-left:20px;}