﻿<!--
!--

body {
	font-family:			Arial;
	font-size:				12px;
	background-image:		url(../_images/bg.gif);
	background-repeat:		repeat-x;
	background-position:	top left;
	background-color:		#fff;
}



/*Navigation*/

#navi ul {
	font-size:			14px;
	list-style-type:	none;
	margin:				0;
	padding:			0;
}

#navi li {
	padding-right:	16px;
	margin:			0px;
	float:			left;
	text-align:		center;
}

#navi li a {
	text-decoration:	none;
	color:				#666;
	display:			block;
	padding:			3px 0;
}

#navi li a:hover {
	color:	#222;
}

#navi li a.active {
	color:		#508c50;
	text-decoration:	underline;
}


/*Subnavigation*/

#subnavi ul {
	font-size:			12px;
	list-style-type:	none;
	margin:				0;
	padding:			0;
}

#subnavi li {
	padding-right:	16px;
	margin:			0px;
	float:			left;
	text-align:		center;
}

#subnavi li a {
	text-decoration:	none;
	color:				#888;
	display:			block;
	padding:			3px 0;
}

#subnavi li a:hover {
	color:	#444;
}

#subnavi li a.active {
	color:	#222;
}




/* Layout */

#header {
	position:	absolute;
	top:		95px;
	left:		0;
}

#navi {
	position:		absolute;
	top:			292px;
	left:			24px;
	font-family:	Arial;
}

#subnavi {
	position:		absolute;
	top:			316px;
	left:			190px;
	font-family:	Arial;
	z-index: 		25;
}

#bg_subnavi {
	position : absolute;
	top : 316px;
	left : 180px;
	height : 19px;
	width : 800px;/*
	background-color : #ddd;
	z-index: 5; */
	background:		url(../_images/bg_subnavi.jpg) no-repeat;
}


/* Inhalte */
#startseite, #produktion, #produkte, #zerti, #kontakt, #impressum {
	position:		absolute;
	line-height:	20px;
	top:			370px;
	left:			361px;
	margin:			0;
	padding:		0;
}

#startseite { width: 260px; }
#produktion { width: 240px; }
#produkte { width: 240px; }
#zerti { width: 240px; }
#kontakt { width: 240px; }
#impressum { width: 240px; }

a {
	color:				#333;
	text-decoration:	underline;
}

a:hover {
	color:	#508c50;
}


#logo {
	position:	absolute;
	top:		22px;
	left:		655px;
	border:		0;
	margin:		0;
	padding:	0;
}

#image {
	position:	absolute;
	top:		412px;
	left:		130px;
	border:		0;
	margin:		0;
	padding:	0;
}

#image2_produktion {
	position:	absolute;
	top:		412px;
	left:		345px;
	border:		0;
	margin:		0;
	padding:	0;
}

#image3_produktion {
	position:	absolute;
	top:		412px;
	left:		560px;
	border:		0;
	margin:		0;
	padding:	0;
}

#anfahrt{
	position:	absolute;
	top:		394px;
	left:		280px;
	border:		0;
	margin:		0;
	padding:	0;
}

/* †berschrift */
h2 {
	padding:		0 0 15px 0;
	margin:			0;
	font-size:		16px;
	font-weight:	normal;
	color:			#508c50;
}

h3 {
	padding:		0;
	margin:			0;
	font-size:		15px;
	font-weight:	normal;
	color:			#333;
}

h4 {
	padding:		0;
	margin:			0;
	font-size:		11px;
	font-weight:	normal;
	color:			#999;
}

h5 {
	padding:		0;
	margin:			0;
	font-size:		12px;
	font-weight:	normal;
	text-decoration:	underline;
}

/*Satellit*/

#kontakt_s {
	font-size:	11px;
	line-height:	18px;
	color:		#555;
	text-align:	right;
	position:	absolute;
	top:		407px;
	left:		800px;
	width:		150px;
	margin:		0;
	padding:	0;
	z-index:	25;
}

#kontakt_s a {
	color:				#555;
	text-decoration:	underline;
}

#sattelit_bg  {
	position : absolute;
	top : 406px;
	left : 773px;
	height : 18px;
	width : 227px;
	background-color : #cedaa1;
	z-index: 5;
}


#schnirkel {
	position:	absolute;
	top:		630px;
	left:		780px;
}

.noborder img {
	border:		0;
	margin:		0;
	padding:	0;	
}


/* Text Link doppel::s */
#agentur {
	position:	absolute;
	top:		820px;
	left:		30px;
	margin:		0;
	padding:	0;
	display:	block;
	height:		40px;
}

#agentur a {
	font-size:			10px;
	color:				#666;
	text-decoration:	none;
}

#agentur a:hover {
	color:				#fff;
	text-decoration:	underline;
}

-->