/* CSS Document */
/* Tags */

body {
	margin: 0;
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #02589C;
	line-height: 18px;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #02589C;
	line-height: 14px;
	margin-top: 3px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #02589C;
	line-height: 14px;
	margin: 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	line-height: 14px;
	margin: 0 5px 0 0;
	padding: 0 0 5px 0;
	text-align: right;
}

p {
	text-align : justify;
	line-height: 150%;
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
}

a {
	color: #FF6702;
	font-weight: bold; 
	text-decoration: none;	
}

img	{
	border : 0;
}


/* HEAD */

#header{
	margin: 0;
	padding: 0;
	position: relative;
	width: 618px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-color: #7A7F8E;
	border-left: 1px solid #C8CFDF;
	border-right: 1px solid #C8CFDF;
}

#right{
	position: relative;
	float: left;
	width: 628px;
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#logo{
	margin: 0;
	padding: 0;
	position: relative;
	top: 18px;
	left: 10px;
	width: 127px;
	height: 23px;
}



/* MAIN CONTENT */

#content{
	position: relative;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 608px;	
	border-top: 9px solid #E8ECF5;
	border-left: 1px solid #C8CFDF;
	border-right: 1px solid #C8CFDF;
	background-color: #FFF;
	padding: 0px 0px 0px 10px;
}


#content1 li{
	text-align : justify;
	line-height: 150%;
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}


#content1{
	float: left;
	position: relative;
	width: 345px;
	padding-top: 10px;
}

#content2{
	float: left;
	position: relative;
	width: 248px;
	margin-left: 15px;
}

#contentlage{
	float: left;
	position: relative;
	width: 550px;
	margin-left: 10px;
}

.tabelle ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 0 10px 10px;
	text-align: left;
	font-size : 12px;
	line-height : 140%;
	font-style: normal;
	color: #000000;
}



/* FOOT */

#spacer{
	float:left;
	height: 10px;
	width: 618px;
	border-left: 1px solid #C8CFDF;
	border-right: 1px solid #C8CFDF;
}

#footer{
	float:left;
	height: 18px;
	width: 598px;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	color: #14306F;	
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-left: 1px solid #C8CFDF;
	border-right: 1px solid #C8CFDF;
}



#footer_m{
	position: relative;
	float: left;
	background-image: url(../images/footer_m.gif);
	background-repeat: repeat-x;
	height: 9px;
	width: 578px;
}

#footer_r{
	position: relative;
	float: left;
	background-image: url(../images/footer_r.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 49px;
	padding: 0px 0px 0px 0px;

}

#link {
	text-align : right;
	line-height: 150%;
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;

}