/* 
=================================================================================================
	Allgemeine Styles
================================================================================================= */

*	{
	margin: 0; padding: 0;
	}

html { 
	min-height: 100%;
	}

body {
	font-family: "Arial", sans-serif;
	background: #fff;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	}

h40 {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	font-weight: lighter;
	padding: 0px 0 0px 0;
	margin: 0;
}

p3 { 
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	padding: 10px 0 10px 0; 
	margin: 0;
}

ul, ol { margin: 0; padding: 0; }

a:link, a:visited { text-decoration: none; color: #FFF;}
a:hover, a:active { text-decoration: none; color: #8fa819;}

.content_clear { clear: both; font-size: 0; line-height: 0; height: 0; }

/* 
=================================================================================================
	Wrapper
================================================================================================= */

#wrapper {
	width: 975px;
	position: relative;
	padding: 0 25px 0 25px;
	margin: 0 auto;
	z-index: 5000;
	}

/* 
=================================================================================================
	Topmenu
================================================================================================= */
		
#righttopmenu {
	width: 180px;
	height: 58px;
	position: absolute;
	right: 27px;
	top: 9px;
	padding: 0;
	margin: 0;
	z-index: 10000;
	}

#subline2 {
	width: 400px;
	height: 20px;
	position: absolute;
	left: 220px;
	top: 47px;
	padding: 0;
	margin: 0;
	float: left;
			}



	#topmenu {
		width: 180px; 
		height: 58px;
		padding: 0;
		margin: 0;
		}
		
	#topmenu span {
		display: none;
		}
		
	#topmenu li, #topmenu a {
		height: 58px; 
		display: block;
		}
			
	#topmenu li {
		list-style: none;
		float: left;
		/*_ */ display: inline; /* fixes IE/Win double margin float bug (safe) */ }
		
	#topmenu-projekte { width: 60px; }
	#topmenu-home { width: 60px; }
	#topmenu-kontakt { width: 60px; }
		
	#topmenu-projekte a:link, #topmenu-projekte a:visited { background: transparent url("../images/topmenu_start.png") -0px 0px no-repeat; }
	#topmenu-home a:link, #topmenu-home a:visited { background: transparent url("../images/topmenu_start.png") -60px 0px no-repeat; }
	#topmenu-kontakt a:link, #topmenu-kontakt a:visited { background: transparent url("../images/topmenu_start.png") -120px 0px no-repeat; }
		
	#topmenu-projekte a:hover, #topmenu-projekte a:active { background: transparent url("../images/topmenu_start.png") -0px -58px no-repeat; }
	#topmenu-home a:hover, #topmenu-home a:active { background: transparent url("../images/topmenu_start.png") -60px -58px no-repeat; }
	#topmenu-kontakt a:hover, #topmenu-kontakt a:active { background: transparent url("../images/topmenu_start.png") -120px -58px no-repeat; }
	
/* 
=================================================================================================
	Banner
================================================================================================= */

	#banner {
		width: 975px;
		height: 95px;
		position: relative;
		padding:0;
		margin: 30px 0 0 0;
		z-index: 1000;
		}
		
		#logo {
			width: 210px;
			height: 60px;
			background: url("../images/achswerk_start_logo.png") left top no-repeat;
			position: absolute;
			left: -5px;
			padding:0;
			margin: 5px 0 0 0;
			float: left;
			}
		
		#cmenu {
			width: 350px;
			height: 34px;
			font-family: "Arial", sans-serif;
			font-size: 16px;
			line-height: 20px;
			color: #fff;
			
			}
			
			#filtermenu li {list-style: none; float: right; padding: 0 !important; margin: 0;}
			#filtermenu a {color: #fff; margin: 0 10px 0 10px; }
			#filtermenu a:hover {text-decoration: none; color: #8fa819; }
			#filtermenu a.act { color: #8fa819; }
			
/* 
=================================================================================================
	Content
================================================================================================= */

	#content {
		width: 975px;
		height: 10px;
		position: relative;
		padding: 0;
		margin: 20px 0 20px 0;
		}
		
		#content_text {
			width: 975px;
			position: fixed;
			padding: 0 0 25px 0;
			bottom: 0;
			margin-top: 0px;
			z-index: 1000;
			}
			
	#content_text_bottom {
				width: 975px;
				text-align: left;
				padding: 0;
				margin-left: 0;
				font-family: "Arial", sans-serif;
				}