/* Generelle Styles */
body {
	scrollbar-face-color: #FF9900;
	scrollbar-highlight-color: #FF9900;
	scrollbar-3dlight-color: #FFDD00;
	scrollbar-shadow-color: #885500;
	scrollbar-darkshadow-color: #FFCC00;
	scrollbar-track-color: #FFCC00;
	scrollbar-arrow-color: #BB0000;
	background-color: #FFCC00;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 97%;
	color: #000000;
}

a {
	color: #0000CC;
	text-decoration: none;
	margin: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.linkleft0 {
	margin: 3px 3px 3px 0px;
	padding-left: 0px;
}


a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	background-color: #CC0000;
	padding-left: 2px;
	padding-right: 2px;
}

a:active {
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #EE0000;
	padding-left: 2px;
	padding-right: 2px;
}

.spacer {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-familiy: inherit;
	font-size: 1.4em;
	font-style: bold;
	color: #000000;
	margin-bottom: 1em;
	text-align: center;
}

h2 {
	font-familiy: inherit;
	font-size: 1.2em;
	font-style: bold;
	color: #000000;
	text-align: center;
}

h3 {
	font-familiy: inherit;
	font-size: 1em;
	font-style: bold;
	color: #000000;
	margin-bottom: 0.6em;
	text-align: left;
}

ul {
	margin-top: 1em;
	margin-bottom: 12px;
}

ol {
	margin-top: 1em;
	margin-bottom: 0px;
}

th {
	text-align:left;
	padding-right: 16px;
}

/* Styles für die Top-Navigation */
.topnavcell {
	background-color: #CC0000;
}

.topnav {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.topnav:link {
	color: #FFFFFF;
	text-decoration: none;
}

.topnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.topnav:hover {
	color: #BB0000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

.topnav:active {
	color: #BB0000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

/* Styles für die linke Navigation */
.leftnavhead {
	background-color: #CC0000;
}

.leftnavheadtxt {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.leftnavcell {
	background-color: #FFFFFF;
}

.leftnavtxt {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
}

.leftnav, .leftnav a{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
}

.leftnav:link {
	color: #000000;
	text-decoration: none;
}

.leftnav:visited {
	color: #000000;
	text-decoration: none;
}

.leftnav:hover {
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #CC0000;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;

}

.leftnav:active {
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #EE0000;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.search {
	border-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-bottom-style: ridge;
	border-right-style: ridge;
	border-top-color: #AAAAAA;
	border-left-color: #AAAAAA;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #808080;
	font-weight: bold;
	font-size: 11px;
	width: 141px;
	padding: 4px;
}

.button {
	border-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-bottom-style: ridge;
	border-right-style: ridge;
	border-top-color: #AAAAAA;
	border-left-color: #AAAAAA;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 153px;
	height: 20px;
	padding: 0px;
}

/* Styles für Content */
.searchli {
	margin-bottom: 1em;
}

.contenthead {
	background-color: #CC0000;
}

.contentheadtxt {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.content {
	background-color: #FFFFFF;
}

.contenttxt {
	font-size: 0.7em;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

.contenttxt_main {
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}
.contenttxtc {
	text-align: center;
	color: #000000;
}

.contentfile {
	color: #008800;
}

.logo {
	border-width: 0px
	margin: 10px;
	margin-left: 0px;
}

.input {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	width: 420px;
	padding: 2px;
}

select.receipient
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	width: 420px;
	padding: 2px;
}

select.receipient optgroup{
	font-size: 1em;
}

select.receipient option{
	font-size: 1em;
}

select.receipient option.first{
	color: #808080;
	font-weight: normal;
}

table.QG_Mitglieder th, table.QG_Mitglieder td{
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 11px 2px 0px;
}
.contenttxt_big {
	font-size: 1.2em;
	font-weight: bold;
}
