body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #424651;
	margin: 0px;
	background: #DDF0F9 url(../img/bgr.jpg) repeat-x;
}

hr {
	border: 1px solid #DCE2E9;
	height: 1px;
}

img {
	border: 0px;
}

a {
	color: #041A36;
	font-weight: bold;
}

h1 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 22px;
}

h2 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 18px;
}

h3 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 16px;
}

input.text {
	background: url(../img/input_bgr.png) no-repeat;
	height: 25px;
	width: 195px;
	border: none;
	margin:6px 3px 0 0;
	padding:6px 0 0 5px;
}

input.text:hover {
	opacity:0.8;
	filter:alpha(opacity:80);
}

input.submit {
	background: url(../img/submit_bgr.png) no-repeat;
	height: 30px;
	width: 155px;
	border: none;
	cursor: pointer;
	margin:5px 0 0 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
}

input.submit:hover {
	opacity:0.8;
	filter:alpha(opacity:80);
}


a.button {
	background: url(../img/button_bgr.png) no-repeat;
	text-align:center;
	display:block;
	width:195px;
	_width:195px;
	min-width:195px
	border: none;
	cursor: pointer;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	padding:8px 3px 10px;
	position:relative;
	left:1px;
	top:1px;
}

a.button:hover {
	opacity:0.8;
	filter:alpha(opacity:80);
}


.navi {
	font-weight: bold;
	text-decoration: none;
}

.suchbox {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

.msg {
	color: #006600;
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #CCCCCC;
	width: 400px;
}

.box {
	float: left;
	text-align: center;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.glas {
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

.footer {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

.videotitle {
	font-size: 11px;
	font-weight: bold;
}

div.error {
	color: #CC0000;
	background: #FFF2F2;
	padding: 10px;
	border: 1px solid #CC0000;
	margin: 10px;
}

a.question {
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

div.question {
	display: none;
	background: #F1F6FB;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.textbox {
	background: #F1F6FB;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.gebiete {
	text-align: left;
	background: #F4FAFD;
	padding: 7px;
	border: 1px solid #CCCCCC;
}
