@charset "ISO-8859-2";
/* CSS Document */

* {margin:0; padding:0;}
body {
	font:0.875em/1.3em Arial, Helvetica, sans-serif;
	background:#fef4d3 url(../bilder/bg_body1.jpg) no-repeat top left;
	color:#515151;
}
a:link, a:visited {
	color:#900;
	text-decoration:none;
}
a:hover {
	color:#ccc;
}
h1 {
	margin-top:2px;
	margin-bottom:0.8em;
	font-weight:normal;
	font-size:1.3em;
	letter-spacing:0.05em;
	color:#393939;
}
h2 {
	margin-bottom:0.4em;
	font-weight:normal;
	font-size:1.2em;
	color:#393939;
}
h3 {
	margin-bottom:0.4em;
	font-weight:normal;
	font-size:1.05em;
	letter-spacing:0.03em;
	color:#393939;
}
p {
	margin-bottom:0.4em;
}
p+h3 {margin-top:0.7em;}

/* --- allgemeine Klassen --- */
.red {color:#900;}
.bold {font-weight:bold;}
.hervorheben {color:#393939;}
.zusammen {white-space:nowrap;}
.clearone {
	display:block;
	clear:both;
	margin:0;
	line-height:1px;
	font-size:1px;
}
.clear10 {
	display:block;
	clear:both;
	margin:0;
	line-height:10px;
	font-size:10px;
}

/* -- -------------------- -- */
/* -- einzelne Seiten -- */
/* -- -------------------- -- */
/*index Liste mit rotem Punkt:*/
#content ul.rotpunkt {
	margin:4px 0 10px 0;
	padding:0 0 0 20px;
	list-style-image:url(bilder/kreis_rot.gif);
	list-style-type:disc;
}
#content ul.rotpunkt li {
	padding-left:3px;
	line-height:1.3em;
	vertical-align:top;
	margin-bottom:3px;
}

/*referenzen: #thumbs, #bild #text; preise: #block*/
#thumbs {
	width:150px;
	float:left;
}
.block img {
	float:left;
	margin-top:2px;
	margin-right:20px;
}
#thumbs img, .block img {
	margin-bottom:5px;
	width:90px;
	height:auto;
	border:1px solid #ccc;
	cursor:pointer;
}
#thumbs img:hover, .block img:hover {
	filter: alpha(opacity=50);
	/* Mozilla 1.6 und frueher */
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#thumbs span {
	display:none;
}
#bild {
	display:none;
	margin:4px 0 6px 0;;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#bild:hover {
	filter: alpha(opacity=80);
	/* Mozilla 1.6 und frueher */
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#text p {
	display:none;
}
#text br+br {
	line-height:8px;
	height:8px;
	display:block;
}	


/* -- EBENEN -- */
#wrapper {
	position:relative;
	width:900px;
	height:637px;;
	margin:0;
}
#logodiv {
	position:absolute;
	width:183px;
	height:55px;
	top:30px;
	left:30px;
}
#logodiv img {
	border:none;
}
#logodiv img:hover {
	filter: alpha(opacity=50);
	/* Mozilla 1.6 und frueher */
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#linkleiste {
	position:relative;
	float:right;
	margin-top:3px;
	margin-right:40px;
	list-style:none;
	background-color:transparent;
}
#linkleiste li {
	display:inline;
	font-size:0.9em;
}
#wrapper-inner {
	position:relative;
	top:62px;
	width:900px;
	height:575px;
}
#content {
	position:absolute;
	left:90px;
	top:40px;
	width:720px;
	height:475px;
	padding:30px;
	background: transparent url(../bilder/bg_content.jpg) no-repeat top left;
}
 #footer {
	 width:860px; 
	 margin-top:15px;
	 text-align:right; 
	 font-size:0.9em; 
	 font-style:italic; 
	 color:#900;
 }

