* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;

	font-family: verdana , arial , sans-serif;
	font-size: 12px;
	line-height: 135%;
}

body {
	height: 100%;
	text-align: center;
	background: url(../images/body_bg.png) 0px 126px repeat-x;
}


html>body{
	min-height: 100%;
	width: auto;
	min-width: 1000px;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	position: relative;
}

.layout_page {
	float: left;
	width: 1000px;
	height: auto;
	height: 100%;
	text-align: left;
	background: url(../images/page_bg.png) top left repeat-y;
}

html>body .layout_page {
	height: auto;
	min-height: 100%;

}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		float: left;
		width: 1000px;
		height: 171px;
		background: url(../images/head_bg.png) top left no-repeat;
	}
	
	#category_image {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	/*################################################################*/
	/* Schriftgrößen Menü
	/*################################################################*/
	
	.fmenu {
		position: absolute;
		left: 25px;
		top: 126px;
	}
	
	.fmenu img {
		float: left;
	}
	
	.fmenu ul {
		float: left;
		margin : 0;
		list-style: none;
	}
	
	.fmenu li {
		float: left;
		margin : 0 0 0 3px;
	}
	
	.fmenu li a {
		display: block;
		height: 36px;
		overflow: hidden;
		text-indent: -9999em;
	}
	
	.fmenu li.active a,
	.fmenu li a:hover {
		background-position: 0 -36px;
	}
	
	/*################################################################*/
	/* Hauptmenü
	/*################################################################*/
	
	.mmenu1 {
		position: absolute;
		margin: 0;
		left: 303px;
		top: 126px;
		list-style: none;
	}
	
	.mmenu1 li {
		float: left;
	}
	
	.mmenu1 li a {
		display: block;
		height: 36px;
		overflow: hidden;
		text-indent: -9999em;
		background-repeat: no-repeat;
	}
	
	.mmenu1 li a:hover,
	.mmenu1 li.active a {
		background-position: 0px -36px;
	}

	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		float: left;
		width: 1000px;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
			float: left;
			width: 262px;
			min-height: 200px;
			padding: 7px 0 120px 0;
			background-color: #e5f0f7;
		}
		
		.mmenu2 {
			float: left;
			margin: 0 0 25px 0;
			list-style: none;
		}
		
		.mmenu2 li {
			float: left;
		}
		
		.mmenu2 li a {
			display: block;
			height: 30px;
			overflow: hidden;
			text-indent: -9999em;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		.mmenu2 li a:hover,
		.mmenu2 li.active a {
			background-position: 0px -30px;
		}
		
		.mmenu2 .mmenu3 {
			float: left;
			margin: 0;
			list-style: none;
		}
		
		.mmenu2 .mmenu3 li a {
			display: block;
			height: 23px;
			overflow: hidden;
			text-indent: -9999em;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		.mmenu2 .mmenu3 li a:hover,
		.mmenu2 .mmenu3 li.active a {
			background-position: 0px -23px;
		}
		
		
		.mmenu2 .mmenu3 .mmenu4 {
			float: left;
			margin: 0;
			list-style: none;
		}
		
		.mmenu2 .mmenu3 .mmenu4 li a {
			display: block;
			height: 23px;
			overflow: hidden;
			text-indent: -9999em;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		.mmenu2 .mmenu3 .mmenu4 li a:hover,
		.mmenu2 .mmenu3 .mmenu4 li.active a {
			background-position: 0px -23px;
		}
		
		
	
		.tx-tgmbanner-pi1 {
			float: left;
			padding: 10px;
			width: 242px;
			text-align: center;
			/*background-color: #fbd589;*/
			background-color: #F6A400;
		}
		
		.hersteller_first {
			float: left;
			margin: 25px 0px 5px 25px;
		}
		
		.hersteller {
			float: left;
			margin: 5px 0px 5px 25px;
		}
		
		.hersteller a, .hersteller_first a {
			color: #F6A400;
			font-weight: bold;
		}
		
		
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
			float: left;
			padding: 25px 50px 70px 50px;
			width: 638px;
		}
		
		.layout_content h2 {
			padding: 0 0 20px 0;
			color: #006AB3;
		}
		
		.layout_content h3 {
			padding: 0 0 9px 0;
			color: #006AB3;
			font-size: 14px;
		}
		
		.layout_content h4 {
			padding: 0 0 9px 0;
			color: #006AB3;
			font-size: 12px;
		}
		
		.layout_content .csc-textpic-caption {
			font-size: 11px;
			color: #006AB3;
			font-style: italic;
		}
		
		
		.layout_content a {
			color: #006AB3;
			text-decoration: none;
			cursor: pointer;
		}
		
		.layout_content a:hover {
			color: #006AB3;
			text-decoration: underline;
		}
		
		.layout_content ul {
			list-style-image: url(../images/list_image.gif);
		}

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		clear: both;
		float: left;
		height: 0;
		width: 1000px;
		position: relative;
	}
	
	.foot_center {
		position: absolute;
		margin: 0;
		left: 312px;
		bottom: 5px;
		list-style: none;
	}
	
	.foot_center li {
		float: left;
		margin: 0 20px 0 0;
		text-indent: -9999em;
	}
	
	.foot_center li a {
		display: block;
		height: 30px;
	}
	
	.foot_center li a:hover {
		background-position: 0 -30px;
	}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 12px 0;
	line-height: 18px;
}

ul, ol {
	margin: 0 0 0.5em 1.5em;
}

option {
	margin-right: 6px;
}

table {
	font-size: 12px;
}
/*##################################################################*/
/* globale Klassen
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.header_print {
	display: none;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

/*##################################################################*/
/* tt_news
/*##################################################################*/

.news-list-container {
	float: left;
	width: 620px;
}

.news-list-item {
	float: left;
	/*background-color: #fdeac4;*/
	/*background-color: #F6A400;*/
	border: #F6A400 solid 2px;
	margin: 5px;
	padding: 7px;
	width: 600px;
}

.news-list-date {
	display: none;
}

.news-list-img {
	float:left;
	margin-right:10px;
}

.news-list-morelink {
	margin-left: 5px;
}

.news-single-item h3 {
	color: #006AB3;
}

.news-single-info {
	display: none;
}

.news-single-img {
	float: left;
	margin-right: 10px;
}


/*##################################################################*/
/* Mailform
/*##################################################################*/

.mailformplus_contactform {
	float: left;
}

.mailformplus_contactform .even {
	float: left; 
	padding: 5px 20px 0px 20px; 
	color: #006AB3;
	font-weight: bold;
	width: 450px;
}

.mailformplus_contactform .odd {
	 float: left; 
	 padding: 5px 20px 0px 20px;
	 font-weight: bold; 
	 color: #006AB3;
	 width: 450px;
}

.mailformplus_contactform textarea, .mailformplus_contactform input {
	border: #F6A400 solid 1px;
	}

.mailformplus_contactform .submit {
	 background-color: #fff; 
	 float: left; 
	 padding: 15px 20px 10px 20px;
	 width: 450px;
}

.mailformplus_contactform .submit input {
	cursor: pointer;
	}