/* HTML Vorgaben */

body {
	font-family: Arial;
	margin: 20px 0px;
	padding: 0px;
	background-color: #000000;
	color: #ffffff;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

input, textarea, button {
	border: 1px #ffffff solid;
	background-color: #cccccc;
	
}

input[type=submit] {
	border: 2px #ffffff solid;
}

img {
	border: none;
}

/* Stilvorgaben für die Seitenschablone */

#titel {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
}


#titelkopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 855px;
	float: left;
	text-align: right;
	color: #d3e49a;
	font-size: 22px;
	font-weight: bolder;
	background-color: #000000;
	text-transform: uppercase;
}

#titellogo {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 100%;
	height: 69px;
	white-space: nowrap;
}


#menü {
	position: absolute;
	top: 140px;
	left: 0px;
	background: url("bilder/seitenschablone/Menuehintergrund.jpg") repeat-y;
	height: 390px;
}

.menüpunkt {
	width: 183px;
	height: 40px;
	background-color: #57711d;
	background: url("bilder/seitenschablone/Menuepunkthintergrund.jpg") 0px 7px no-repeat;
}

.menülücke {
	width: 183px;
	height: 40px;
	margin-bottom: 1px;
}

.menüpunkttext,.aktivermenüpunkttext {
	position: relative;
	top: 10px;
	left: 7px;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.aktivermenüpunkttext {
	color: #96ce18;
}

.menüpunkttext:hover {
	color: #557709;
}

#inhalt {
	position: absolute;
	top: 150px;
	left: 190px;
	width: 666px;
	padding: 30px;
}

#seitenlogo {
	float:right;
	position: relative;
	top: -40px;
	margin: 0px 5px;
}

@media print {
	#menü {
		display: none;
	}
	
	#inhalt {
		left: 0px;
		width: 100%;
	}
}

/* Stilvorlagen für die Startseite */

#rahmen {
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	height: 197px;
	text-align: center;
}

#rahmeninhalt {
	position: relative;
	width: 880px;
	height: 197px;
	margin: 0px auto;
	text-align: left;
}

#startseitenkopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 680px;
	float: left;
	text-align: right;
	color: #d3e49a;
	font-size: 22px;
	font-weight: bolder;
	text-transform: uppercase;	
}

#startseitenlogo {
	position: absolute; 
	left: 160px;
	top: 115px; 
}

#startseitenhintergrund {
	position: absolute;
	left: 0px;
	top: 17px;
}

#enter {
	position: absolute;
	bottom: 10px;
	right: 0px;
	text-align: right;
	color: #96ce18;
	font-weight: bolder;
	font-size: 20px;
}


/* Farbbalken */

#balken1, #balken2, #balken3, #balken4, #balken5, #balken7, #balken8, #balken9, #balken10, #balken11 {
	position: absolute;
	height: 8px;
	font-size: 0px;
	background-color: #96ce18;
}

#balken1 {
	left: 0px;
	top: 21px;
	width: 100%;
}

#balken2 {
	position: static;
	width: 100%;
}

#balken3 {
	left: 0px;
	top: 103px;
	width: 100%;
	height: 7px;
	background-color: #557709;
}

#balken4 {
	left: 0px;
	top: 0px;
	width: 405px;
	height: 4px;
	background-color: #ffffff;
}

#balken5 {
	left: 2px;
	top: 8px;
	width: 255px;
	height: 3px;
	background-color: #ffffff;
}

/* Farbbalken der Startseite */

#balken7 {
	left: 0px;
	top: 188px;
	width: 880px;
}

#balken8 {
	left: 0px;
	top: 23px;
	width: 124px;
	margin-left: 681px;
}

#balken9 {
	left: 0px;
	top: 0px;
	width: 50%;
}

#balken10 {
	left: 0px;
	top: 188px;
	width: 50%;
}

#balken11 {
	right: 0px;
	top: 23px;
	width: 50%;
}



.error {
	font-size: 0.7em;
	color: #ff0000;
}

.picture {
	margin: 10px;
	float: right; 
	border: 1px #ffffff solid; 
	clear: right;
}

.member {
	clear: left;
	margin-top: 20px;
}

.memberPic {
	float: left;
	border: 1px #ffffff solid;
	margin: 0 10px 2em;
	height: 100px;
}

.impression {
	float: left;
	font-size: 0.7em;
	width: 200px;
	margin: 1em;
}

.impression img {
	border: 1px #ffffff solid;
}

a.encrypted {
	white-space: nowrap;
}

a.encrypted img {
	border: none;
	vertical-align: baseline !important;
}
a.encrypted img.at {
	vertical-align: middle !important;
}

