﻿/* CSS Document */
/*WINGNOVATORS urheberrechtlich geschützt!*/


body {
	background-color: #f7fff7;

	text-align: center;
}
#center {
	margin: 0 auto 0 auto;
}




#oben a {
	text-decoration: none;
	color: #012e01;
	text-align: left;
}
#oben a:visited {
	text-decoration: none;
	color: #012e01;
}
#oben a:hover {
	text-decoration: none;
	color: #fb5f00;
}
#oben a:active {
	text-decoration: none;
	color: #012e01;
}


#unten a {
	text-decoration: none;
	color: #012e01;
	text-align: left;
	font-size: 10px;
}
#unten a:visited {
	text-decoration: none;
	color: #012e01;
	font-size: 10px;
}
#unten a:hover {
	text-decoration: none;
	color: #fb5f00;
	font-size: 10px;
}
#unten a:active {
	text-decoration: none;
	color: #012e01;
	font-size: 10px;
}



/*Einblendung von Text bei Mouseover*/
/* tt steht f&uuml;r Tooltip*/
a.tt{
	position: relative;
	z-index: 10;
	color: #0F1E46;
	text-decoration: none;
	text-align: left;
}
a.tt span{
	display: none;
}
a.tt:hover{
	z-index: 100;
	font-style: italic;
/*background:; ie hack, something must be changed in a for ie to execute it*/
	background: ;
}
a.tt:hover span.tooltip{
	display: block;
	font: normal 13px Arial;
	position: absolute;
	top: -10px; left:-30px;
	padding: 15px 0 0 0;
	width: 400px;
	color: #0F1E46;
	text-align: left;
	font-style: normal;
	/* Transparenz */
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
	/* Hintergrund oben von Blase  keine Wiederholung */
	background: url('../images/bubble_breit.png') no-repeat 50% top;
}
a.tt:hover span.middle{
	display: block;
	padding: 0 8px;
	/* Hintergrund in der Mitte wird wiederholt */
	background: url('../images/bubble_filler_breit.png') 50% bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding: 3px 8px 10px;
	color: #548912;
	/* Hintergrund unten von Blase keine Wiederholung */
	background: url('../images/bubble_breit.png') no-repeat 50% bottom;
}





#seiterechts {
	position: absolute;
	left: 800px;
	top: 225px;
	width: 160px;
	min-height: 600px;
	z-index: 1;
	background-color: #f7fff7;
	border-left: 10px solid #f7fff7;
	border-right: 10px solid #f7fff7;
	text-align: left;
}
#status {
	position: absolute;
	left: 765px;
	top: 10px;
	width: 175px;
	z-index: 10000;
	background-color: #f7fff7;
	border-left: 10px solid #f7fff7;
	border-right: 10px solid #f7fff7;
	color: #eb1010;
	text-align: center;
	font: 13px Arial;
}/*Anzeige!*/
#anzeigen {
	position: absolute;
	left: 800px;
	top: 92px;
	width: 160px;
	height: 20px;
	z-index: 1;
	background-color: #f7fff7;
	border-left: 10px solid #f7fff7;
	border-right: 10px solid #f7fff7;
	color: #0F1E46;
	text-align: center;
	font: 10px Arial;
}

#logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 870px;
	height: 80px;
	z-index: 1;
	background-repeat: no-repeat;
}
#mitte {
	position: relative;
	left: 0px;
	width: 880px;
	z-index: 1;
	overflow: visible;
	border-left: 15px solid #f7fff7;
	background-color: #f7fff7;
}


	#navigation {
		position: absolute;
		left: 0px;
		width: 160px;
		z-index: 1;
		background-color: #f7fff7;
		text-align: left;
		vertical-align: top;
	}
	#oben {
	position: relative;
	width: 710px;
	height: 23px;
	z-index: 1;
	background: url(../images/header.png) repeat top left;
	left: 80px;
	top: 0px;
	font: normal 13px Arial;
	color: #f7fff7;

	}

	
	#inhaltaussen {
		position: relative;
		left: 80px;
		top: 5px;
		width: 710px;
		z-index: 1;
		background: url(../images/hintergrund7.jpg) repeat top left;
		min-height: 420px;
		text-align: left;		
	}
		#inhaltinnen {
		position: relative;
		left: 20px;
		top: 0px;
		width: 670px;
		z-index: 2;
		border-bottom: 20px;
		border-right: 20px;
		min-height: 270px;
		padding-top: 20px;
		padding-bottom: 45px;
		}

	/*[id] anh&auml;ngen f&uuml;rwingnovators Sachen, die IE nicht verstehen soll
	#inhalt[id] {
		border-bottom: 16px solid #ffffff;
	}*/

#unten {
	position: relative;
	width: 710px;
	height: 23px;
	z-index: 1;
	background: url(../images/header.png) repeat top left;
	left: 80px;
	top: 0px;
	font: normal 13px Arial;
	color: #f7fff7;
	border-top: 5px solid #f7fff7;
}
		#bottom_dku {
			position: absolute;
			top: 25px;
			left: 140px;
			font-size: 13px;
		}
