html {
	height:100%;
	}
	
body {
	height:100%; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#ffffff;
	background-image:url(../bilder/hg.gif);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
}
  
#rand {
	margin:0px; 
	width:990px; 
	height:100%;
	background-color:#2c2b2b;
	text-align: left;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
}
	
	p {
		padding:10px 0px 10px 0px;
		margin:0px;
	}
	

	.clear 	{
		clear:both;
		line-height:0;
		font-size:0;
		height:0;
		}	
		

#title {
	height:91px;
	background-image:url(../bilder/hg_title.gif);
}
	#logo {
		height:75px;
		width:545px;
		padding-left:50px;
		float:left;
	}
	#impressum {
		height:20px;
		width:70px;
		padding:40px 0px 0px 260px;
		float:left;
	}
	#impressum a:link, #impressum a:visited {
		color:#2c2b2b;
		font-size:11px;
		text-decoration:none;
	}
	#impressum a:hover {
		color:#2c2b2b;
		font-size:11px;
		text-decoration:underline;
	}		

#bilder {
	height:219px;
	background-image:url(../bilder/hg_bilder.jpg);
}

#navi {
	height:43px;
	background-color:#4d4b4b;
	padding-left:123px;
}
	#navi ul {
		padding:0px;
		margin:0px;
	}
	#navi li {
		padding:0px;
		margin:0px;
		list-style:none;
		float:left;
	}
	#navi a:link, #navi a:visited {
		color:#ffcc00;
		background-color:#4d4b4b;
		font-size:14px;
		display:block;
		height:33px;
		width:170px;
		text-decoration:none;
		text-align:center;
		padding-top:10px;
	}
	#navi a:hover {
		color:#2c2b2b;
		background-color:#ffcc00;
		font-size:14px;
		display:block;
		height:33px;
		width:170px;
		text-decoration:none;
		text-align:center;
		padding-top:10px;
	}

#inhalt {
	padding-top:20px;
}
#naviLinks {
	width:200px;
	height:auto;
	float:left;
}
	#naviLinks li {
		list-style-image:url(../bilder/punkt.gif);
		padding-bottom:20px;
	}
	#naviLinks a:link, #naviLinks a:visited {
		font-size:14px;
		color:#ffcc00;
		text-decoration:none;
	}
	#naviLinks a:hover {
		font-size:14px;
		color:#ffffff;
		text-decoration:none;
	}	

#text {
	width:750px;
	height:auto;
	float:left;
}
#text li {
	list-style-image:url(../bilder/hacken.gif);
}

h1 {
	color:#ffffff;
	font-size:16px;
	padding:0px;
	margin:0px;
}

h2 {
	color:#ffffff;
	font-size:14px;
	padding:0px;
	margin:0px;
}

strong {
	color:#ffcc00;
}

a:link , a:visited {
	color:#ffcc00;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}

a:link img, a:visited img {
	border:double 2px #cccccc;
}

a:hover img {
	border:double 2px #b67a46;
}

/*---------- KONTAKT ---------- */
	#kontakt_text {
	width:120px;
	height:auto;
	line-height:23px;
	float:left;
	}
	
	#kontakt_felder {
	width:400px;
	height:auto;
	float:left;
	}
	
	input {
	background-color:#e9e9e9;
	color:#000;
	}
	
	textarea {
	background-color:#e9e9e9;
	color:#000;
	}
	
	form {
	display:inline;
	}	
	

	.highlight { display:none; }
	
	.fehler {color:#ffcc00;}
	
	
	/* KONTAKT */
	

	
/*---------- KONTAKT ENDE ---------- */	




/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../bilder/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../bilder/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../bilder/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../bilder/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

