/* schriftstil, abstände */
body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #666666;
	background-color: #f1f1f1;
}
table, tr, td {
	color: #666666;
	font: normal 14px/18px  georgia, verdana, times, serif;
}

body {

}
/* grundlayout*/
.inhalt {
	background-color: #ffffff;
}
.leisteun {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
}
.logo {
	color: #666666;
	height: 150px;
	background: #ffffff url("../images/Text5.jpg") no-repeat 100% 0%;
	}
.hpname {
	color: #666666;
	letter-spacing: 4px
}
ul {
	list-style-type: circle;
}
.point1 {
	border: solid 1px black;
	background-color: #7095dc
}
.point2 {
	border: solid 1px black;
	background-color: #CCDAF2
}
.point3 {
	border: solid 1px black;
	background-color: #ffffff
}
/* menue oben */
#menu2 a , #menu2 a:visited , #menu2 a:active {
	display: block;
	background-color: #FFFFFF;
	color: #666666;
	background-image: url("../images/button5.gif");
	text-decoration: none;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 110px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: georgia, verdana, times, serif;
}
#menu2 a:hover {
	color: #666666;
	background-image: url("../images/button6.gif");
	text-decoration: none;
}
/* allgemeine links im text */
a:link, a:visited, a:active {
	font: normal 12px/18px georgia, verdana, times, serif;
	text-decoration: underline;
	color: #000000
}
a:hover {
	font: normal 12px/18px georgia, verdana, times, serif;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #FF0000;
}
