/* CSS Document */

html {
	width:100%;
	height:100%;
		margin: 0;
		padding: 0;
	}
	
	body {
		margin: 0;
		padding: 0;
		font-size: 100%;
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
	}
	h3, p {
		margin: 1em 0.5em;
		line-height:120%;
	}
	h1{
		font-size:160%;
		color:#777777;
	}
	h2{
		font-size:132%;
		color:#777777;
	}
	
	img {
		border:none;
	}
	
	
	
	.text_absatz{line-height:1.35em;
	font-size:90%;
}
	
	#seitenspalte {
		position:fixed;
		float: left;
		top:128px;
		padding: 0;
		margin: 0;
		border-right-width: thin;
		border-right-style:solid;
		border-color:#d3d4d4;
		font-weight: bold;
		color: #707173;
		background-color: #ebedec;
		width: 224px;
		height:100%;
	}
	
	#inhaltsbereich {
		position:absolute;
		left:256px;
		top:146px;
		right:60px;
		padding: 0px;
		margin: 0px;
		border: 0px;
		background: #ffffff;
		width: auto;
		height:auto;
	}
	
	#kopfbereich {
		position:fixed;
		padding: 0;
		margin: 0;
		border-bottom-width: thin;
		border-bottom-style:solid;
		border-color:#777777;
		background: #bbbbbb;
		height:128px;
		width: 100.01%;
	}
	
	#kopflogo{
		left:0px;
		top:0px;
		width:224px;
	}
	#kopfbild{
		position:absolute;
		left:224px;
		top:0px;
		height:80px;
		border-width: 0px 1px 1px 1px;
		border-style:solid;
		border-color:#ffffff;
	}
	#topNavigation {
		position:absolute;
		left:224px;
		top:96px;
		height:16px;
		min-width:600px;
	}
	
	.hauptmenupunkt{
		float:left;
		margin-left:32px;
	}
#submenu_vertikal{
	position:absolute;
	top:24px;
	left:24px;
	width:200px;
}
.submenupunkt_horizontal
{
	position:relative;
	left:10px;
	float:left;
	top:6px;
	margin-right:6px;
	font-weight:600;
	vertical-align:middle;
}
.submenupunkt_vertikal
{
	position:relative;
	left:0px;
	height:32px;
	width:auto;
	padding-left:16px;
	line-height:32px;
	color:#ffffff;
	font-size:114%;
	font-weight:500;
	padding-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
	border-bottom-width:thin;
	text-transform:uppercase;
	background-color: #ebedec;
}
.submenupunkt_vertikal a:link{
	color:#777777;
	text-decoration:none;
}

.submenupunkt_vertikal a:visited{
	color:#777777;
	text-decoration:none;
}

.submenupunkt_vertikal a:hover{
	color:#333333;
	text-decoration:none;
}

.submenupunkt_vertikal a:active{
	color:#333333;
	text-decoration:none;
}

#heMenu01{
	float:left;
}
#heMenu02{
	float:left;
}
#heMenu03{
	float:left;
}
#heMenu04{
	float:left;
}
#heMenu05{
	float:left;
}

#textseite{
	position:inherit;
	left:0px;
	top:0px;
	max-width:600px;
	float:left;
}

.einzelbild{
	position:inherit;
	top:6px;
	width:680px;
	height:auto;
	vertical-align:middle;
	text-align:left;
}


/* Galeriestile */

#main_galerie
{
	position:inherit;
	width:680px;
	background-color:#ffffff;
}

.galerierahmen
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.galerietitel
{
	float:left;
	top:4px;
	color:#777777;
	height:32px;
}

.galeriethumbs
{
	position:absolute;
	width:350px;
	top:50px;
}

.galeriedummy
{
	position:absolute;
	width:340px;
	top:50px;
	left:350px;
}


.galerie_dummy
{
	position:relative;
	top:10px;
	vertical-align:middle;
}

.galerie_dummytitel
{
	position:relative;
	top:20px;
	color:#777777;
	font-size:12px;
	font-weight:600;
	text-align:center;
}
.galerie_dummytitel p
{
	font-weight:300;
	line-height:80%;
}

.galerie_thumbtext
{
	position:inherit;
	left:0px;
	right:0px;
	top:0px;
	bottom:10px;
	height:10px;
	width:100px;
	color:#333333;
	font-size:9px;
	text-align:center;
}

.galerie_thumbnail_hoch
{
	padding-top:5px;
}

.galerie_thumbnail_quer
{
	padding-top:5px;
}

.galerie_thumbnail_quadrat
{
	padding-top:5px;
}

.galeriebild_rahmen
{
	width:100px;
	height:100px;
	border-color:#777777;
	border-style:solid;
	border-width:1px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.galeriedummy_rahmen
{
	position:absolute;
	float:left;
	width:376px;
	height:435px;
	border-color:#777777;
	border-style:solid;
	border-width:1px;
	margin-right:10px;
	text-align:center;
}

.nav_galerie
{
	position:absolute;
	top:4px;
	left:220px;
	width:100px;
	height:32px;
	font-size:10px;
	float:right;
	color:#999999;
	text-align:center;
	z-index:8;
}
.navbutton_galerie
{
	position:relative;
	float:right;
}

#seitenzahl_galerie
{
	text-align:center;
	margin-top:0px;
	margin-left:6px;
	height:16px;
}

/* Ende: Galeriestile */