* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}
input,select{
	border:1px solid #666666;
	background-color:#FFFFFF;
	margin:2px;
	padding:1px;
}

input,select:focus{
	border:1px solid #000000;
	background-color:#FFFFFF;
}

body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	background: url(images/hg_body.jpg) repeat-x;
	background-color:#746256;
	margin:0px;
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:0.75em;
}

h1{
	padding: 10px 10px 4px 10px;
	font-size:1.5em;
	font-weight:bold;
	color:#E75B00;
}

h2{
	font-size:1.25em;
	font-weight:bold;
	color:#353535;
	padding: 10px 10px 4px 10px;
}

h3{
	font-size:1.0em;
	font-weight:bold;
	color:#353535;
	padding: 10px 10px 4px 10px;
}

p{
	font-size:em;
	font-weight:normal;
	color:#353535;
	text-align:justify;
	padding: 0px 10px 0px 10px;
}
p.latest_news_teaser{
	background-color:#EBEAEA;
	text-align:justify;
	text-size:1em;
	color:#333333;
padding: 10px 10px 4px 10px;

}


table.newslist{
	border-bottom: 1px dotted #666666 

}

table.newslist h3{
	padding: 0px 0px 4px;

}

div {
	text-align: left;
}

a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
/* DIV-Boxen */

div#wrapper {
position: relative;
margin: 0 auto;
width: 925px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
background: url(images/hg_content.gif) repeat-y;
border: 1px solid #b8b8b8;

}
div#header {
width: 925px;
height:200px;
background: url(images/header.jpg);
background-color:#FFFFFF;
}
div#menu {
background: url(images/hg_menu.jpg);
width: 925px;
height:30px;
padding:0px;

}
div#menu a{
display: block;
background-color:#CCCCCC;
color:#666666;
width:109px;
font-weight:bold;
font-size:1.2em;
padding:7px 7px 5px 14px;
text-decoration:none;
}

div#menu a:hover{
background-color:#E4E4E4;
color:#000000;
text-decoration:none;
}

ul.navi{
padding:0px 0px 5px 0px;
margin-left:151px;
}

li.navi{
	display:block;
	padding:0px;
	margin:0px;
	float:left;
	border-right:1px solid #FFFFFF;
	background-image:none;
}

ul{
	margin-left:10px;
}

li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	margin:5px 0;
	padding:2px 10px 2px 18px;
}


div#leftCol {
	width: 150px;
	float: left;
	padding:0px;
	background: url(images/hg_content_top.jpg) repeat-x;
	background-color:#FFFFFF;
	height:300px;
	min-height:1100px;
}

div#rightCol {
padding:0px;
width:250px;
float: right;
background: url(images/hg_rechts.jpg) repeat-x;
min-height:300px;
}

div#rightCol img {
 border: 0px;
}

div#rightCol p{
text-align:left;
padding: 0px 10px 0px 10px;

}
div#rightCol h2{
text-align:left;
font-weight:bold;
padding: 0px 10px 4px 10px;

}
h4{
font-size:0.9em;
color:#CC3300;
padding: 10px 10px 0px 10px;
}
div#centerCol {
	width:523px;
	padding:0px;
	background-color:#FFFFFF;
	background: url(images/hg_content_top.jpg) repeat-x;
	min-height:300px;
	border-left:1px solid #FFFFFF;
}

div#wrapperCenter{
	margin-left:150px;
	margin-right:250px;
	width:520px;
}

.news-single-img {
	margin:10px 10px 10px 10px;
}
.news-single-backlink{
	padding:10px 10px 10px 10px;
}

div#footer {
margin: 1px auto;
width: 925px;
height:20px;
padding:5px 0px 5px 0px ;
border: 1px solid #b8b8b8;
text-align:center;
font-size:11px;
font-weight:normal;
background: url(images/hg_bottom.jpg) repeat-x;
background-position:bottom;
background-color:#FFFFFF;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table.tabelle_info{
background-color:#EBEAEA;
padding:10px;

}

div#thumbnails{
	float:left;
}
