@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	padding-top: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #03161a;
	background-image: url(../gfx/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 22px;
	color: #333;

}
#container {
	margin: 0em auto;
	width: 856px;
}
#header {
	width: 856px;
	height: 107px;
	background-image:url(../gfx/header_bg.png);
	background-color: #fff;
}
#navigation {
	padding:0;
	margin:0;
	margin-top: 6px;
	width: 856px;
	height: 258px;
	background-color: #fff;
	background-repeat: no-repeat;
}
#menu {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	background: none;
	float:left;
	width:100px;
	margin:1px;
	margin-left: 0px;
	padding:0;
	text-align:center;
}
#menu li a {
	display:block;
	padding:8px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
}
#menu li a {
	background:url(../gfx/menucell_bg_.jpg) repeat 0 0;
}
#menu li .chosen {
	background-image: none;
	background: #67badb;
	height: 28px;
}
#menu li a:hover, li a:focus, li a:active {
	background-position:50px 0;
}
#content {
	background-image: url(../gfx/bg_content.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	margin-top: 4px;
}
#content #text {
	padding: 12px;
}

a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#credits {
	/* background-image: url(../gfx/top_bdr.png); */
color: #fff;
}
#credits .links {
float: right;
line-height: 28px;
font-size: 85%;
}
#credits .links a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#credits .links a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#verlauf {
	margin: auto;
	width: 942px;
	height: 36px;
	background-repeat: repeat-x;
	background-image: url(../gfx/schatten_unten.png);
}
.teaser {
	display: block; 
	height: 213px;
}
.teaser h2 {
padding-top: 40px;
padding-left: 40px;
	color: #444;
	font-size: 38px;
	margin: 0;
	padding-bottom: 16px;
	line-height: 42px;
}
.boxed {
	color: #444;
	border: solid 1px #ddd;
	padding: 6px;
}
ul, li{
	margin:0;
	padding:0;
	list-style-type:none;
}
li{
	background:url(../gfx/li_disc.png) 2px 11px no-repeat;
	padding: 8px;
	padding-left: 28px;
} 
label {
display: block;
float: left;
	width: 15%;
}
input { margin: 2px; float: left; }
.boxed a {
color: #444;
}
.boxed:hover a {
color: #444;
}
.boxed:hover {
	background: #ff7400;
	color: white;
	border: solid 1px #fff;
	padding: 6px;
}
.column_left {
	width: 48%;
	float:left;
	margin-right: 1%;
}
.column_right {
	width: 48%;
	float:right;
	margin-right: 1%;
}
.clear {
	clear: both;
}
img {
	border: 0;
}

.error {
	margin: 2px;
	padding: 2px;
	color: white;
	width: auto;
}
input.error {
	margin: 2px;
	padding: 2px;
	float: left;
	width: auto;
	color: white;
	background: #ee0000;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #ee0000;
}

#language_selector {
	padding: 15px;
	margin-left: 740px;
	width: 80px;
}
.small {
	font-size: 11px;
}
.apanel td {
	margin: 2px;
	padding: 2px;
	border: solid 1px white;
}
.apanel td:hover {
	margin: 2px;
	padding: 2px;
	border: solid 1px #ccc;
}
