﻿.body {
	background-image: url('images/background.gif');
	background-attachment: fixed;
 /* scrollbar-arrow-color: #FFFFFF;    -> wird vom Schema >DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"< nicht unterstützt!
  * scrollbar-base-color: #206121;     -> wird vom Schema >DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"< nicht unterstützt!
  */
}

.navigation {
	background: #FFFFFF;
	background-image: url(images/background_navi.png);
	line-height: 15px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 22px;
	width: 100%;
	padding-left:10px;
	padding-top:3px;
	font-family: Verdana;
	color: white;
	font-size: 70%;
	z-index: 100;
}

.navigation a {
	color: white;
	text-decoration: underline;
}

.navigation a:hover {
	text-decoration: overline;
}

.hauptbereich {
	position: relative;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

.zitat_des_tages {
	font-family:Verdana;
	font-size:small;
	padding-top: 10px;
	padding-bottom: 20px;
}

.zitat_des_tages a {
	color:black;
	text-decoration:underline;
}

.zitat_des_tages a:hover {
	color: #800000;
	text-decoration:overline;
}


.h2 {
	font: bold 100% Verdana;
	font-size: medium;
	color: #0C590B;
}

.mitglieder_kasten {
	position:relative;
	height: 200px;
	width: 550px;
	background: white;
	margin-top: 40px;
	border-style:none;
}

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

.mitglieder_text {
	font: small Verdana;
	position: absolute;
	top: 0px;
	left: 180px;
	height: 160px;
	width: 350px;
	padding-left: 20px;
	vertical-align: middle;
	padding-top: 40px;
}

.mitglieder_text_bezeichner {
	color:maroon;
}

.mitglieder_text a {
	font: small Verdana;
	color: #000000;
}

.g2photostyle {
	font-family: Verdana;
	background: white;
	color: #0C590B;
	font-size: 65%;
}

.g2photostyle img {
	background-color: white;
	margin: 0px;
	filter: Alpha(opacity=100);	/* Internet Explorer */
	-moz-opacity: 1.0;			/* Mozilla Browser */
	opacity: 1.00;				/* Opera & Chrome*/
}

.g2photostyle a:hover img {
	filter: Alpha(opacity=60);	/* Internet Explorer */
	-moz-opacity: 0.6;			/* Mozilla Browser */
	opacity: 0.60;				/* Opera & Chrome*/
}

.fusszeile {
	position: fixed;
	bottom:0px;
	padding-bottom:3px;
	font-family:Verdana;
	color:#808080;
	font-size:65%
}

.fusszeile a {
	color:#808080;
	text-decoration:underline;
}

.fusszeile a:hover {
	color:#800000;
	text-decoration:overline;
}

.calendar_admin {
	background: none;
/*	background-image: url(images/background_navi_right.png);*/
	line-height: 15px;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 22px;
	padding-right:10px;
	padding-top:3px;
	font-family: Verdana;
	color: white;
	font-size: 70%;
	z-index: 101;
}

.calendar_admin a {
	color: white;
	text-decoration: underline;
}

.calendar_admin a:hover {
	text-decoration: overline;
}

.calendar_print {
	font-family: Verdana;
	color: black;
	position:relativ;
	padding-top:30px;
	font-size: 70%;
}

.calendar_print a {
	font-family: Verdana;
	color: black;
	text-decoration: underline;
}

.calendar_print a:hover {
	color:#800000;
	text-decoration:overline;
}

