html{
font-size: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	scrollbar-base-color: menu;
	scrollbar-face-color: #FFF7E6;
	scrollbar-track-color: #fffff0;
	background-color: #feffef;
	scrollbar-arrow-color: Black;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-darkshadow-color: #DEB887;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: Gray;
}

*
{
	font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 18px;
}

A:LINK {
	color: Blue;
	font-weight: bold;
}

A:VISITED {
	color: #9400D3;
	font-weight: bold;
}

A:HOVER {
	color: Red;
	background-color: #ffff99;
	padding: 0px;
	font-weight: bold;
}
	
A:ACTIVE {
	color : Red;
	font-weight : bold;
}

tt
{
	font-family: courier,monospace;
	font-size: 10px;
	}	


h5
{
	font-size: 16px;
	font-weight: bold;
	text-align : center;
}

h6
{
	font-size: 16px;
	font-weight: bold;
}
h4
{
	font-size: 18px;
	font-weight: bold;
	text-align : center;
}

h3
{
	font-size: 24px;
	font-weight:bold;
	text-align : center;
}

.kapitel
{
	font-size: 16px;
	font-weight: bold;
	line-height: 200%;
}
	
	.subkapitel
{
   font-size: 14px;
	font-weight: bold;
	}


.dugo
{
	color: #003333;
}





.kleinrot {
	font-size: 10px;
	font-weight: bold;
	color: Red;
	line-height: 100%;
}

.klein {
	font-size : 10px;
	font-weight : bold;
	line-height: 100%;
}

.kleinnormal {
	font-size : 10px;
	line-height: 100%;
}

.hidden { display:none; }

.dubutton
{
	background-color:#FFFCF9;
	color:#000000;
	width: 155px;
	border: 2px outset Gray;
	font-weight : bold;
	text-align : center;
	padding : 3px;
	font-variant : small-caps;
	font-size : 12px;
}

.button
{
	background-color: #deb887;
	color: #000000;
	width: 140px;
	border: 2px outset Gray;
	text-align: center;
	padding: 1px;
	font-size: 12px;
}

.rahmen {
	border: 8px outset #cc3333;
	}



	  
form.select 
{
	width: 150px;
}


.initial
{
	font-size: 22px;
	color: #cc0000;
	float: left;
	margin: -6px 0px 0px 0px;
}

a.info{
	position: relative; /*this is the key*/
	z-index: 24;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}

a.info:hover{
	z-index: 25;
	background-color: #FFFFF0;
}

a.info span{display: none}

a.info:hover span{
	/*the span will display just on :hover state*/
	display: block;
	top: 20px;
	left: -10px;
	width: 180px;
	border: 1px solid #4A0000;
	background-color: #ffffcc;
	color: #4A0000;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	position: absolute;
}

