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

body {
	background-color:#3F3F3F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	cursor:default;
	}
a {text-decoration:none;}
a:link {color:#FFC;}
a:visited {color:#FFC;}
a:focus {color:#FFC;}
a:hover {color:#00296e;}
a:active {color:#FFC;}
.main {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}
.top_left {
	width:335px;
	height:161px;
	float:left;
	}
.top_right {
	width:415px;
	height:96px;
	padding-top:65px;
	padding-right:10px;
	background-image:url(images/bg.jpg);
	text-align:right;
	font-size:10px;
	float:left;
	}
.title_left {
	width:10px;
	height:60px;
	background-color:#4cb114;
	float:left;
	}
.title_right {
	width:745px;
	height:60px;
	background-color:#333;
	font-size:18px;
	font-weight:900;
	line-height:60px;
	padding-left:5px;
	float:left;
	}
.big {
	width:760px;
	background-color:#666;
	float:left;
	}
.menu {
	width:120px;
	background-color:#666;
	padding:10px 0px 10px 10px;
	float:left;
	}
.tab {
	background-color:#555;
	font-weight:900;
	margin:1px;
	padding:5px;
	}
.activetab {
	background-color:#3F3F3F;
	font-weight:900;
	margin:1px;
	padding:5px;
	}
.content {
	width:610px;
	background-color:#666;
	padding:10px;
	float:left;
	}
.pic {
	width:200px;
	height:133px;
	float:right;
	}
table.formular {
	margin-top:10px;
	width:610px;
	border-spacing:1px;
	}
td.formular {
	background-color:#555;
	font-weight:900;
	margin:1px;
	padding:5px;
	}
.eingabe {
	width:350px;
	}
.login {
	vertical-align:middle;
	}
.button {
	cursor:pointer;
	}
.footer {
	clear:both;
	font-size:10px;
	padding:5px;
	}
