/*edel-stahl-im-garten.de*/
/*defaults*/
body 	{background: #F9F9F7 url('images/body_bg.gif') repeat-x 0 0; 
		 color:#666666; margin: 0; padding:0; 
		 font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#669933; text-decoration:underline; }
a:hover	{color:#871629; text-decoration:none;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:100%; padding:20px 20px 15px 20px; background:#FFFFFF; text-align:left; background: url('images/upbg.png') repeat-y;}
#logo		{background:url('images/logosmall.png') no-repeat 640px 0; border-bottom:1px solid #DADADA; padding:20px 30px 40px 0px; }
#navigation	{padding:10px 0; }
#header		{background:#669933 url('images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#content	{float:left; width:520px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:220px; padding:20px 0 10px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#D7EBC2; border:1px solid #669933; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background: url('images/downbg.png'); padding:20px; text-align:left;}
#copyright	{float:right; color:#000000;}


/*headings*/
.newsItem h1	{color:#871629; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1	{font-size:150%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1	{font-weight:normal; font-size:170%; margin:0; padding:0; color:#871629; }
#logo a 	{color:#871629;  text-decoration:none;}
#logo a:hover	{color:#669933; text-decoration:underline;}



/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#656551; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#669933; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#FEFEFE; font-weight:bold; padding:0 5px 0 0; text-decoration:none; }
#footer a:hover	{color:#000000; text-decoration:underline; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

/*
Formulare
*/

.contact_valSummary {
	color: #00888E;
	font-weight: bold;
	padding: 5px;
	padding-left: 0px;
	margin-bottom: 4px;
}
/* contactform*/
.Kontaktform {
	
}

.Kontaktform label { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	padding: 5px 0px 5px 5px;
	margin: 0px;
	width: auto;
	vertical-align: middle;
}
.KontaktformTextinput { /* Alle Labels UND Formularelemente auswählen */
	float: left;
	width: 390px;
	background: #FFFFFF url(images/body_input.png) repeat-x center top;
	height: 20px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #E0E0E1;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.KontaktformCheckbox { /* Alle Labels UND Formularelemente auswählen */
	font: 11px Arial, Helvetica, sans-serif;
}
.Kontaktform select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 396px;
	padding: 2px;
	background: #FFFFFF url(images/body_input.png) repeat-x center top;
	margin: 3px 0px;
	height: 23px;
	border: 1px solid #E0E0E1;
	font: 12px/23px Arial, Helvetica, sans-serif;
	color: #666666;
}
.Kontaktform br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
.KontaktformSubmit { /* den Submit-Button */
	width: 130px;
	color: #FFFFFF;
	background: url(images/body_submit.png) no-repeat center center;
	display: block;
	font: bold 13px/13px Arial, Helvetica, sans-serif;
	height: 28px;
	padding: 0px 0px 2px;
	vertical-align: middle;
	border-style: none;
	cursor: pointer;
	position: relative;
	margin-left: 3px;
}
.KontaktformSubmit:hover { /* den Submit-Button */
	width: 130px;
	color: #FFFFFF;
	background: url(images/body_submit_over.png) no-repeat center center;
	display: block;
	font: bold 13px/13px Arial, Helvetica, sans-serif;
	height: 28px;
	padding: 0px 0px 2px;
	vertical-align: middle;
	border-style: none;
	cursor: pointer;
	position: relative;
	margin-left: 3px;
}
.Kontaktform #reset { /* den Reset-Button */
	float: left;
	width: 336px;
	margin: 10px;
	background: #E5E5E5;
}
.Kontaktform textarea { /* Alle Labels UND Formularelemente auswählen */
	float: left;
	width: 390px; /* Breite.*/
	border: 1px solid #E0E0E1;
	padding: 2px;
	background: #FFFFFF url(images/body_input.png) repeat-x center top;
	margin: 3px 0px;
	clear: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.CheckBoxListForm input {
	width: auto !important;
	margin-left: 3px;
	margin-top: 5px;
	float: left;
}

.CheckBoxListForm td {
	font-size: 11px;
}