/*{
	margin: 0;
	padding: 0;
}*/

body {
	background-color: #dfe0da;
	background-image: url(images/hg.gif);
	background-repeat: repeat-x;
	font-family: Arial, "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #555555;
	margin: 0;
	padding: 0;
}

a {
	color: #66aeba;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.colored {
	color: #66aeba;
}

.cleaner {
	clear: both;
}

h1 {
	background-image: url(images/hg_h1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 18px;
	padding: 0 0 8px 11px;
	margin: 0 0 12px 0;
	font-weight: normal;
	line-height: 21px;
}

/*.fett {
	font-size: 18px;
	font-weight: bold;
}*/
	
h2 {
	margin: 0 0 8px 10px;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 12px;
}

h3 {
	margin: 0 0 12px 10px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}


#main {
	position: relative;
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 773px;
	background-image: url(images/hg_site.jpg);
	background-repeat: no-repeat;
}

#headerbild {
	position: absolute;
	z-index: 1;
	left: 49px;
	top: 0px;
	width: 900px;
	height: 149px;
	overflow: hidden;
}

#header_transparent {
	position: absolute;
	z-index: 2;
	left: 49px;
	top: 0px;
	width: 900px;
	height: 149px;
	background-image: url(images/header_transparent.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu {
	position: absolute;
	z-index: 1;
	top: 150px;
	left: 230px;
}

#menu ul {
	display: inline;
}

#menu ul li {
	float: left;
	list-style-type: none;
	margin: 0 20px 0 0;
	font-size: 12px;
	color: #ffffff;
	line-height: 26px;
}

#menu ul li.letzter {
	margin-left: 184px;
}

#menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.aktiv {
	color: #91fef5;
}

#content {
	position: absolute;
	top: 209px;
	left: 67px;
	width: 545px;
	height: 277px;
	overflow: auto;
}

.kasten_links {
	float: left;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
}

#content p {
	width: 490px;
	margin: 0 0 12px 0;
	padding: 0 0 0 11px;
	line-height: 17px;
}

#content_rechts {
	position: absolute;
	padding: 20px 15px 20px 15px;
	top: 191px;
	right: 51px;
	width: 293px;
	height: 269px;
}

#content_rechts p {
	margin: 1px 0 5px 0;
	line-height: 17px;
}

#bild_rechts {
	position: absolute;
	top: 191px;
	right: 51px;
	width: 323px;
	height: 309px;
	overflow: hidden;
}

#bild {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 323px;
	height: 309px;
}

#bildecken {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 323px;
	height: 309px;
	background-image: url(images/bildecken.png);
	background-repeat: no-repeat;
}

/* GALERIE -----*/
.bildcontainer{
	margin: 0px 0px 5px 10px !important;
	margin: 0px 0px 5px 5px;
	width: 93px;
	/*height: 100px;*/
	float: left;
	padding: 0;
}

.bild {
	width: 97px;
	height: 88px;
	margin: 0;
	padding: 0;
}

.bildtext {
	margin: 2px 0 0 0;
	padding: 0;
}
	

.bildcontainer a img {
	border: 2px solid #ffffff;
	margin: 0 0 0 -2px !important;
	margin: 0;
	padding: 0;
}

.bildcontainer a:hover img {
	border: 2px solid #599eaa;
}

.bildcontainer a {
	line-height: 11px;
	font-size: 10px;
	color: #7d7d7d;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.bildcontainer a:hover {
	color: #599eaa;
}

/*  BALKEN GALERIE ---------*/
#balken {
	margin: 10px 0 0 10px;
	width: 516px !important;
	width: 510px;
	height: 21px;
	background-color: #599eaa;
}

#button_bottom_left {
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
	float: left; 	
}

#button_bottom_left a {
	color: #FFFFFF;
	line-height: 19px;
	text-decoration: none;
}

#button_bottom_left a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#button_bottom_right {
	margin: 0 10px 0 0;
	float: right; 
}

#button_bottom_right a {
	color: #FFFFFF;
	text-decoration: none;
}

#button_bottom_right a:hover {
	color: #FFFFFF;
	font-weight: bold;
}



	
	
