/* Container start */

html, body {
	background-image:url(/img/hg.gif);
	height:100%;
	margin: 0;
}



#container {
	margin: 0 auto;
	position:relative;
	background-color: #ffffff;
	left:0px;
	top:0px;
	width:800px;
	height: auto !important; 
    	height: 100%; 
    	min-height: 100%;
	z-index:2;
	text-align: left;
	
}


/* Container ende */




/* Content-Text start */

#Navihg {
	background-image:url(/img/navihg.png); 
	width:800px; 
	height:-180px; 
	padding:5px 0px 0px 0px;
	z-index:2;
}

#Navi {
	position:absolute;
	padding-left:65px;
	padding-top:-180px;
	z-index:1;
}

#Header {
	/* background-image:url(/img/header.jpg); */
	/* background-repeat:no-repeat; */
	width:800px; 
	height:300px;
}

#news {
	position:absolute;
	left: 20px;
	top: 22px;
	width: 270px;
	z-index:3;
}

#textarea {
	background-color: #ffffff;
	padding-left:58px; 
}

/* Content-Text ende */



/* Navigation start*/

/* Navigation ende*/



/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		margin-bottom: 5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* Schriftstyle start */

.hlmaintext {
	font: 28px Georgia;
	color: #000000;
}

.subheadline {
	font: 20px Georgia;
}

.dark {
	color: #666666;
}

.light {
	color: #CCCCCC;
}

.hlmaintext_concept {
	font: 24px Georgia;
	color: #000000;
}

.maintext {
	font: 14px Georgia;
	color: #000000;
}
.maintextslim {
	font: 16px Georgia;
}


a.navlink:link {
	font: 14px Arial;
	color: #233323;
	text-decoration:none;
}
a.navlink:hover {
	font: 14px Arial;
	color: #ffffff;
	background-color: #233323;
}
a.navlink:visited {
	font: 14px Arial;
	color: #233323;
	text-decoration:none;
}
a.navlink:hover {
	font: 14px Arial;
	color: #ffffff;
	background-color: #233323;
}



a.mainlink:link {
	font: 15px Georgia;
	color: #bc0000;
	text-decoration:none;
}
a.mainlink:hover {
	font: 15px Georgia;
	color: #000000;
	background-color:#bc0000;
	text-decoration:none;
}

a.mainlink:visited {
	font: 15px Georgia;
	color: #bc0000;
	text-decoration:none;
}
a.mainlink:hover {
	font: 15px Georgia;
	color: #000000;
	background-color:#bc0000;
	text-decoration:none;
}

a.headlink:link {
	font: 28px Georgia;
	color: #bc0000;
	text-decoration:none;
}
a.headlink:hover {
	font: 28px Georgia;
	color: #000000;
	text-decoration:underline;
}
a.headlink:visited {
	font: 28px Georgia;
	color: #bc0000;
	text-decoration:none;
}
a.headlink:hover {
	font: 28px Georgia;
	color: #000000;
	text-decoration:underline;
}

/* Schriftstyle ende */


#fixed_footer{
  position:absolute;
  bottom:0;
  right:0;
  border:1px solid #ffffff;
  width:100px;
  height:100px;
  }
  
  

/* Bilder ohne blauen Rand anfang */
img {
border: 0px solid white; }
/* Bilder ohne blauen Rand ende */
