/*
 *	Color-Scheme:
 *	default: #2E5590		(dunkles) certo-Blau		a
 *	inverse: #D1AA6F		senf			hover
 *	complement: #936D2F		beige
 *	dunkler: #162846		dunkelblau
 *	heller: #5C87CC			hellblau
 *  viel heller: #AAC0E4	sehrhellblau
 *	extrem heller: #D0DDF0	fastweißhellblau
 *	-20% Blau: #2E555D		grün
 *	+20% Rot: #615590		lila			visited
*/

body {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 15pt;
	font-weight:700;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #2e5590;
}
h2 {
	font-size: 13pt;
	font-weight:700;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #666666;
}
h3 {
	font-size: 12pt;
	font-weight:700;
}

p,td,form,input,textarea, ul, li, center, body {
	font-size: 10pt;
}


#supermenu {
	background-color: #aaaaaa;
	padding: 1px 1em 1px 1em;
	font-weight: bold;
	color: #ffffff;
}
#supermenu_left {
	float: left;
	text-align: left;
}
#supermenu_right {
	text-align: right;
}
#supermenu a {
	text-decoration: none;
	color: #ffffff;
}
#supermenu a:hover {
	text-decoration: underline;
	color: #2e5590;
}

#logoarea {
	text-align: center;
}
#logoarea img {
	border: 0;
	margin: 3px 0 3px 0;
}

#menu {
	padding: 1px 1em 1px 0.5em;
	background-color: #AAC0E4;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	color: #162846;
	padding: 0 0.5em 0 0.5em;
	border-right: 1px solid #D0DDF0;
}
#menu a:hover {
	color: #ffffff;
}


#submenu {
	padding: 1px 1em 1px 0.5em;
	background-color: #dedede;
}
#submenu a {
	text-decoration: none;
	color: #5C87CC;
	padding: 0 0.5em 0 0.5em;
	border-right: 1px solid #eeeeee;
}
#submenu a:hover {
	color: #ffffff;
}

#main {
	width: 980px;
	margin: 30px auto;
}
#main_left {
	float: left;
	width: 650px;
}
#main_right {
	margin-left: 750px;
}

#waitmsg {
	display: none;
	position: absolute;
	width: 100%;
	top: 300px;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	color: #f00;
}
#waitmsg_timer {
	font-size: 60%;
	color: #000;
}

#footer {
	clear: both;
	margin-top: 100px;
	padding: 1px 1em 1px 1em;
	background-color: #AAC0E4;
	text-align: center;
	font-size: 0.9em;
}


a:link {color: #2E5590; }
a:visited {color: #615590; }
a:hover { text-decoration: none; color: #D1AA6F; }
a:active {color: #D1AA6F; }

.small { font-size: 9pt; }

.dragme {
	cursor: move;
}
.dropme {
	cursor: pointer;
}

.very_dark_bg { background-color: #888; }
.dark_bg { background-color: #bbb; }
.light_bg { background-color: #ddd; }


.orange { color: #f7bd29; }



/* ab hier altes Zeugs */

a.menulink:link { color: #666666; text-decoration: none; }
a.menulink:visited { color: #666666; text-decoration: none; }
a.menulink:hover { color: #FFFFFF; text-decoration: none; }
a.menulink:active { color: #9999FF; text-decoration: none; }
.menulink { font-weight: 700; }

a.greymenulink:link { color: #FFFFFF; text-decoration: none; }
a.greymenulink:visited { color: #FFFFFF; text-decoration: none; }
a.greymenulink:hover { color: #ffcc00; text-decoration: none; }
a.greymenulink:active { color: #9999FF; text-decoration: none; }
.greymenulink { font-weight: 700; }

a.submenulink:link { color: #666666; text-decoration: none; }
a.submenulink:visited { color: #666666; text-decoration: none; }
a.submenulink:hover { color: #9999FF; text-decoration: none; }
a.submenulink:active { color: #9999FF; text-decoration: none; }

.blau { color: #543e03; }
.hellblau { color: #7095d2; }

.orange_dark { color: #eebb00; }
.dunkelgrau { color: #666666; }
.hellgrau { color: #cccccc; }
.braun { color: #543e03; }


.blau_bg { background-color: #543e03; }
.hellblau_bg { background-color: #9999FF; }
.orange_bg { background-color: #f7bd29; }
.orange_dark_bg { background-color: #eebb00; }



