body {
	background-color: #F2F2F2;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
}
td, div, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0082CB;
	text-decoration: none;
}
.nav_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0082CB;
	text-decoration: none;
}
.nav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	vertical-align: text-top;
}
.nav2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0082CB;
	text-decoration: none;
}
.nav2_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0082CB;
	text-decoration: none;
}
p.nav {
	font-weight: bold;
	border-top: 1px dashed #999999;
	padding: 5px;
	margin: 0px;
	color: #999999;
}
td.start {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #CFD6E6;*/
	text-indent: 10px;
	/*filter:Alpha(opacity=100, finishopacity=10, style=1, startx=0, starty=0, finishx=100, finishy=100);*/
	/*filter:Alpha(opacity=90, finishopacity=60, style=1);*/
}
td.Titel {
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.LinkHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.LinkHeader:hover {
	text-decoration: underline;
}
.LinkSpez {
	cursor: pointer;
}
.Preview {
	font-size: 15px;
	font-weight: bold;
	color: red;
}
.TextareaPflicht {
	width: 450px;
	height: 150px;
	background-color: #DBE0EC;
	border: 1px solid #999999;
}
.Textarea {
	width: 250px;
	height: 150px;
	border: 1px solid #999999;
}
.InputPlicht {
	width: 250px;
	height: 18px;
	background-color: #DBE0EC;
	border: 1px solid #999999;
}
.Input {
	width: 250px;
	height: 18px;
	border: 1px solid #999999;
}
.InputMittel {
	width: 195px;
	height: 18px;
	border: 1px solid #999999;
}
.InputKurz {
	width: 51px;
	height: 18px;
	border: 1px solid #999999;
}
.InputSubmit {
	width: 250px;
	height: 18px;
	background-color: #0082CB;
	border: 1px solid #0082CB;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
a {
	color: #0082CB;
	text-decoration: none;
}
a:hover {
	color: #0082CB;
	text-decoration: underline;
}
