@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #DADADA;
	margin-left: 0px;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 23px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.logo {
	margin-top: 16px;
	margin-left: 52px;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: underline;
	color: #0000CC;
}


a:active, a:focus {outline: none}
p {
	margin: 0px;
}
.box1a {
	background-image: url(images/box1_a.png);
	background-repeat: repeat-x;
}
.box1b {
	background-image: url(images/box1_b.png);
	background-repeat: repeat-y;
}
.box1c {
	background-image: url(images/box1_c.png);
	background-repeat: repeat-y;
}
.box1d {
	background-image: url(images/box1_d.png);
	background-repeat: repeat-x;
}
.weiss {
	background-color: #FFF;
}
.schwarz {
	background-color: #000;
	font-size: 10px;
	color: #FFF;
}

.orange {
	background-color: #FA9117;
}
.grau1 {
	background-color: #EFEFEF;
	font-size: 10px;
	font-weight: bold;
}
.grau1 a {
	color: #333;
	text-decoration: none;
}
.grau1 a:hover {
	text-decoration: underline;
}
.grau2 {
	background-color: #CFCFCF;
	font-size: 10px;
}
.grau2 a {
	color: #333;
	text-decoration: none;
}
.grau2 a:hover {
	text-decoration: underline;
}
.grau3 {
	background-color: #404040;
	font-size: 10px;
	color: #FFF;
}
.grau3 a {
	color: #FFF;
	text-decoration: none;
}
.grau3 a:hover {
	text-decoration: underline;
}
.naviback {
	background-image: url(images/navi_back.jpg);
	background-repeat: no-repeat;
}
.fontwide {
	letter-spacing: 7px;
	font-weight: bold;
	font-size: 11px;
}
.fonthead {
	font-size: 16px;
	font-weight: bold;
}
.fontgr {
	font-size: 14px;
	font-weight: bold;
}
.fontkl {
	font-size: 10px;
	color: #FFF;
	padding-right: 12px;
}
.fontkl2 {
	font-size: 10px;
}


.info1 {
	padding-bottom: 15px;
	padding-right: 15px;
	font-weight: bold;
	width: 100px;
}
.info2 {
	padding-bottom: 15px;
}
.trans {
	opacity:0.4;filter:alpha(opacity=40);
}
.bild {
	margin-right: 10px;
	float: left;
}

