@charset "utf-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

ul,ol,li,h1,h2,h3,h4,h5,h6,p {  
    margin:0; 
    padding:0; 
} 

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	color: white;

}

.wrapper{
	margin: 0px auto;
	width: 980px;
	background-image: url(_images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 50px;
	background-position:center
}

h1{
	/*font-size:12px;*/
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

h2{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 300px;
	border-bottom: 1px dotted white;
	padding-bottom: 12px;
	margin-bottom:15px;
	text-transform:uppercase;
}

h2.lang{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 600px;
	border-bottom: 1px dotted white;
	padding-bottom: 12px;
	margin-bottom:15px;
	text-transform:uppercase;
}


h3{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:white;
}

h4{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 300px;
	border-bottom: 1px dotted white;
	padding-bottom: 16px;
	margin-bottom:8px;
}

h5{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}

h6{

	/*font-size:12px;*/
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}


input{
	/*im clearing css resetet*/

}

ol,ul { 
	/*im clearing css resetet*/
} 

p{
	/*im clearing css resetet*/
}

th{
	/*im clearing css resetet*/
}
td   {
	/*im clearing css resetet*/
}

table {
	/*im clearing css resetet*/
}

/* ============Navi============ */
.navi{
	/*background-image: url(_images/bg_navi.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-position: bottom;*/
	/*width: 1000px;*/
}

.navi ul{
	/*padding: 0px;
	margin: 0px;*/
}

.navi ul li{
/*	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;*/
}

/* ============Header============ */

.headerbild{
	float:left;
}

table.headerlinks{
	float:left;
	padding-top: 35px;
}


input.lang {
	width: 97%;
}

:root input.lang {
	width: 99%;
}

input.mittel{
	width: 130px;
}

input.kurz{
	width: 42px;
}

table.formular{
	color:#fff;
	font-weight: bold;
}

input.absenden{
}

/* ============IndexContent============ */

.spalte1 , .spalte2 , .spalte3 {
	float: left;
	width: 337px;
}


.spalte_lang{
	margin-left: 12px;
	float: left;
	width: 660px;
}


.spalte3{
	width:300px;
}

.img{
	float: left;
	height: 70px;
	width: 100px;
	margin-right: 10px;
}

.text{
	float: left;
	height: 70px;
	width: 185px;
	color: white;
	
}

.sort{
	margin-top: 15px;
}

.sort_img{
	width: 289px;
	height: 189px;
	float:left;
}

.sort_text{
	width: 259px;
	height: 189px;
	float:left;
	padding: 15px;
	padding-top:0px;
}


.text_lang{
	color: white;
	width:570px;
	line-height: 18px;
}

.box {margin-bottom: 12px;}

.date {
	color:#999999;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 20px;
}

a.readmore{
	color:#1C56A6;
	padding-top: 20px;
}

.normtext , .beschreibung , .beschreibung_lang{
	color: white;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 20px;
}

.beschreibung{
	line-height: 18px;
	width: 300px;
}

.beschreibung_lang{
	line-height: 18px;
	width: 600px;
}


a.contactus{
	background-image: url(_images/contact_us.jpg);
	background-repeat: no-repeat;
	height:32px;
	width: 85px;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-decoration:none;
	color: #111111;
}


:root a.contactus{
	background-image: url(_images/contact_us.jpg);
	background-repeat: no-repeat;
	height:27px;
	width: 85px;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration:none;
	color: #111111;
}


a.impressum{
	color: white;
}


/* ============Content============ */

.content{
	padding-bottom: 15px;
	padding-top: 20px;
}

.red{
color:red;
}

/* ============Footer============ */

.footer{
	border-top: 1px dotted white;
	width:985px;
	padding-top:12px;
}

/* ============Clear============ */

.clear{
	clear:both;
}




