body {
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #cdcdcd; 
	SCROLLBAR-SHADOW-COLOR: #cdcdcd; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #cdcdcd; 
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	margin: 0px;
	overflow: auto;
	color: black;
}


h1 {
	font-size:20px; 
	font-weight:bold; 
	font-family:Arial, sans-serif;
}

h2 {
	font-size:18px; 
	font-weight:bold; 
	font-family:Arial, sans-serif;
}

h3 {
	font-size:16px; 
	font-weight:bold; 
	font-family:Arial, sans-serif;
	font-style: italic;
}

h4 {
	font-size:13px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

.heighttable {
	height: 100%;
}

.eingabe_klein {
	border: 1px solid red;
	width: 25px;
}

.eingabe_lang {
	border: 1px solid black;
	width: 400px;
}

.eingabe_lang_error {
	border: 1px solid black;
	background-color : #F7C9C9;
	width : 400px;
}

.menu {
	margin-top:20px;
	border: 0px;
	border-right:1px solid black;
	border-top:1px solid black;
	background-color:  #FFFACD;
	width:150px;
}

.button {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: black;	
}

.button1 {	
	font-size: 1px;
	width:  25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(./bilder/button1.gif);
}

.button2 {	
	font-size: 1px;
	width:  25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(./bilder/button2.gif);
}

.logo {
	height:120px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(./bilder/logo.gif);
}

.clDivs {
	position:relative;
	left:0px;
	font-size:40px; 
	font-weight:bold; 
	font-family:Arial, sans-serif;
	color:black; 
	visibility:hidden;
} 


.ol {
	width:  11px;
	height: 11px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url(./bilder/ol.gif);
}

.oml {
	width:  15px;
	height: 11px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url(./bilder/oml.gif);
}

.om {
	height: 11px;
	font-size: 1px;
	background-repeat: repeat-x;
	background-image: url(./bilder/om.gif);
}

.omr {
	width:  15px;
	height: 11px;
	font-size: 1px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(./bilder/omr.gif);
}

.or {
	width:  11px;
	height: 11px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url(./bilder/or.gif);
}

.lo {
	width:  11px;
	height: 15px;
	font-size: 1px;
	background-repeat: repeat-x;
	background-image: url(./bilder/lo.gif);
}

.ro {
	width:  11px;
	height: 15px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url(./bilder/ro.gif);
}

.l {
	width:  11px;
	font-size: 1px;
	background-repeat: repeat-y;
	background-image: url(./bilder/l.gif);
}

.r {
	width:  11px;
	font-size: 1px;
	background-repeat: repeat-y;
	background-image: url(./bilder/r.gif);
}

.lu {
	width:  11px;
	height: 15px;
	font-size: 1px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(./bilder/lu.gif);
}

.ru {
	width:  11px;
	height: 15px;
	font-size: 1px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(./bilder/ru.gif);
}

.ul {
	width:  11px;
	height: 11px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url(./bilder/ul.gif);
}

.uml {
	width:  15px;
	height: 11px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url(./bilder/uml.gif);
}

.um {
	height: 11px;
	font-size: 1px;
	background-repeat: repeat-x;
	background-image: url(./bilder/um.gif);
}

.umr {
	width:  15px;
	height: 11px;
	font-size: 1px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(./bilder/umr.gif);
}

.ur {
	width:  11px;
	height: 11px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url(./bilder/ur.gif);
}

.footer {
	border: 0px;
	border-top:1px solid black;
	font-size:8pt;
}