/* CSS Document */
@page {
size: auto;
margin: 1cm;
/* die meisten Drucker kommen nicht
bis an den Rand; kann auch vom Browser
ueberschrieben werden */
}

/* CSS Document */

html,body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

a {
	color: #000000;
	text-decoration: none;
}


h1 {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-top: 20px;
}

h2 {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
	margin-bottom: 5px;
	background-position: 25px;
}
h3 {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
	padding-left: 0px;
}

h4 {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
	padding-left: 0px;
	margin: 0px;
}

p {
	color: #000000;
	padding-right: 20px;
	margin-top: 15px;
}
.information {
	font-weight: normal;
	color: #008739;
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #008739;
	margin-left: 60px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	display:none;
}

#bluescreen {
	position:absolute;
	left:0px;
	top:0px;
	width:15px;
	z-index:3;
	height: 191px;
	display:none;
}

#container {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	z-index:1;
}

#header {
	float: left;
}

#signet {
	height: 60px;
	width: 900px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#banner {
	height: 190px;
	width: 475px;
	float: left;
	display:none;
}

#banner_re {
	height: 190px;
	width: 255px;
	float: right;
	background-color: #F9FAFB;
	display:none;
	
}

#search_navbox {
	height: 40px;
	width: 220px;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
	display:none;
}

#search {
	margin-bottom: 20px;
}

#search_folgeseiten {
	position:absolute;
	left:52px;
	top:134px;
	width:156px;
	height:47px;
	z-index:4;
	display:none;
}

#textbox {
	width: 400px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-bottom: 50px;
	margin-top: 30px;
	margin-left:5px;
}
.text_h1_pfeil {
	background-image: url(images/pfeil_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin-top: 40px;
}

#tickerbox {
	height: 40px;
	width: 235px;
	float: left;
	margin-left: 0px;
	display:none;
}

#contactbox {
	width: 205px;
	float: left;
	padding-top: 30px;
	line-height: 18px;
	padding-bottom: 15px;
	padding-left: 50px;
}

#contactbox p{
	padding: 0px;
}

.contact_name {
	font-weight: bolder;
	color: #008739;
	font-size: 15px;
	margin-bottom: 10px;
}

.contact_tel {
}

.contact_head {
	margin-bottom: 10px;
}

#flyerbox {
	width: 200px;
	float: left;
	background-color: #F9FAFB;
	background-repeat: no-repeat;
	line-height: 18px;
	padding-bottom: 15px;
	background-image: url(images/pfeil_news.gif);
	padding-left: 50px;
	background-position: 15px -15px;
	z-index: 5;
}

#broschur {
	width: 440px;
	float: left;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

#flyerbox p{
	padding: 0px;
}

#zertifizierung {
	width: 220px;
	float: left;
	height: 50px;
	margin-top: 20px;
}

#footer {
	width: 745px;
	float: left;
	height: 50px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	color: #000000;
}
.info {
	color: #008739;
	background-image: url(images/pfeil_info.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	cursor: default;
}

/* Formulare */

form.cmxform{
	width: 300px;
}

