/* Basics
------------------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
	outline:0;
}

body {
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #616161;
	background:url(images/bg_top.gif) center top no-repeat;
	background-color:#f1f1f0;
}

p { margin-bottom:12px; }

p.line {
	clear:both;
	height:15px;
	margin-bottom:12px;
	padding-top:1px;
	border-bottom:1px solid #e9e8ee;
	background-color:#fff;
}

ul {
	clear:both;
	margin-bottom:12px; }

#main ul {
	margin-top:-5px; }

	li {
		padding-left:14px;
		margin:0 0 0 12px;
		list-style:none;
		background:url(images/add.gif) no-repeat 0 5px;
}

h1,h2,h3,h5 {
	font-weight:normal; }
	
	h1 {
		margin:10px 0 10px 0;
		line-height:24px;
		font-size:19px;
		color:#ff5444; }
		
	h2 {
		margin-bottom:5px;
		font-size:14px;
		color:#abb400;
}

table {
	width:100%;
	margin-bottom:5px;
	font: 11px/17px Arial, Helvetica, sans-serif;
	border-collapse:collapse; }
	
	td {
		padding:4px 0;
		text-align:center;
		border-bottom:1px solid #e0e0e0; }
		
		td p {
			margin:0;
}

a { color:#a9a18c; }
a:hover { color:#ff5444; }


#main a { color: #292929; text-decoration: none; }
#main a:hover { text-decoration: underline; }

#bottom a {
	color: #292929;
	text-decoration: none; }
	#bottom a:hover { color: #000; text-decoration: underline;
}

img.content_pic {
	float:left;
	margin-top:2px;
	padding-right:10px;
}

img {
	border:none;
}

.GRUEN {
	color:#b3cd37;
}

.ROT {
	color:#ff5444;
}

.BLAU {
	color:#009dea;
}

.FETTROT {
	font-weight:bold;
	color:#d71900;
}

.DUNKELGRAU {
	color:#292929;
}

.HIGHLIGHT {
	background-color:#ffffcc;
	border-bottom:solid 1px #b1a78e;
	padding:0 3px 0 3px;
	color:#252525;
}	

.clear {
	float:none;
	clear:both;
}

/* Aufbau
------------------------------------------------------------------------ */
#container {
	margin:20px auto 0 auto;
	width:900px;
	background:url(images/bg_main.gif) repeat-y; }
	
	#top {
		text-align:center; }
		
		#top img {
			width:860px;
			height:226px;
	}
	
	#content {
		padding:0 30px 0 25px; }
		
		#main {
			float:right;
			width:614px;
			min-height:450px;
			margin-bottom:20px; }
		
			.main_left {
				float:left;
				width:320px; }
			
			.main_right {
				float:left;
				width:200px; }
	
				.main_right img {
					margin:7px 0 0 20px;
			}
		
			#box1, #box2, #box3, #box4 {
				float:left;
				margin-bottom:20px;
				width:250px; }
			
				#box1, #box3 {
					margin-right:50px;
			}
		
			#betriebsurlaub {
				margin:10px 0 20px 0;
				padding:10px 15px 5px 15px;
				color:#636363;
				background-color:#fff4a6;
				border:1px solid #ffd129; }
					
				#betriebsurlaub p {
					margin-bottom:6px;
			}
		
			#menue {
				float:left;
				margin-right:20px;
				padding-top:11px;
				width:211px;
				background:url(images/bg_menue.gif) no-repeat;
	}

	#bottom {
		color:#807f7f;
		height:50px;
		background:url(images/bg_bottom.gif) bottom no-repeat; }
	
		#bottom_menue {
			float:left;
			padding:10px 0 0 45px;
		}
		
		#bottom_logo {
			float:right;
			padding:10px 35px 0 0;
}

/*----------- left menue ------------*/
.overmenue {
	display:block;
	margin:0 7px;
	padding:4px 0 1px 38px;
	border-top:1px solid #ededed;
	color:#292929;
	text-decoration:none;
	background:url(images/submenue.gif) no-repeat 12px 5px;
}

a.startseite,
a.schlauchfolien,
a.druckverschlussbeutel,
a.versandtaschen,
a.stretchfolie,
a.sonderposten,
a.weitere,
a.anfahrt,
a.kontakt {
	display:block;
	margin:0 7px;
	padding:4px 0 4px 38px;
	border-top:1px solid #ededed;
	color:#292929;
	text-decoration:none;
	background:url(images/arrow.gif) no-repeat 12px 5px;
}
a.startseite {
	border:none;
}

a.beutel_030,
a.beutel_050,
a.beutel_100,
a.polyethylen,
a.umweltschutz,
a.interessantes {
	display:block;
	margin:0 7px;
	padding:2px 0 2px 50px;
	color:#616161;
	text-decoration:none;
	background:url(images/block.gif) no-repeat 36px 6px;
}

#menue a:hover {
	background-color:#f9f9f9;
}

/*----------- left menue Highlights ------------*/
.start a.startseite,
.schlauchfolien a.schlauchfolien,
.versandtaschen a.versandtaschen,
.stretchfolie a.stretchfolie,
.beutel_030 a.beutel_030,
.beutel_050 a.beutel_050,
.beutel_100 a.beutel_100,
.druckverschlussbeutel a.druckverschlussbeutel,
.stretchfolie a.stretchfolie,
.weitere a.weitere,
.sonderposten a.sonderposten,
.polyethylen a.polyethylen,
.umweltschutz a.umweltschutz,
.interessantes a.interessantes,
.anfahrt a.anfahrt,
.kontakt a.kontakt {
	color:#ff5444;
	background-color:#f9f9f9;
	cursor:default;
}

/* Formulare
------------------------------------------------------------------------ */
form {
	padding-bottom:10px;
}

label {
	display:block;
	float:left;
	width:90px;
	text-align:left;
	margin-top:2px;
}

.error {
	background-color:#bdb397;
	margin:0px 0 0 0;
	color:#fff;
}

.error span {
	color: #fff;
}

input,textarea,select {
	padding:2px 0;
	color:#525252;
	font: 11px Arial, Helvetica, sans-serif;
	width:420px;
	border:1px #cacaca solid;
	background-color:#fff;
	margin-bottom:2px;
}

.senden {
	cursor: pointer;
	width:422px;
}

.checkbox {
	width:20px;
	border:none;
	background:none;
}

fieldset {
	clear:both;
	display:block;
	border:none;
	position:relative;
}
