body{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0px auto;
}


.header{
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


.lang{
	margin-bottom: 8px;
}

.lang a{
	font-family: tahoma;
	font-size: 11px;
	color: #1A4580;
	text-decoration: underline;
}

.lang a:hover{
	font-family: tahoma;
	font-size: 11px;
	color: #1A4580;
	text-decoration: none;
}


.navigation a{
	font-family: tahoma;
	font-size: 12px;
	color: #1A4580;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/nav_02.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: auto;
	padding: 9px 0px 0px 26px;
	margin-bottom: 1px;
}

*html .navigation a{
	height: 32px;
}

.navigation a:hover, .navigation a.aktiv,  .navigation a.aktiv:hover{
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/nav_02_aktiv.gif);
	background-repeat: no-repeat;
}

a.first{
	background-image: url(../img/nav_01.gif);
}

a.first:hover, a.aktiv01{
	background-image: url(../img/nav_01_aktiv.gif);
	color: #FFFFFF;
}

/*----------------------- ÜBERSCHRIFTEN, LINKS, ETC. -----------------------*/

h1{
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #1A4580;
	background-image: url(../img/h1_hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 4px 0px;
}

h2{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #1A4580;
	margin: 0px;
}

h3{
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

b{
	color: #1A4580;
}


a{
	font-family: tahoma;
	color: #1A4580;
	text-decoration: underline;
}

a:hover{
	color: #1A4580;
	text-decoration: none;
}


ul{
	list-style-type:none;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

li{
	background-image: url(../img/li.gif);
	background-repeat:no-repeat;
	background-position: 1px 6px;
	padding: 0px 0px 2px 10px;
	margin: 0px 0px 8px 0px;
	color: #1A4580;	
}

/*----------------------- CONTENT -----------------------*/

.kontakt{
	background-image: url(../img/kontakt_bg.gif);
	background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	height: 167px;
	width: 229px;
}

.kontakt div{
	padding: 12px;
}

.kontakt p{
	margin: 6px 0px 6px 0px;
}

.kontakt h1, .data h1{
	font-size: 12px;
}


.content_head{
	background-image: url(../img/content_top.gif);
	background-repeat: no-repeat;
	height: 32px;
}

.content{
	background-image: url(../img/content_bg.gif);
	background-repeat: no-repeat;
	padding: 20px 20px 0px 20px;
	font-family: tahoma;
	font-size: 13px;
	color: #000000;	
}

.content td{
	font-family: tahoma;
	font-size: 13px;
	color: #000000;
}

.content_bottom{
	background-image: url(../img/content_bottom.gif);
	background-repeat: no-repeat;
	height: 32px;
}

.img{
	float: right;
	width: auto;
	margin-left: 8px;
}

.img img{
	border: 1px solid #ffffff;
}

.img_text{
	background-image: url(../img/img_text.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 2px 0px 0px 6px;
	height: auto;
	display: block;
	width: 210;
	font-family: tahoma;
	font-size: 11px;
	color: #1A4580;
	background-color: #F2F2F2;
}

*html .img_text{
	width: 216;
}

.footer{
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 12px;
}

.footer a{
	font-family: tahoma;
	color: #1A4580;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../img/pf.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.footer a:hover{
	font-family: tahoma;
	color: #1A4580;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../img/pf.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}



.form_bg{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	background-image: url(../img/h1_hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

/*----------------------- FORMULAR -----------------------*/

.form{
	margin: 0px;
	padding: 0px;
}

.button{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../img/button_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	border: 0px;
	height: 26px;
}

.button_inaktiv{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	background-image: url(../img/button02_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	border: 0px;
	height: 26px;
}