/* CSS Document */
body{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	/*text-align:center;*/
	background-color:#FFFFFF;
	margin:0px;
}
h1{
	font-size:24px;
	border-bottom:1px solid #FF6600;
}
h2{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #999999;
}
li {
	line-height: 16px;
}
a:link,
a:active,
a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
/* News - Formatierung */
h2.news{
	font-size:15px;
	display:block;
	margin-bottom:4px;
}
p.news{
	font-size:15px;
	display:inline;
	margin-bottom:0;
}

.siteBox{
	margin:0 auto;
	text-align:left;
	width:960px;
}
.header1{
	height:20px;
	display:block;
	background-image:url(../bilder/layout/header1bg.jpg);
}
.header2{
	height:6px;
	display:block;
	background-image:url(../bilder/layout/header2bg.jpg);
}
.header3{
	height:136px;
	display:block;
}
.header3 .slogan{
	float:left;
	width:500px;
	margin-top:90px;
}
.header3 .logo{
	float:right;
	width:300px;
}
.header4{
	height:6px;
	display:block;
	background-image:url(../bilder/layout/header4bg.jpg);
}
.navigation1{
	height:32px;
	display:block;
	background-image:url(../bilder/layout/nav1bg.jpg);
}
a.navigation1:link,
a.navigation1:active,
a.navigation1:visited{
	color:#000000;
	height:29px;
	line-height:31px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding-left:8px;
	padding-right:8px;
	background:none;
}
a.navigation1:hover{
	color:#FFFFFF;
	background-color:#FF6600;
}
a.navigation2:link,
a.navigation2:active,
a.navigation2:visited{
	color:#000000;
	height:22px;
	width:180px;
	line-height:22px;
	font-size:11px;
	text-decoration:none;
	background-color:#ea8d5a;
	margin-left:2px;
	margin-bottom:1px;
	display:block;
}
a.navigation2:hover{
	color:#FFFFFF;
	background-image:url(../Bilder/layout/submenu_act.jpg);
}
a .pad{
	margin-left:20px;
}
.contentBox{
	width:960px;
	background-image:url(../bilder/layout/pagebg.jpg);
}
.contentBox .left{
	width:730px;
	float:left;
}
.contentBox .left .content{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:5px;
}
.contentBox .right{
	width:230px;
	float:right;
}
.contentBox .right .content{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:5px;
}
.footer{
	background-image:url(../bilder/layout/footer_bg.jpg);
	background-repeat:no-repeat;
	display:block;
	height:30px;
}
.footer .right {
	float: right;
	line-height: 30px;
	height: 30px;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 10px;
}
.footer .left {
	float: left;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
}

.footer .left a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.contactform {
	text-align: left;
	width:100%;
}
#contactform .box {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 15px;
}
#contactform .box label {
	font-weight: normal;
	vertical-align: middle;
	font-size: 11px;
	width: 120px;
	display: block;
}
#contactform .box input {
	color: #000000;
	background-color: #eeeeee;
	width: 340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FF6600;
	border-left-color: #CCCCCC;
}
#contactform .box textarea {
	height: 260px;
	width: 450px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF6600;
}
.contactinfo_box {
	float: left;
	height: 50px;
	width: 700px;
	padding: 5px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
