/*
weis-it
global css definitions
(c) 2005-2008 Michael Weis


Farbpalette:
hellblau:	#DBE6EC (219, 230, 236)
mittelblau:	#5B82A9 (91, 130, 169)
dunkelblau:	#3A546D (58, 84, 109)
Orange:		#EF7601 (239, 118, 1)

*/


/* Farben */

.bgor {background-color:#EF7601}
.bghb {background-color:#DBE6EC}
.bgmb {background-color:#5B82A9}
.bgdb {background-color:#3A546D}


/* Links */
 
a:link		{ color: #EF7601; text-decoration: none ; }
a:visited	{ text-decoration: none; color: #EF7601; } 
a:active 	{ color: #EF7601; }
a:focus		{ color: #DBE6EC; }
a:hover		{ /* font-weight: bold; */ color: #5B82A9; }

/* Navigation */

span.navi		{font-size:12px;color:#EF7601;text-decoration:none;}
span.navihead	{font-size: 12px; color:#5B82A9; text-decoration:none; font-weight:bold}
a.navi			{display:block;font-size:12px;padding:6px;color:#EF7601;text-decoration:none;}
a.navi:visited 	{display:block;font-size:12px;padding:6px;color:#EF7601;text-decoration:none;}
a.navi:hover 	{display:block;font-size:12px;padding:6px;color:#EF7601;text-decoration:none;background-color:#ffffff}
a.navi:active,.navihigh {display:block;font-size:12px;padding:6px;color:#EF7601;text-decoration:none;background-color:#ffffff}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#DBE6EC;
}

.topframe {
	position:absolute;
	height: 132px;
	width: 100%;
	background-color: #3A546D;
	left: 0px;
	top: 0px;
	z-index: 0;
	
}	
.topframefiller {
	position:absolute;
	height:128px;
	width:10px;
	background-color:#3A546D;
	left:394px;
	top: 0px;
	z-index: 4;
}

.logoline {
	position:absolute;
	text-align:center;
	width: 100%;
	left: -1px;
	top: 129px;
	z-index: 1;
	color: #EF7601;
	height: 4px;
	z-index: 3;
}

#leftframe {
	position: absolute;
	margin: 20px 20px 20px 40px;
	width: 15%;
 	background-color:#3A546D;  
	left: -40px;  
	top: 112px;
	z-index: 0 ;
}


.maintext {
	position: absolute;
	top: 189px;
	padding: 25px;
	border: 1px solid #EF7601;
	background-color: #FFFFFF;
}

.mwtop {
	font-size: 28px;
	color: #DBE6EC;
	position: absolute;
	left: 80%;
	top: 54px;
	z-index: 3;
}

.bottomline {
	position:absolute;
	text-align:center;
	width: 80%;
	z-index: 1 ;
	color: #EF7601 ;
}

.copyright {
	color:#5B82A9;
	font-size: x-small;
	position:absolute;
	text-align:center;
	width: 99%;
	bottom: 10px;
}

/* Listen */

ul		{ list-style-type: circle; }
li		{ font-size: small; font-weight: bold; line-height: 2.5em; }
li.sec	{ font-weight: normal; line-height: 1.5em; }

