* {
	margin: 0;
	padding: 0;
}
body {
	background: #EAEAEA url(http://www.laederach.de/img/body_bg.gif);
	color: #1a171b;
	font: 62.5%/150% Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
h2,
h3 {
	color: #692805;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: 0.01em;
	margin-bottom: 1.2em;
}
h3 {
	color: #a6924c;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 1.2em;
}
hr {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
ul,
p,
form,
table {
	margin-bottom: 1.5em;
}
/*p.firstparagraph:first-letter {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	float: left;
	line-height: 0;
	margin: 0 5px 0 0;
}
*/
a {
	color: #1c1616;
}
img,
a img {
	border: 0 none;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* clearfix
======================================== */
.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 */

/* Klassen
======================================== */
.error {
	color: #FFF;
	background: #ae1b1b url(http://www.laederach.de/img/error.png) 5px center no-repeat;
	padding: 5px;
	padding-left: 25px;
}
.success {
	color: #FFF;
	background: #5FBF2F url(http://www.laederach.de/img/haekchen.png) 5px center no-repeat;
	padding: 5px;
	padding-left: 25px;
}
.floatleft {
	float: left;
}
img.floatleft {
	margin-right: 10px;
}
.floatright {
	float: right;
}
.hidden {
	text-indent: -999em;
}
.clear {
	clear: both;
}

/* forms
======================================== */
form {
	display: block;
	margin-bottom: 1.5em;
}
fieldset {
	background-color: #fcf8ea;
	border: 1px solid #CCC;
	padding: 15px;
	margin-bottom: 1.5em;
}
legend {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
label {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: left;
	width: 85px;
}
input,
textarea,
select {
	border: 1px solid #CCC;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	margin-bottom: 8px;
	padding: 2px;
}
input,
textarea {
	background: #FFF url(http://www.laederach.de/img/input_bg.jpg) left bottom repeat-x;
	width: 250px;
}
input.inputsubmit {
	background-image: none;
	background-color: #692805;
	border: 2px solid #a6924c;
	color: #FFF;
	margin-left: 95px;
	width: auto;
}
form br {
	clear: left;
}

/* container 
======================================== */
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

	/* container 
	======================================== */
	#container_header,
	#container_footer {
		background-repeat: no-repeat;
		background-position: left top;
		height: 15px;
		width: 980px;
	}
	#container_header {
			background-image: url(http://www.laederach.de/img/container_header_bg.png);
	}
	#container_footer {
			background-image: url(http://www.laederach.de/img/container_footer_bg.png);
			color: #FFF;
			padding-top: 20px;
			padding-left: 15px;
			width: 965px;
	}	
	#container {
		background: url(http://www.laederach.de/img/container_bg.png) left top repeat-y;
		padding: 0 15px;
		width: 950px;
	}

	/* header 
	======================================== */
	#header {
		height: 255px;
	}
		#logo {
			background: url(http://www.laederach.de/img/logo_bg.jpg) left top no-repeat;
			float: left;
			height: 227px;
			padding: 8px;
			padding-top: 22px;
			text-align: center;
			width: 239px;
		}
		#logo h1 {
			margin-bottom: 71px;
		}
		#teaser {
			background: #fdf6ea;
			float: right;
			height: 255px;
			width: 685px;
		}

	/* menu 
	======================================== */
	ul#menu {
		list-style: none;
		margin-bottom: 0;
		width: 255px;
	}
	ul#menu li {
		background: transparent url(http://www.laederach.de/img/menu_li_bg.gif) left top no-repeat;
		display: block;
		height: auto;
		margin-bottom: 2px;
	}
	ul#menu a {
		background: transparent url(http://www.laederach.de/img/menu_a_bg.gif) 6px 10px no-repeat;
		display: block;
		color: #787878;
		padding: 5px 10px 6px 20px;
		text-decoration: none;
	}
	ul#menu a:hover {
		background: transparent url(http://www.laederach.de/img/menu_a_hover_bg.gif) 6px 10px no-repeat;
		color: #FFF;
	}
	ul#menu .current {
		background: transparent url(http://www.laederach.de/img/menu_a_current_bg.gif) 6px 10px no-repeat;
		color: #FFF;
		font-weight: bold;
	}
		ul#menu ul {
			background: #fbdbb0;
			margin-top: 4px;
			padding: 3px;
			width: 249px;
		}
		ul#menu ul li {
			background: none;
		}
		ul#menu ul a,
		ul#menu ul a:hover {
			background-image: none;
		}
		ul#menu ul li .current {
			background: #fef2e2;
			color: #787878;
		}		
		
	/* content
	======================================== */
	#content {
		font-size: 1.2em;
		line-height: 1.4em;
		padding-top: 10px;
		width: 950px;
	}
		
		/* col1
		======================================== */
		div#col1 {
			float: left;
			width: 255px;
		}

		/* col2
		======================================== */
		div#col2 {
			background: #F6F6F6;
			float: right;
			padding: 25px;
			width: 635px;	
		}
		
			div#col2 ul {
				margin-left: 20px;
			}

		/* Bild
		======================================== */
		.foto {
			border: 1px solid #CCC;
			height: auto;
			padding: 2px;
			width: auto;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		/* Produkt
		======================================== */
		.produkt {
			border: 1px solid #CCC;
			height: auto;
			padding: 2px;
			width: auto;
		}

		/* News
		======================================== */
		.newsteaser {
			margin-bottom: 1.4em;
			padding-bottom: 10px;
			padding-top: 10px;
		}
		.newsteaser .newsteaserimage {
			border: 1px solid #CCC;
			float: left;
			height: auto;
			margin-right: 10px;
			padding: 2px;
			width: auto;
		}
		.newsteaser h3 {
			margin-bottom: 0.4em;
		}
		.newsteaser p {
			margin-bottom: 0;
		}
		
		/* Download
		======================================== */
		.download {
			margin-bottom: 1.4em;
			padding-bottom: 10px;
		}
		.download h3 {
			margin-bottom: 0.4em;
		}
		.download p {
			margin-bottom: 0;
		}
		.download .downloadlink {
			margin-top: 0.3em;
		}