@charset "utf-8";
/* CSS Document */

html,body {
	background-color:#000;
	padding:0px;
	margin:0px;
	color:#6a6969;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

div.mainContainer {
	width:770px;
	position:absolute;
	left:50%;
	margin-left:-385px;
}
	div.header {
		width:770px;
		height:196px;
		background-image:url(../gfx/header.jpg);
	}
	div.contentLeft {
		width:66px;
		height:290px;
		background-image:url(../gfx/contentLeft.jpg);
		float:left;
	}
	div.contentItem_wro {
		width:184px;
		height:290px;
		background-image:url(../gfx/contentItem_wro.jpg);
		float:left;
	}
	div.stripeLeft {
		width:45px;
		height:290px;
		background-image:url(../gfx/stripeLeft.jpg);
		float:left;
	}
	div.contentItem_waw {
		width:182px;
		height:290px;
		background-image:url(../gfx/contentItem_waw.jpg);
		float:left;
	}
	div.contentItem_kat {
		width:770px;
		height:320px;
		background:url(../gfx/contentItem_kat.jpg) center top no-repeat;
		float:left;
		text-align:center;
	}
	div.stripeRight {
		width:42px;
		height:290px;
		background-image:url(../gfx/stripeRight.jpg);
		float:left;
	}
	div.contentItem_zie {
		width:182px;
		height:290px;
		background-image:url(../gfx/contentItem_zie.jpg);
		float:left;
	}
	div.contentRight {
		width:69px;
		height:290px;
		background-image:url(../gfx/contentRight.jpg);
		float:left;
	}
	div.adresses {
		width:635px;
		height:77px;
		clear:both;
		padding:0px 69px 9px 66px;
		text-align:center;
	}
		div.textContainer_wro {
			width:184px;
			text-align:center;
			float:left;
		}
		div.textContainer_waw {
			width:184px;
			text-align:center;
			float:left;
			margin:0px 40px 0px 42px;
		}
		div.textContainer_zie {
			width:184px;
			text-align:center;
			float:right;
		}
		div.textContainer_kat {
			width:184px;
			text-align:center;
			margin-left:auto;
			margin-right:auto;
		}
		.header_1 {
			font-weight:bold;
			color:#ff0042;
			font-size:11px;
		}
		a {
			color:#ff0042;
			font-size:11px;
			text-decoration:none;
		}
		a:hover {
			color:#ff0042;
			font-size:11px;
			text-decoration:underline;
		}
	
.noBorder {
	border:none;
}
.clearBoth {
	clear:both;
}
	
