body {
	background-image:url(grafiken/background.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}
a:link {
	color: #03F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #03F;
}

.Suche {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 18px;
}

.Normal {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 18px;
		text-align: justify;
}
.Normal_weiss {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 18px;
		text-align:justify;
		color: #FFFFFF;
}

.Tabelle_1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #0066BB;
}
.Tabelle_2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px; font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #000000;
        background-color: #6fc1fd;
}
.Tabelle_3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px; font-style: normal;
        line-height: normal;
        font-weight: bold;
        background-color: #CCCCCC;
        border: black;
}

.Uberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-size: 34px;
}
.Uberschrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
}
.Uberschrift3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}


#thumb {
	padding: 7px 7px 7px 7px;
	margin:  0px 0px 0px 0px;
	float:left;
	display:block;
	text-align:center;
	border-color:#99d4ff;
	border-width: 2px;
	border-style: solid;
}
#thumb img {
	border:hidden;
}
#thumb:hover {
	background:#DDEEFF;
	border-color:#0066BB;
}

#px {
	padding: 2px 16px 2px 16px;
	margin:  0px 0px 0px 0px;
	float:right;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color: #000000;
	border-color:#FFF;
	border-width: 1px;
	border-style: solid;
}
#px a {
	text-decoration: none;
	color: #000000;
}
#px:hover {
	background:#DDEEFF;
	border-color:#0066BB;
}
