body,div,.p {
	font-family: arial, sans-serif;
	color:#1F5289;
	font-size:1em;
}

body {
	background-image: url(img/page_bg.gif);
	padding:0px;
	border:0px;
	margin:0px;
	text-align: center;
}

p {
	margin:0px 0px 10px 0px;
	font-size:0.8em;
}

img{
	border:0px;
}

#info img{
	max-width:230px;
}

#info a, #info p, #info strong{
	margin:0.5em;
}


#header{
	margin:0px;
}

a{
	font-weight:bold;
	color:#E2001A;
}

a:hover{
	text-decoration:none;
}

.std{
font-size:0.8em;
}

.bold{
font-size:0.8em;
font-weight:bold;
}

.step{
font-size:0.9em;
font-weight:bold;
color:#FBCB0B;
}

.it{
font-size:0.8em;
font-style:italic;
}

.footer{
font-size:0.8em;
}

h1,h2,h3{
padding:0px;
border:0px;
}

h1{
color:black;
font-size:1.5em;
}

h2{
color:#1F5289;
font-size:1.0em;
margin-bottom:5px;
margin-top:15px;
}

h3{
//color:#E2001A;
color:#1F5289;
font-size:0.8em;
}

/*
h1{
color:#8EADCF;
font-size:1.5em;
}

h2{
color:#5387BF;
font-size:1.0em;
}

h3{
color:#1F5289;
font-size:0.8em;
}
*/
ul{
	font-size:0.8em;
	list-style-image:url(img/box_klein.jpg);
}

table{
	font-size:0.8em;
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
}

th{
	padding:0.5em;
	background-color:#1F5289;
	border:1px solid #1F5289;
	color:white;
	padding-left:5px;
}

td{
	padding:0.4em 0.6em;
	border:1px solid #D1DFEF;
}

/* ********************* */
/*  *** LAYOUT DIVS ***  */
/* ********************* */
#container{
	text-align: center;	
	width:100%;
}

#logo,#navi_container,#main,#footer{
width:750px;
text-align: left;
margin:0px auto;
border-left:1px solid #1F5289;
border-right:1px solid #1F5289;
}

#logo{
position:relative;
background:white;
padding:0px;
height:120px;
top:0px;
margin-bottom:40px;
}

#navi_container{
position:absolute;
z-index:1;
height:66px;
width:790px;

text-align:center;
vertical-align:top;
top:120px;
left:50%;
margin-left:-396px;
background-image: url(./img/navi_bg.gif);
background-repeat:repeat-x;
background-color:#D1DFEF;
margin-top:-5px;
border-top:5px solid #1F5289;
border-bottom:1px solid #1F5289;
border-left:1px solid #1F5289;
border-right:1px solid #1F5289;

padding:0px;
overflow:hidden;
float:none;
}

#navi_button{
	padding:0px;
	margin:0px;
	height:40px;
	border-bottom:5px solid #1F5289;
}

#navi_desc{
	position:relative;
	width:750px;
	margin:1px auto 0px auto;
}

#main{
position:relative;
border-bottom:4px solid #1F5289;
/* #E2001A;  */
background-color:white;
padding:0px;
margin-top:40px;
}

#content{
	width:430px;
	padding:30px 50px 30px 30px;
	float:left;
	background-image: url(img/content_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	
}

#info{
	width:240px;
	padding-bottom:3em;
	background-color:#EFEFEF;
	background-color:#8EADCF;
	/*background-color:#D1DFEF;*/
	background-image: url(img/info_kasten.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:460px;
	
	float:right;
	display:inline;
	overflow:hidden;
	text-align:left;	
}

#info_bg{
	margin:0px;
	border:0px;
	padding:0px;
	height:25px;	
	margin-bottom:1em;
	background-image: url(img/content_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

#info img{
	border-top:3px solid #1F5289;
	border-right:230px solid #1F5289;
	border-bottom:3px solid #1F5289;	
	border-left:0px solid #1F5289;	
}

#clear{
	clear:both;
}

#footer{
text-align:center;
width:750px;
padding: 20px 0px 20px 0px;
border:0px;
}
/* ********************* */


/* ********************* */
/* NAVI - BUTTONS */
/* ********************* */

img.navi{
border:0px;
/*border-bottom:2px solid #AF161B;*/
margin:0px;
padding:0px;
}

img.navi:hover{
/*margin-top:0px;
border-bottom:2px dotted black;*/
}

#navi{
	width:750px;
	border:5px solid blue;
	text-align:center;
	margin:0px;
	padding:0px;
}
#navi_desc a{
	font-family:arial, sans serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#1F5289;
}

p.navi_desc{
	width:143px;
	margin:0px;
	margin-top:2px;
	border:0px;
	float:left;
	text-align:left;
	padding-left:7px;
}

a#impressum{
	color:#1F5289;
	font-size:0.8em;
}
/* ********************* */
