@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

sub {
	font-size:9px;
}

sup {
	font-size:11px;
}

img {
	border:none;
}

.logo_Print {
	display:block;
	margin-bottom:1cm;
}

#wrapper {
	width:21cm;
	background: #ffffff;
	
	position:relative;
}

/* ====================================================
===                    HEAD                         ===
==================================================== */

#head { 
	display:none;
}

/* ====================================================
===                   NAVIGATION                    ===
==================================================== */

#navigation {
	display:none;
}


/* ====================================================
===                     SIDEBAR                     ===
==================================================== */
#sidebar { 
	display:none;
}

/* ====================================================
===                     TEASER                     ===
==================================================== */

.teaser {
	width:190px;
	display:block;
	#float:left;
	background:#D4D6A0;
	margin-bottom: 15px;
}

.teaser img.rounded_Corner {
	border:none;
	display:block;
	float:left;
}

.teaser h3 {
	height:20px;
	width:172px;
	display:block;
	float:left;
	padding:2px 9px 0 9px;
	color:#ffffff;
	background: #618029;
	font-size:14px;
	font-weight:bold;	
}

.teaser img {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.teaser p {
	padding:9px;
	font-size:12px;
	color:#000;
}



a.teaser_Button {
	background-image:url(../_images/_layout/backgrounds/background-teaser-button.jpg);
	background-repeat:no-repeat;
	background-position:0 -37px;
	width:170px;
	height:33px;
	display:block;
	margin:auto;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:28px;
	padding:2px 5px;
}
a:hover.teaser_Button {
	background-position:0 0;
}

/* ====================================================
===                     TEASER  small               ===
==================================================== */

.teaserboxen {
	margin: 25px 0 70px 0; 
}

.teaserboxen .last {
	margin-right: 0;
}

.teaser_small {
	width:150px;
	display:block;
	float:left;
	margin-right:10px;
	background:#D4D6A0;
}

.teaser_small img.rounded_Corner {
	border:none;
	display:block;
	float:left;
}

.teaser_small h3 {
	height:20px;
	width:132px;
	display:block;
	float:left;
	padding:2px 9px 0 9px;
	color:#ffffff;
	background: #AEB375;
	font-size:14px;
	font-weight:bold;	
}

.teaser_small_Content {
	width:150px;
	background:#D4D6A0;
}

.teaser_small img {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#content_wide .teaser_small p {
	padding:9px;
	font-size:12px;
	color:#000;
	height:45px;
	line-height:1.2em;
}



a.teaser_small_Button {
	background-image:url(../_images/_layout/backgrounds/background-teaser_small-button.jpg);
	background-repeat:no-repeat;
	background-position:0 -37px;
	width:130px;
	height:33px;
	display:block;
	margin:auto;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:28px;
	padding:2px 5px;
}

a:hover.teaser_small_Button {
	background-position:0 0;
}
 * html a:hover.teaser_small_Button {
 	background-image:url(../_images/_layout/backgrounds/background-teaser_small-button_hover.jpg);
	background-position:0 -37px;
}


/* ====================================================
===                     CONTENT                    ===
==================================================== */

#content {
	width:17cm;
	font-size:12px;
}

#content h1,
#content_wide h1 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding-bottom:20px;
}

#content h2,
#content_wide h2 {
	font-weight:normal;
	font-size:14px;
	position:relative;
	top:-20px;
}
#content a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
}
#content a:hover {
	border-bottom:none;
}

#content p,
#content_wide p {
	padding-bottom:13px;
	line-height:18px;
}

#content ul {
	list-style-type:square;
	padding: 0 51px 13px 25px;
}

#content ul li {
	margin-bottom:5px;
}

#content .img_Left {
	float:left;
	padding: 3px 11px 11px 0;
}

#content_wide {
	clear:both;
	
	width:21cm;
	
	font-size:12px;
}

#content hr {
	height:1px;
	background:#fff;
	border:none;
	border-bottom:1px dashed #bbb;
	margin-bottom:13px;
}
#content hr.break {
	clear:both;
	padding-top:13px;
	margin-bottom:26px;
}

#content .trenner {
	display:block;
	clear:both;
	height:30px;
}

#content dt {
	width:105px;
	float:left;
}

#content dd {
	font-weight:bold;
	line-height:18px;
}

#content .smallform { 
	width:300px;
	float:left;
}

#content .formular table {
	font-size:12px;
	width:100%;
	margin-top:2px;
	border-collapse:collapse;
}
#content .formular label,
#content .formular input {
	margin: 18px 0 0 0;
}

#content .formular label {
	width:100px;
	float:left;
	clear:left;
}

#content .formular input {
	float:left;
	width:178px;
	height:16px;
	border: 1px solid #829DBA;
}


#content input.checkbox {
	position:relative;
	top:2px;
	border:none;
}

#content input.button {
	border:none;
	background:#fff;
	background-image:url(../_images/_layout/backgrounds/background-content-button.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:33px;
	display:block;
	margin:auto;
	padding:2px 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:left;
	float:none;
}

#content input#submit_left {
	float:left;
	margin-top:20px;
}

#content table.kostenuebersicht {
	border-collapse:collapse;
	width:100%;
	font-size:12px;
	margin-bottom:20px;
} 
#content table.kostenuebersicht th {
	font-weight:bold;
	text-align:left;
	padding: 2px 0 2px 5px;
	border:1px solid #fff;
	border-left:none;

}
#content table.kostenuebersicht tr.odd {
	background-color:#D4D7A2;
}
#content table.kostenuebersicht tr.even {
	background-color:#AFB376;
}
#content table.kostenuebersicht td {
	border:1px solid #fff;
	border-left:none;
	padding: 2px 0 2px 5px;
}

#content table.kostenuebersicht td.first_Col {
	width:208px;
	font-weight: bold;
}
#content table.kostenuebersicht td.second_Col {
	width:175px;
	font-weight: bold;
}
#content table.kostenuebersicht td.third_Col {
	font-weight: bold;
}


#content .hinweis {
	font-size:11px;
	color:#000;
	display:block;
	padding:15px 0px;
	float:left;
	width:275px;
}

#content .error,
#content .error_Top {
	font-size:11px;
	color:#f00;
	display:block;
	padding:15px 0 0 0;
	float:left;
	width:252px;
	line-height:19px;
	color:#f00;
	padding-left:23px;
	background-image:url(../_images/_layout/icons/achtung.jpg);
	background-repeat:no-repeat;
	background-position: 0 14px;
}
#content .error_Top {
	float:none;
	width:100%;
}
#content .error img {
	vertical-align:text-bottom;
	position:relative;
	top:2px;
}

#content .kunden-werben-kunden ,
#content .kontaktformular {
	width:395px;
	clear:both;
	padding-bottom:20px;
}

#content .kunden-werben-kunden label,
#content .kontaktformular label {
	font-weight:bold;
	clear:left;
	float:left;	
	width:120px;
	margin: 8px 0;
}

#content .kunden-werben-kunden input,
#content .kontaktformular input,
#content .kontaktformular select {
	float:left;
	margin:6px 0;
	width:265px;
	border:1px solid #829DBA;
}

#content .kontaktformular textarea {
	float:left;
	margin:6px 0;
	width:265px;
	border:1px solid #829DBA;
	height: 100px;
}

#content

#content .kunden-werben-kunden input.medium {
	width: 200px;
}

#content .kunden-werben-kunden input.short{
	width: 55px;
}

#content .kunden-werben-kunden input.left{
	margin-right: 8px;
}


#content .kunden-werben-kunden input.checkbox {
	border:none;
	width: 17px;
	float:none;
	margin:0;
	left:-2px;
}

#content .kunden-werben-kunden input.radio {
	float:none;
	border:none;
	width:15px;
	margin:0;
	position:relative;
	top:2px;
	left:-2px;
	margin-right:5px;

}
#content .kunden-werben-kunden label.radio {
	float:none;
	font-weight:normal;
}

#content .kunden-werben-kunden input.button,
#content .kontaktformular input.button {
	border:none;
	float:right;
	width:180px;
	margin-right:8px;
}

#content .box_Bild_links {
	clear:both;
	position:relative;
	background:#fff;
}

#content .aussendarstellung {
	height:160px;
}

#content .box_Bild_links h3 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
#content .box_Bild_links img {
	float:left;
	margin-right:12px;
	position:relative;
	top:2px;

}

#content .box_Bild_links p.links{
	position:absolute;
	bottom:21px;
	padding:0;
	left:162px;
}

#content .box_Bild_links a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
}
#content .box_Bild_links a:hover {
	border-bottom:none;
}

#content .box_block {
	float:right;
	display:block;
	width:420px;
}

#content a.linkbutton {
	border:none;
	background:#fff;
	background-image:url(../_images/_layout/backgrounds/background-content-button.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:33px;
	display:block;
	padding:2px 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:28px;
}

#content a:hover.linkbutton {
	background-position:0 -37px;
}

#content a.right {
	float:right;
}

#content table.ww_bestellen td {
	padding: 10px 0;
}


#content p.error_Box {
	position:relative;
	clear:both;
	padding-top:20px;
}
/* ====================================================
===                     FOOTER                      ===
==================================================== */

#footer {
	display:none;
}




/* ====================================================
===                    Allgemeines                  ===
==================================================== */

.bold {
	font-weight: bold;
}

.indent {
	margin-left: 20px;
}

.hide {
	display: none;
}

tr th {
	text-align: left;
}

.kontaktformular select option{
	font-size: 12px;
	font-weight: bold;
}

.kontaktformular select option.inside_contactform  {
	padding-left: 20px;
	font-weight: normal;
}
