@CHARSET "ISO-8859-1";
body {
	background-image: url(images/bg/bg.png);
	font-family: Arial;
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-size: small;
}
H1 {
	font-size: x-large;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: underline;
	bottom: 4em;
	max-height: 1px;
	color: rgb(0, 0, 0);
}
H2 {
	font-size: 1.5em;
	color: rgb(50, 50, 175);
	border-color: rgb(100, 100, 100);
	border-bottom-style: double;
	border-bottom-width: medium;
}
H3 {
	font-size: 1.05em;
	color: rgb(50, 50, 125);
	font-weight: bolder;
	font-style: italic;
}
div {
	width: 85%;
	padding: 10px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 50px;
	background-color: #F6F6FF;
	text-align: center;
}
div#navi {
	float:left;
	width:20%;
	text-align:left;
	clear:right;
}
div#content {
	float:right;
	width:70%;
	position: relative;
	min-height: 100px;
	text-align:left;
}
div#bottom {
	clear:both;
	width:85%;
	margin-top:10px;
	margin-bottom:10px;
}
STRONG {
	font-size: 1em;
	font-weight: bolder;
	color: rgb(50, 50, 50);
}
A {
	font-size: 1em;
	color: rgb(50, 50, 175);
}
img.counter {
	border: none;
	border-width: 0px;
	border-color: white;
	border-style: none;
	width: 100px;
}
img.logo {
	position: relative;
	border-style: none;
	right: 45%;
	width: 10%;
}
img.pic {
	border-style: ridge;
	width: 75%;
}
img.cd {
	width: 35%;
}
img.pic:HOVER {
	width: 150%;
	left: -50%;
	position: absolute;
}
img#symbol {
	border: none;
	vertical-align: middle;
	width: 25px;
}
img#face {
	border: none;
	height: 100px;
}
img#face:HOVER {
	height: 200px;
	position: absolute;
}
ol li {
	min-height: 20px;	
}
label.menuFoot, label.menuHead {
	position: relative;
	font-weight: lighter;
	font-size: 1em;
	left: -15px;
}
label.menuHead {
	text-decoration: underline;
}
table#termine {
	width: 100%;
}
table#vorstand {
	width: 75%;
}
tr#under {
	background: rgb(70, 70, 175);
	color: rgb(255, 255, 255);
}
fieldset {
	float: left;
	width: auto;
	height: 155px;
	position: static;
	text-align: left;
	padding: 10px;
}
fieldset#char {
	float: left;
	width: auto;
	height: 175px;
	position: static;
	text-align: left;
	padding: 10px;
}
a.menuLink, a.menuUnderLink, a.download, a.menuSelected, a.menuUnderSelected, a.menuUnderLink {
	position: relative;
	font-size: 1em;
	text-decoration: none;
}
a.menuLink, a.menuUnderLink {
	color: rgb(50, 50, 125);
}
a.menuUnderSelected, a.menuSelected {
	color: rgb(0, 0, 175);
	font-weight: bolder;
}
a.menuUnderSelected, a.menuUnderLink {
	left: 2em;
}
a.menuLink:HOVER, a.menuSelected:HOVER, a.menuUnderSelected:HOVER, a.menuUnderLink:HOVER {
	font: bolder;
	letter-spacing: 0.1em;
}
a.menuStatic {
	color: rgb(50, 50, 75);
	text-decoration: none;
	cursor: default;
}
a.pic {
	cursor: default;
}
p.small {
	font-size: 0.8em;
	color: black;
	font-weight: bolder;
}
input#counter {
	border: none;
	font-family: Arial;
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-size: small;
	width: 10px;
}
