/* CSS Document */
body{
background-color: #000;
color: gray;
font-family: Helvetica, Arial;
font-size: 9pt;
margin: 0px;
padding: 0px;
text-align: center;
}

#main{
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
text-align: left;
}

#uppersection{
width: 900px;
}

#logo{
width: 100%;
height: 121px;
}

a img{
border: 0px;
}

#content{
	width: 900px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	color: black;
	background-color: #b3b3b3;
	padding: 10px 10px 10px 10px;
	line-height: 21px;

}

h1{
	color: black;
	font-family: Times New Roman;
}

.nav ul li{
	float: left;
	list-style : none;
	font-weight: bold;
}

.nav ul li a{
  text-decoration: none;
  color: #B3B3B3;
}

#menu1 ul li{
	/*width: 162px; ersetzt fuer neuen Menupunkt, zurueckgesetzt 131px*/
	width: 162px;
	padding-left: 21px;
	text-align: center;
}

#menu1 ul{
	height: 15px;
	margin: 12px 0 12px -20px;
	padding: 0px 0px 0px 5px;
}

#menu2{
	float: left;
}

#menu2 ul li{
	margin-right: 20px;
}

#languageselector{
float: right;
}

#languageselector ul li{
	margin: 0px 10px 0px 5px;
}

.nav ul li.active,
.nav ul li.active a{
	color: red;
}

h1{
color: #666666;
}

p.bodytext{
width: 450px;
}

/* Sitemap */

div.sitemap{
width: 100px;
margin: 5px 0px 5px 0px;
float: left;
}

div.sitemap a{
display: block;
width: 78px;
height: 115px;
background-color: #fff;
color: #000;
text-align: center;
text-decoration: none;
font-weight: normal;
padding: 0px 2px 0px 0px;
line-height: normal;
}

div.clear{
clear: left;
}

/*Teasers*/

div.teasers{
position: absolute;
top: 235px;
margin-left: 375px;
width: 540px;
}

div.thumbs img{
border: 1px solid #000;
}

div.mainteaser img{
border: 1px solid #000;
}

div.thumbs{
width: 260px;
float: right;
}

div.mainteaser{
float: left;
width: 280px;
height: 250px;
overflow: hidden;
}

/*Kontaktformular */

form#mailform{
border: 0px;
}

fieldset{
border: 0px;
}

#mailform label{
  display: block;
  float: left;
  width: 80px;
}

input{
width: 200px;
}

textarea{
width: 200px;
height: 150px;
}

input#mailformformtype_mail{
margin: 10px 0px 0px 0px;
width: 65px;
}

table.contenttable p{
width: auto;
}

table.contenttable{
line-height: normal;
}
table.contenttable p{
margin: 2px 0px 2px 0px;
}

/* Slide Footer */

#baz_scroll{
margin: 10px 10px 0px 0px;
border: 1px solid #000;
padding: 0px 5px 0px 5px;
float: right;
}
#baz_scroll img{
margin: 0px 0px -5px 0px;
}
#baz_scroll div.csc-textpic-imagecolumn{
margin: 0px -5px -1px -5px;
}

div.sitemap dt a img {
	display: block;
}

