/* Global Styles */

body {
	background-image: url(../grafik/back.jpg);
	background-repeat: repeat;
	background-color: #ffffcc;
}
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #004F35;
}
a:link {
	color: #004F35;
	text-decoration: none;
}
a:visited {
	color: #004F35;
	text-decoration: none;
}
a:active {
	color: #004F35;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

.Stil2 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #004F35;
	letter-spacing: 3px;
	line-height: 140%;
	font-style: italic;
}

.Stil3 {
	font-size: 14px;
	text-align: center;
	line-height: 140%;
}

.Stil5 {
	font-size: 15px;
	font-weight: bold;
	color: #004F35;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
}

.Stil6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* ID Styles */

#navigation td {
	border-bottom: 0px solid #C0DFFD;
	}
	
#navigation a {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #004F35;
	line-height:16px;
	letter-spacing:.0,8em;
	text-decoration: none;
	display:block;
	padding:12px 12px 10px 8px;
	background: url("../ksh-team/mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #96CA8E url("../ksh-team/mm_arrow.gif") 16px 45% no-repeat;
	color:#FF6600;
	}

#apInhalt2 {
	position:absolute;
	left:220px;
	top:40px;
	width:700px;
	height:500px;
	line-height: 100%;
	z-index:1;
}

#apAuswahl1 {
	position:fixed;
	left:15px;
	top:30px;
	width:180px;
	height:400px;
	z-index:1;
}
	
/* Class Styles */
	
.bodyText {
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#004F35;
	line-height:18px;
	margin-top:0px;
	}
	

html, body {
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #cccccc;
	scrollbar-track-color: #cccccc;
	scrollbar-face-color: #dbdbdb;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	}

[if gte IE 6]>
<style type="text/css">
html {overflow-x:hidden;}
body {
	margin-right:28px;
	height: 50px;
	width: 700px;
}
</style>
