
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100.1%
}

body {
	background-image: url(../../_images/main_bg.gif);
}

a img {
	border: none;
}

/*---------- IDs start ----------*/
#container {
	
}

#container_content {
	margin: 0 auto 0 auto;
	width: 700px;
	border-right: 5px solid #cccccc;
	border-bottom: 5px solid #cccccc;
	border-left: 5px solid #cccccc;
}

#top {
	width: 700px;
	height: 100px;
	border-top: 5px solid #ff0099;
	color: #ffffff;
	background-color: #999999
}

#auszeichnung {
	position: absolute;
	top: -10px;
	margin-left: 650px;
	width: 115px;
	height: 184px;
	clear: both;
}


#ploeger_logo {
	width: 205px;
	height: 100px;
	float: left;
	
}

#ploeger_logo img {
	margin: 56px 0 0 10px;
}

/*---------- Main-Navi start ----------*/

#buttons {
	margin: 66px 0 0 0;
	vertical-align: top;
	float: left;
	
}

#buttons li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
/*---------- Main Navi end ----------*/

#middle {
	width: 700px;
	height: 200px;
	border-top: 5px solid #cccccc;
	border-bottom: 5px solid #cccccc;
}

#subnavi {
	width: 200px;
	height: 200px;
	color: #333333;
	background-color: #ffffff;
	border-right: 5px solid #cccccc;
	float: left;
}

/*---------- Sub-Navi start ----------*/
ul#subnavibuttons {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html ul#subnavibuttons {  /* Korrekturen fuer IE 5.x */
	width: 200px;
	w\idth: 190px;
	padding-left: 0;
	padd\ing-left: 0;
}

ul#subnavibuttons li {
    list-style: none;
}

ul#subnavibuttons a {
	display:block;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}

* html ul#subnavibuttons a {  /* Breitenangaben nur fuer IE */
	width: 200px;
	w\idth: 190px;
}

ul#subnavibuttons a:hover {
	color: #333333;
	background-color: #ff0099;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
/*---------- Sub-Navi end ----------*/

#teaser {
	float: left;
	text-align: right;
}

#content {
color: #333333;
background-color: #ffffff;
min-height: 400px;
}

#text {
	padding: 20px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

#text p {
	padding-bottom: 20px;
	/*
	-moz-column-count: 2;
	-moz-column-width: 285px;
	-moz-column-gap: 30px;
*/
}

#text h1 {
	color: #ff0099;
	background-color: transparent;
	padding: 0 0 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

#text h3 {
	font-size: 16px;
	margin: 5px 0 4px 0;
}

text h4 {
	font-size: 12px;
	font-weight: bold;
}

#footer {
	position: absolute;
	width: 700px;
	height: 60px;
	margin: 20px 0 0 0;
	text-align: right;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}

#pic01 {
	width: 150px;
	height: 100px;
	border: 1px solid #ff0099;
	margin: 0 10px 0 0;
	padding: 5px;
	float: left;
}
/*----- Form start -----*/
form {
	width: 100%;
	height: auto;
	margin: 0;
}

form input, select, textarea {
	border: 1px solid #666666;
}

#form_left {
	width: 310px;
	float: left;
}

#form_right {
	width: 370px;
	float: left;
}

#label_firma {
	width: 80px;
	height: 50px;
	font-weight: bold;
	float: left;
}

#input_firma {
	width: 200px;
	height: 50px;
	float: left;
}

#label_anrede {
	width: 80px;
	height: 30px;
	font-weight: bold;
	float: left;
}

#input_anrede {
	width: 200px;
	height: 30px;
	float: left;
}

#label_vorname {
	width: 80px;
	height: 30px;
	font-weight: bold;
	float: left;
}

#input_vorname {
	width: 200px;
	height: 30px;
	float: left;
}

#label_nachname {
	width: 80px;
	height: 50px;
	font-weight: bold;
	float: left;
}

#input_nachname {
	width: 200px;
	height: 50px;
	float: left;
}

#label_strasse {
	width: 80px;
	height: 30px;
	font-weight: bold;
	float: left;
}

#input_strasse {
	width: 200px;
	height: 30px;
	float: left;
}

#label_plz {
	width: 80px;
	height: 30px;
	font-weight: bold;
	float: left;
}

#input_plz {
	width: 200px;
	height: 30px;
	float: left;
}

#label_ort {
	width: 80px;
	height: 30px;
	font-weight: bold;
	float: left;
}

#input_ort {
	width: 200px;
	height: 30px;
	float: left;
}

#label_telefon {
	width: 80px;
	height: 30px;
	padding-top: 50px;
	font-weight: bold;
	float: left;
}

#input_telefon {
	width: 220px;
	height: 30px;
	padding-top: 50px;
	float: left;
}

#label_fax {
	width: 80px;
	height: 30px;
	font-weight: bold;
	float: left;
}

#input_fax {
	width: 220px;
	height: 30px;
	float: left;
}

#label_email {
	width: 80px;
	height: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	float: left;
}

#input_email {
	width: 220px;
	height: 30px;
	padding-bottom: 20px;
	float: left;
}

#label_nachricht {
	width: 80px;
	height: 30px;
	font-weight: bold;
	float: left;
}

#input_nachricht {
	width: 280px;
	height: 120px;
	float: left;
}

#input_nachricht textarea {
	width: 280px;
	height: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#button_blank {
	width: 80px;
	height: 30px;
	float: left;
}

#button_senden {
	width: 200px;
	height: 30px;
	float: left;
}

/*----- Form end -----*/
/*---------- IDs end ----------*/

/*---------- Elements start----------*/
a:link {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: underline;
}
/*---------- Elements end----------*/

/*---------- Classes start----------*/
.zitat {
	font-style: italic;
}
.zitat_autor {
	font-size: 10px;
}

/*---------- Classes end ----------*/