/* Allgemeine StyleSheets */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFD680;
}
table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #003399;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
}

/* Mainbody */

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
        font-size: 18px;

}

/* Main Menu(s) */

a.mainlevel {
	
	font-weight:bold;
	color:#000000;
	padding-left: 10px;
	width: 239px;
	display: block;
	line-height: 25px;
	margin:inherit;
	text-decoration: none;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 239px;
	margin-bottom: 2px
}

html>body a.mainlevel {width:239px;} /* Opera5-Fix-fix ;-) */

a.mainlevel:hover, a.mainlevel#active_menu {
background: #F1F1F1;
text-decoration: none;
}

a.sublevel {
	margin:inherit; 
	color:#000000;
	padding-left: 5px;
	width: 220x;
	display:block;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 220px;
	border-left: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
	margin-bottom: 2px
}

html>body a.sublevel {
	width:220px;} /* Opera5-Fix-fix ;-) */

a.sublevel:hover, a.sublevel#active_menu {
	background: #F1F1F1;
	text-decoration: none;
	/*padding-left: 5px;	
	width: 220px;
	voice-family:"\"}\""; /* Box Model fix */
	/*voice-family:inherit;
	width: 220px;
	border-left: 4px solid #CC9966;
	margin-bottom: 2px*/
}

html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
	width: 220px;
}

table.moduletable th {
	/*background-color:#CC9966;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	line-height: 25px;
	text-align:left;
	font-size: 1em;
} 

/* ComponentenStyleSheets */

.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	font-size: 1em;
}

/*  StyleSheetsClasses */

.body {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
    background-color: #FF6666;
}
.modultable {
	background-color:#CC9966;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	line-height:25px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
}

.linie-h {
	background-image: url(../images/linie-h.jpg);
}
.linie-v {
	background-image: url(../images/linie-v.jpg);
}