body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../layout/background.jpg);
	background-repeat:repeat-x;
}
.layer {
	width:950px;
	height:582px;
	left:50%;
	margin-left:-475px;
	position:absolute;
}
.content_layer {
	width:950px;
	height:512px;
}
.navigation_layer {
	width:950px;
	height:60px;
	padding:10px 0px 0px 0px;
	padding-top:10px;
	background-image:url(../layout/background_navigation.jpg);
	background-repeat:no-repeat;
}
a.navigation_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	margin-left:25px;
}
a.navigation_item:link {
	text-decoration: none;
	color: #999999;
}
a.navigation_item:visited {
	text-decoration: none;
	color: #999999;
}
a.navigation_item:hover {
	text-decoration: none;
	color: #666666;
}
a.navigation_item:active {
	text-decoration: none;
	color: #666666;
}
a.navigation_sub_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
a.navigation_sub_item:link {
	text-decoration: none;
	color: #999999;
}
a.navigation_sub_item:visited {
	text-decoration: none;
	color: #999999;
}
a.navigation_sub_item:hover {
	text-decoration: none;
	color: #666666;
}
a.navigation_sub_item:active {
	text-decoration: none;
	color: #666666;
}
.sub_nav_layer {
	width:100%;
	padding:5px 0px 5px 0px;
}
.sub_navigation_layer{
	width:235px;
	height:512px;
	top:0px;
	right:30px;
	z-index:200;
	position:absolute;
}
.kollektion_layer {
	 width:950px;
	 height:512px;
	 z-index:100;
}
.kontakt_formular {
	z-index:3;
	width:250px;
	height:140px;
	margin-top:124px;
	margin-left:660px;
	position:absolute;
}
.textfeld {
	width:220px;;
}
.kontakt_area {
	z-index:3;
	width:305px;
	margin-top:295px;
	margin-left:595px;
	position:absolute;
}
.textarea {
	z-index:3;
	width:290px;
	height:140px;
}
.button {
	margin-top:8px;
}
.footer {
	width:950px;
	height:auto;
	left:50%;
	margin-left:-475px;
	position:absolute;
	bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}
a.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration:none;
}
a.footer_link:link {
	text-decoration: none;
	color: #666666;
}
a.footer_link:visited {
	text-decoration: none;
	color: #666666;
}
a.footer_link:hover {
	text-decoration: underline;
	color: #000000;
}
a.footer_link:active {
	text-decoration: none;
	color: #666666;
}
hr {
	border:0px;
	margin:15px 0px 15px 0px;
	padding:0px;
}
.clear {
	clear:both;
}
