﻿body {
	background-position: right top;
	background-color: #FFFFCB;
	font-family: Verdana;
	font-size: 14px;
	color: #000099;
	list-style-image: url('images/Listenpunkt.gif');
	background-image: url('images/hintergrund.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
h1 {
	color: #000099;
	font-size: 16px;
	font-family: Tahoma;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
hr {
	color: #000099;
	height: 1px;
}
#header {
	position: absolute;
	width: 350px;
	height: 15px;
	top: 102px;
	left: 250px;
	color: #FFFFFF;
	text-decoration: none;
}
#header a{
	color: #FFFFFF;
	text-decoration: none;
}
table {
	font-size: 14px;
}
.bild {
	border: 1px double #000099;
	padding: 0px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
}
li {
	padding: 3px 5px 5px 15px;
	list-style-image: url('images/Listenpunkt.gif');
}
.personaltable {
	width: 620px;
	border: 1px solid #000099;
	padding: 10px;
	margin: 10px;
}
a:link {
	color: #000099;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #000099;
}
/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 10;
left: -200;
width: 500px;
z-index: 100;
color: #FFFFFF;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid  #000096;
padding: 2px 10px 2px 10px;
background:  #6684CC;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}

