*{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	font-family: arial;
}
body{
	background-color: #4f4f4f;
	text-align: center;
	height: 100%;
}
h1{
	font-weight: bold;
	font-size: 12px;
}
h2{

}
h3{

}
li{
	
}
a img {
	border: 0px;
}
a {
	text-decoration: none;
}
p{
	margin-bottom: 20px;
}
td{
	vertical-align: top;
	text-align: left;
}
#mainTable {
	width: 1017px;
	height: 100%;
	background-color: #000;
	margin: auto;
}

#head{
	background: url("../images/headBg.jpg") no-repeat;
	width: 1018px;
	height: 226px;
	position: relative;
	text-align: right;
}
#topNavi{
	margin-right: 40px;
	margin-top: 10px;
}
#topNavi a{
	font-size: 10px;
}
.left{
	background: url("../images/leftBg.jpg") repeat-y;
	width: 54px;
}
.right{
	background: url("../images/rightBg.jpg") repeat-y;
	width: 25px;
}
#navi{
	height: 23px;
	width: 610px;
	font-weight: bold;
}

#navi div{
	height: 23px;
	border: 1px solid #fff;
	background-color: #700000;
	margin-left: 9px;	
	padding-left: 10px;
}
#searchLabel a{
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 3px;
	margin-right: 10px;
}
#navi a {
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 3px;
	margin-right: 10px;
	float:left;
}
#searchLabel{
	text-align: right;
	padding-left: 50px;
	font-weight: bold;
}

#search{
	width: 231px;
	font-weight: bold;
}
#search input{
	height: 24px;
  padding: 3px 0 0 7px;
	border: 1px solid #fff;
	background-color: #700000;
	color: #a25959;
	width: 220px;
}
#content{
	height: 100%;
	
}
#content div{
/*	height: 100%;
	margin: 30px 10px;	*/
}
#content #text{
	padding-left: 13px;
	padding-top:50px;
}
#content h1{
	margin-bottom: 20px;
}
#teaser div{
	width: 220px;
	margin-top: 18px;
}
#teaser h1{
	height: 20px;
	border: 1px solid #fff;
	background-color: #700000;
	padding: 3px 0 0 7px;
}
#subNavi {
	width: 148px;
	background-color: #710100;
	margin: 50px 0px 0px 10px;
	font-weight: bold;
}

#mainTable td{
}

#subNavi a{
	display: block;
	padding: 3px 5px;
}
#subNavi .first {
/*	border-top: 2px solid #000000; */
}
#subNavi .last {
	border-bottom: 2px solid #000000; 
}
#subNavi .sub{
	background-color: #910100;
	padding-left: 10px;
}

#zweispaltenTable {
	margin-left: 10px;
	margin-top:50px;
}

INPUT {
	color: #000000;
}