@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#kopf {
	position:fixed;
	left:100px;
	top:0px;
	right:25%;
/*	width:75%; */
	height:90px;
	z-index:2;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;

}
#links {
	position:fixed;
	left:0px;
	top:90px;
/*	width:61px; */
	width:100px;
	height:100%;
	z-index:1;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	text-decoration:none; 
}
#links a{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

#links a:hover, #links a:focus{
	text-decoration:none;
	font-weight:bold; 
	color:#FF0000;
}

#menue {
	position:absolute;
	right:0px;
	top:90px;
	width:24%;
	height:100%;
	z-index:1;
/*	margin-top:90px;*/
	padding-left:5px;
	padding-right:5px;
/*	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;*/
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
}
#menue a:hover{
/* background-color:#CCCCCC; */
}
#fuss {
	position:fixed;
	left:100px;
	right:25%;
	bottom:0px;
/*	width:100%; */
	height:50px;
	z-index:1;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	background-color:#EDEDEE;
/*	margin-left:10px; */
	font-size:19px;
	font-stretch:extra-condensed;
	font-weight:bolder;
	color:#990000;
	text-align:center;
	padding-top:15px;
}
#inhalt {
	position:absolute;
/*	left:61px;*/
	left:100px;
	right:25%;
	font-size:12px;
/*	width:58%; */
	top:90px;
/*bottom:50px; 
		height:auto;*/
	z-index:1;
	padding:45px;
	padding-top:20px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
}

.bilderlink {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}
.bilderlink a{
	text-decoration:none;
	color:#999999;
}
.bilderlink a:hover, .bilderlink a:focus{
	text-decoration:none;
	color:#990000;
}

.link {
	position:absolute;
	right:10px;
	text-decoration:none;
	color:#990000;
}
.link a{
	text-decoration:none;
	color:#990000;
}
.link a:hover, .link a:focus{
	text-decoration:none;
	color:#999999;
}

#galerieLink {line-height: 100%; color: #999; font-size: 9px; text-align: right; position: fixed; right: 3%; bottom: 12px; float: right; padding-right : 0%; padding-bottom : 0%; cursor: pointer; width: 140px; text-decoration:none; height: 5px; z-index:2}
#galerieLink a:link {color: #999;text-decoration:none;}
#galerieLink a:visited {color: #999;text-decoration:none;}
