/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-color:#EC7314;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family:Arial,Helvetica,sans-serif,Verdana;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* --------------------------------------*/

.sundx {
	position: absolute;
	top:20px;
	left: 784px;
	width:150px;
	height:118px;
	background: url(/themes/ahl/images/startpage/sundx.png) no-repeat scroll -150px 0;
}

.sundx:hover {
		background: url(/themes/ahl/images/startpage/sundx.png) no-repeat scroll top left;
}


div.auge {
	position: absolute;
	top:243px;
	left: 110px;
	z-index: 20;
	width:131px;
	height:123px;
	background: url(/themes/ahl/images/startpage/auge_still.gif) no-repeat scroll top left;
}
div.auge:hover {
	background: url(/themes/ahl/images/startpage/auge.gif) no-repeat top left;
}

div.info {
	position: absolute;
	top:300px;
	left: 180px;
	z-index: 10;
	width:267px;
	height:205px;
	background: url(/themes/ahl/images/startpage/info_still.gif) no-repeat scroll top left;
}
div.info:hover {
	background: url(/themes/ahl/images/startpage/info.gif) no-repeat scroll top left;
}

div.feuer {
	position: absolute;
	top:265px;
	left: 740px;
	width:220px;
	height:195px;
	background: url(/themes/ahl/images/startpage/feuer_still.gif) no-repeat top left;
}
div.feuer:hover {
	background: url(/themes/ahl/images/startpage/feuer.gif) no-repeat top left;
}

div.tisch {
	position: absolute;
	top:218px;
	left: 452px;
	width:246px;
	height:151px;
	background: url(/themes/ahl/images/startpage/tisch_still.gif) no-repeat top left;
}
div.tisch:hover {
	background: url(/themes/ahl/images/startpage/tisch.gif) no-repeat top left;
}

div.telefon {
	position: absolute;
	top:370px;
	left: 632px;
	width:163px;
	height:233px;
	background: url(/themes/ahl/images/startpage/telefon_still.gif) no-repeat top left;
}
div.telefon:hover {
	background: url(/themes/ahl/images/startpage/telefon.gif) no-repeat top left;
}

div.haus {
	position: absolute;
	top:401px;
	left: 407px;
	z-index: 20;
	width:179px;
	height:249px;
	background: url(/themes/ahl/images/startpage/haus_still.gif) no-repeat top left;
}
div.haus:hover {
	background: url(/themes/ahl/images/startpage/haus.gif) no-repeat top left;
}

.ahs {
	position: absolute;
	top:590px;
	left: 40px;
}

.ahs img {
	width:200px;
	height:59px;
}

#StartHeader {
	height:100px;
	width: 500px;
	position: relative;
	overflow:hidden;
	z-index: 20;
	background-color:#EC7314;
}
	#StartHeader h1 {
		padding:0 0 0 0;
		background:transparent url(../images/ahl_logo.png) no-repeat scroll left top;
		padding-top:110px;
		height:0px;
		width:500px;
	}


/* --------------------------------------*/

/* Layout CSS */
#Main {
	margin:0px;
	width:980px;
	height:100%
}
#Header {
	height:95px;
	width: 500px;
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index: 20;
	background:#EC7314 url(../images/ahl_logo.png) no-repeat scroll left top;
}
	#Header h1 {
		padding:0;
		padding-top:100px;
		height:0px;
		width:500px;

	}

	#Header a h1 {
		color:#fff;
		font-size:60px;
		line-height: 55px;
		font-weight: normal;
		text-decoration: none;
	}
	
#SearchForm_SearchForm {
	border: none;
	width: 160px;
	position: absolute;
	left: 820px;
	top:74px;
	z-index: 30;
}

	#SearchForm_SearchForm fieldset {
		border:0px;
	}

	input#SearchForm_SearchForm_Search {
		position: absolute;
		width: 140px;
		height: 14px;
		bottom:0px;
		right:17px;
		border:1px solid #ddd;
		padding-bottom:2px;
}

	input#SearchForm_SearchForm_action_results {
		position: absolute;
		width: 15px;
		height: 18px;
		bottom:0px;
		right:0px;
		border:0px;
		background:transparent url(../images/suche.png) no-repeat scroll right top;
		border: none;
		clear:none;
		cursor:pointer;
}

ul#SearchResults a.searchResultHeader {
	text-decoration: none;
}

#Header input#SearchForm_SearchForm_action_results {
		float: right;
}

	#Header #SearchForm_SearchForm fieldset {
		border: none;
	}

	
		#Navigation {
			float: left;
			width: 230px;
			padding: 0 25px 0px 40px;
			position: absolute;
			top:95px;
			left:0px;
			z-index:20;
			background-color:#EC7314;
			overflow:hidden;
		}

		#Navigation ul.Menu1 {
		}


		#Navigation ul.Menu1 li.Teaser {
			width: 220px;
			height: 15px;
			background-color: #9dc595;
			padding:5px 0px;
			font-size:16px;
			font-weight:bold;
			text-decoration: none;
			color: #333;
			padding-left:10px;
			margin-bottom:0;
		}

		#Navigation div.Teaser a {
			padding:5px 100px 5px 10px;
			text-decoration: none;
			color: #333;
			font-size: 1.2em;
			white-space: nowrap;
		}

/* alternativ zu nowrap -> width:600px; */




			#Navigation ul.Menu1 li {
				display: block;
				background-color: #4d2c7a;
				margin-bottom:10px;
				width: 230px;
				overflow: visible;
				letter-spacing: 0.1em;
			}
				#Navigation ul.Menu1 li.current,
				#Navigation ul.Menu1 li.section {
				}
				#Navigation ul.Menu1 li a {
					display:block;
					color:#fff;
					font-weight: 800;
					font-size:1.58em;
					text-decoration:none;
					padding:1px 10px;

				}
					#Navigation ul.Menu1 li a:hover {
						color:#fff;
					}
					#Navigation ul.Menu1 li.current a,
					#Navigation ul.Menu1 li.section a {
						color:#fff;
					}

#Navigation ul.Menu1 li.link ul.Menu2 {
	display: none;
}

#Navigation ul.Menu2 {
	display: block;
	background-color: #d0e7d8;
	padding-top:7px;
	padding-bottom:8px;
}

#Navigation ul.Menu2 li {
	margin-bottom:0px;
	display: block;
	background-color: #d0e7d8;
	letter-spacing: 0.07em;
}

	#Navigation ul.Menu2 li a {
		padding:0px 10px;
		line-height:15px;
	}

	#Navigation ul.Menu2 li.current a {
		text-decoration: none;
	}

	#Navigation ul.Menu2 li.link a,
	#Navigation ul.Menu2 li.current a,
	#Navigation ul.Menu2 li.section a {
		color: #000;
		font-size:1.1em;
		font-weight: 500;
	}

	#Navigation ul.Menu2 li.current {
		width: 230px;
		padding-right:25px;
		background: #fff;
		display: block;
	}

	#Navigation ul.Menu2 li a  {
		color:#444;
		font-weight:bold;
		font-size:1em;
		line-height:1.6em;
		text-decoration:none;
		padding-top:1px;
		padding-bottom:1px;
	}
	#Navigation ul.Menu2 li a:hover {
		background-color:#fff;
		padding-top:0px;
		padding-bottom:0px;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}

	#Navigation ul.Menu2 li.current a:hover {
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	}


#Themepic {
	position: absolute;
	bottom: 0px;
	left:40px;
	z-index:10;
}


#ContentContainer {
	background:#fff;
	padding:20px 40px 20px 40px;
	margin: 0 0 0 295px;
	min-height: 100%;
	width: 605px;
	position:relative;
	top:95px;
}

*html #ContentContainer {
	height:100%;
}

#Content {
	width:100%;
	font-size:1.1em;
}

