/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background: #ccffff url(../img/design/balkendunkelblau.jpg) repeat-y;
}

td {
	font-size: 12px;
}

#navigation {
	position: absolute;
	text-align: left;
	left: 52px;
	top: 150px;
	width: 132px;
	height: auto;
	overflow: auto;
	z-index: 5;
}

#text {
	position: absolute;
	left: 250px;
	top: 151px;
	width: 340px;
	height: auto;
	z-index: 10;
}

#bildercontainer {
	position: absolute;
	left: 610px;
	top: 151px;
	width: 310px;
	height: 500px;
	text-align: left;
	z-index: 15;
	overflow: hidden;
}

#bilder {
	position: relative;
	width: 310px;
	height: auto;
	text-align: right;
}

#label {
	position: absolute;
	left: 827px;
	top: 30px;
	width: 123px;
	height: 57px;
	z-index: 15;
	background: url(../img/design/labelklein.jpg) no-repeat;
}

#labelformular {
	position: absolute;
	width: 123px;
	height: 57;
	left: 61px;
	top: 35px;
	z-index: 20;
}

#scrollBar{
	position:absolute;
	display: none;
	left: 928px;
	top: 618px;
	width:25px;
	height:33px;
	z-index:110;
	right: 10px;
	bottom: 0px;
	overflow: hidden;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #F8B551;
}

a:hover {
	text-decoration: none;
	color: #99CCCC;
}

.textfett {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

a.tooltip{
	position: relative;
	z-index: 20; 
	color: #F8B551;
	text-decoration: none;
}

a.tooltip:hover{
	z-index: 25;
	color: #99CCCC;
}

a.tooltip span{	/* Span Element nicht anzeigen */
	display: none;
}

a.tooltip:hover span{ /* Span Element nur angezeigt beim Ueberfahren mit der Maus */
	/*background: #505050; /* Hintergrundbild */
	display: block;	 /* macht aus dem Inlineelement ein Blockelement */
	position: absolute;
	top: -3px; /* abstand von oben */
	left: 1.0em; /* abstand von links */
	width: auto;	 /* breite */
	padding: 3px 7px;	 /* Innenabstand */
	/*border: 1px solid #ccc;	 /* Rahmenfarbe */
	color: #F8B551;	 /* Textfarbe */
	text-decoration: none;
	text-align: left;	 /* Textausrichtung */
}

a.tooltip:hover span strong{
	color: #AC93C8;	
}

