* {
	margin: 0;
	padding: 0;
	border: 0;
}
body,html{
	height: 100%;
	width: 100%;		
}
body{

	background-color: #D5E5F7;
	background-attachment: fixed;
	background-image: url(../img/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;			
}
body.nobg{

	background-color: #004D75;
	background-image: none;		
}

body,p,h1,h2,h3,h4,h5,h6,div,td{ 
	color: black; font-size: 12px; font-family: Helvetica, Arial;
	line-height: 18px;
	letter-spacing: .1em;
}
#start { 	
  position:absolute;
  height:550px; 
  width:778px;
  margin:-275px 0px 0px -388px;
  top: 50%; 
  left: 50%;
  text-align: left;
}

a{ 
	color: #E55224;
	text-decoration: none;	
}
a:hover{ 
	color: #E55224;
	text-decoration: underline;	
}
h1,h2{
	letter-spacing: .1em;
	font-size: 16px;
	margin-bottom: 20px;
	line-height:22px;	
}
p{
	margin-bottom: 18px;
}

 


/* --------------------------------*/


#header {
	margin: 0;
	padding: 0;
	background-color: #E55224;
	height: 150px;
	width: 100%;
	
	border-bottom: 3px solid #003C61;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	white-space:nowrap;
}
#head_iw{
	width: 750px;
}
img.hbg2020{margin:18px 0px 0px 35px;float: left;}
img.logo{margin:12px 0px 0px 60px;float: left;}
#head_left{
	float: left;
	width: 80%;
	min-width: 750px;	
}
#head_right{
	float: left;
	text-align: right;
}


#left {
	float: left;
	width: 280px;
}
#left ul{
	list-style-type: none;
	list-style-position:outside;
	margin-top: 30px;
	
}
#left ul li{
	margin-top: 10px;
	list-style-type: none;
	width: 280px;
	background: #0070B7;

}
a.navi{
	text-decoration: none;
	color: #fff;
	margin: 2px 0px 2px 30px;
	font-weight: bold;
	display: block;
	letter-spacing: .2em;
	font-size: 13px;
	padding: 2px 0px;
}
a.navi:hover,
a.navi_h, a.navi_h:hover{
	text-decoration: none;
	color: #FBAD83; /* F47944  D5E5F7    EB6D32 */
	margin: 2px 0px 2px 30px;
	font-weight: bold;
	display: block;
	letter-spacing: .2em;
	font-size: 13px;
	padding: 2px 0px;	
}


#content {
	float: left;
	width: 500px;
	min-height:250px;
	padding: 0 0 30px 0;
	margin: 0;
	left: 310px;
	top: 180px;
	position: absolute;
}

#content ul{
	list-style-type: none;
	list-style-position:outside;
	padding: 0px;
	margin: 0px;
	list-style-image:url(../img/list.gif);	
}
#content ul li{
	margin-left: 20px;
}

#content ol{
	list-style-type:decimal;
	list-style-position: outside;
}
#content ol li{
	margin: 0px 0px 12px 30px;
}

.ul_extranav{
	margin-top: 10px;
	display: block;
	list-style-type: none;
	list-style-position: outside;	
}
.ul_extranav li{
	list-style-position:outside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: left;
	display: block;
	color: #000;
} 
a.extranav{
	text-decoration: none;
	color: #fff;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
a.extranav:hover,
a.extranav_h,a.extranav_h:hover{
	text-decoration: underline;
	color: #fff;
	margin: 0px 0px 0px 0px;
	font-weight: bold;	
}

.white{color: #fff;}
hr {clear:both; background-color:#000; /* Mozilla 1.4 */color:#000; /* IE 6 */border: #000; /* Opera 7.11 */height: 1px;}
.img_left{
	padding: 0px; 
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}
.img_right{
	padding: 0px; 
	margin-left: 20px;
	margin-bottom: 15px;
	float: right;	
}

/* Formulare */
form{
	margin: 0px;
	padding: 0px;
}
input.text, textarea{
	width: 300px;
	border: 1px solid #003C61;
	background-color:#fff;
	letter-spacing: .1em;
	padding: 2px;		
}
input.button {

	color: #fff;
	border: 1px solid #0070B7;
	background-color:#0070B7;
	letter-spacing: .1em;	
}
textarea {
	color: black; font-size: 12px; font-family: Helvetica, Arial;
	width: 98%;
}
.message{
	color: #E55224;
}


#clear{
	clear: both;
}
.abstand{
	margin-top: 35px;
	margin-bottom: 20px;
}

.lupe_head{
	font-weight: bold;
}