/* CSS Document */
/* tag formate */

html, body, td, tr, th, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFCC66;
}
h1 {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}
span {
     color: black;
     background-color: white;
     text-decoration: none;
     padding: 10px;
	 border-top:2px solid gray;
     border-right:2px solid black;
     border-bottom:2px solid black;
     border-left:2px solid gray;
}
a:hover {
     color: white;
     background-color: black;
	text-decoration: none;
	}

a.tooltip span {
     display:none;
}

a.tooltip:hover span {
	 width:500px;
	 display: block;
     position: fixed;
     top: 0px;
     left:450px;
}
a.tooltip:hover {
     color: white;
}
a.tooltip {
     position: relative;
}
/* class formate */
.label {
	font-weight: bold;
}

.tooltip {
     cursor: pointer;     
     text-decoration: none;
}
.Stil1 {
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}
.Stil2 {
	font-size: 14px;
	font-weight: bold;
}
.Stil3 {
	font-size: 18px;
	color: #FF0000;
}
.Stil4 {
	font-size: 18px;
	 color: #00FF00; 
	 font-weight: bold; 
}

/* id formate */
#freebox a {
text-decoration:none;
text-align:center;
}
#headline {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 800px;
	height: 160px;
	background-image:  url("../images/headline6.jpg");
}
#navigator {
	position: absolute;
	top: 181px;
	left: 20px;
	width: 120px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	/*overflow: hidden;*/
}
#navigator td {
	height:40px;
}
#navigator a {
     text-decoration: none;
	color: #FFFFFF;
}
#homeinfobody {
	position: absolute;
	top: 181px;
	left: 20px;
	width: 800px;
}
#infobody {
	position: absolute;
	top: 190px;
	left: 181px;
	width: 640px;
	/*padding: 10px 40px 10px 20px;*/
}
#hometab a {
	text-decoration:none;
}

