body {
	font-size: 14px;
	font-family: Georgia, Constantia, "Times New Roman", Times, serif;
	color: black;
	line-height: 150%;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #cdcccc;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pics/back.gif);
	background-repeat: repeat-y;
	scrollbar-face-color: #E2dace;
	scrollbar-track-color: Ivory;
	scrollbar-arrow-color: Black;
	scrollbar-darkshadow-color: #DEB887;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: Gray;
	letter-spacing: normal;
   -webkit-hyphens:auto; -moz-hyphens:auto; -ms-hyphens:auto; hyphens:auto;
}


a {
	text-decoration: none;
}

A:LINK {
	color: Blue;
	font-weight: bold;
}

A:VISITED {
	color: #9400D3;
	font-weight: bold;
}

A:HOVER {
	color: Red;
	background-color: #ffff99;
   font-weight: bold;
}
	
A:ACTIVE {
	color : Red;
	font-weight : bold;
}

h3
{
	font-size: 24px;
	font-weight:bold;
	text-align : center;
}

h4
{
	font-size: 18px;
	font-weight: bold;
	text-align : center;
}

h5
{
	font-size: 16px;
	font-weight: bold;
	text-align : center;
}


h6
{
	font-size: 16px;
	font-weight: bold;
}

.kapitel
{
	font-size: 16px;
	font-weight: bold;
	line-height: 300%;
}
	
.subkapitel
{
   font-size: 14px;
	font-weight: bold;
	}

.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;
}

a.info{
	position: relative; /*this is the key*/
	z-index: 24;
	color: red;
	text-decoration: none;
	cursor: hand;
	font-size:11px;
	}

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: 130px;
	border: 1px solid #4A0000;
	background-color: #ffffcc;
	color: #4A0000;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	position: absolute;
	font-size:11px;
	line-height:100%;
}

.infobox {
	border-color: Silver;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
	background-color: #FFFACD;
}

div {
	text-indent: 10px;
	margin-bottom: 7px;
}


div p{
   moz-hyphens: auto;
   o-hyphens: auto;
   webkit-hyphens: auto;
   ms-hyphens: auto;
   hyphens: auto;
}

p{
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}