/* - CSS GRUNDELEMENTE - */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	}
 
html {
	width: 100%;
	height: 100%;
	background: #cccccc url('/pics/bground.gif') top repeat-x;
	text-align: center;
	overflow-y: scroll;
	}

body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 16px;
	color: #404040; 
	font-family: "Helvetica" , "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;
	}

td {
	font-size: 13px;
	line-height: 18px;
	font-family: "Helvetica" , "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	}

ul {
	margin: 0px;
	padding: 0px;
	}

li {
	list-style: none;
	}

form {
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}

a, a:hover {
	outline: none;
	text-decoration: none;
	}

div.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
	}

/* - WRAPPER - */

div#wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;
	}

/* - HEADER - */

div#header {
	width: 960px;
	height: 90px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;
	}

div#header a.logo {
	position: absolute;
	left: 0px;
	top: 3px;
	}


div#header div.nav {
	width: 550px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 150px;
	}

div#header div.nav h1 {
	color: #757098;
	margin: 0px;
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	}

div#header div.nav form select{
	margin: 10px 0px 0px 0px;
	font-family: "Arial";
	font-size: 12px;
	padding: 2px;
	}

div#header div.profil {
	width: 250px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 0px;
	text-align: right;
	}

div#header div.profil h1 {
	color: #404040;
	margin: 0px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	}

div#header div.profil h2 {
	color: #666666;
	margin: 0px;
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	}

div#header div.profil h2 a {
	color: #666666;
	text-decoration: none;
	}

div#header div.profil h2 a:hover {
	color: #666666;
	border-bottom: 2px solid #666666;
	}

div#header div.profil h2 a.active{
	color: #666666;
	border-bottom: 2px solid #757098;
	}

/* - CONTENT - */

div#content {
	width: 960px;
	min-height: 200px;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	position: relative;
	text-align: left;
	}

/* - CONTENT : MAIN - */

div#content div#main {
	width: 730px;
	/* overflow: hidden; */
	margin: 0px 10px 0px 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
	}

div#content div#main div.box {
	width: 730px;
	}

div#content div#main div.box div.list-1, div#content div#main div.box div.list-2, div#content div#main div.box div.list-4 {
	width: 730px;
	padding: 1px 0px 2px 10px;
	position: relative;
	}

div#content div#main div.box div.list-1 p, div#content div#main div.box div.list-2 p, div#content div#main div.box div.list-4 p {
	margin: 0px;
	font-size: 12px;
	color: #404040;
	}

div#content div#main div.box div.list-1 p span, div#content div#main div.box div.list-2 p span, div#content div#main div.box div.list-4 p span {
	color: #666666;
	}

/* - CONTENT : RIGHT - */

div#content div#right {
	width: 220px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
	}

div#content div#right div.box {
	width: 220px;
	}

/* - CONTENT : Allgemeine Stylesheet Verwendungen - */

div#content div.box {
	margin: 0px 0px 10px 0px;
	border: 1px solid #757098;
	background-color: #ffffff;
	}

div#content div.box h3 {
	margin: 5px 0px 5px 10px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	}
	
div#content div.box div.text {
	padding: 0px 10px 5px 10px;
	}

div#content div.box div.list-1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
	background: #eff2f5 url('/pics/list-1-fixed-bg.gif') bottom repeat-x;
	}

div#content div.box div.list-2 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	background: #ffffff;
	}
	
div#content div.box div.list-3 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	background: #ffdddd;
	}

div#content div.box div.list-4 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	background: #ffffcc;
	}

div#content div.box td {
	font-size:12px;
	line-height:14px;
	}

div#content div.box table {
	border-top: 1px solid #e0e0e0;
	}

div#content div.box table.nobr {
	white-space: nowrap;
	}

div#content div.box td.gray {
	color: #808080;
	}

div#content div.box td.list-h {
	border-bottom: 1px solid #e0e0e0;
	background: #ffffff;
	color: #808080;
	font-size: 10px;
	padding:2px 8px 2px 2px;
	}

div#content div.box td.list-1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
	background: #eeeeee url('/pics/list-1-fixed-bg.gif') bottom repeat-x;
	padding:2px 8px 2px 2px;
	}

div#content div.box td.list-2 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	background: #ffffff;
	padding:2px 8px 2px 2px;
	}

div#content div.box td.list-3 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	background: #ffdddd url('/pics/list-1-fixed-bg.gif') bottom repeat-x;
	padding:2px 8px 2px 2px;
	}

div#content div.box td.list-4 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	background: #ffffcc url('/pics/list-1-fixed-bg.gif') bottom repeat-x;
	padding:2px 8px 2px 2px;
	}

div#content div.box td.list-5 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	background: #ddffdd url('/pics/list-1-fixed-bg.gif') bottom repeat-x;
	padding:2px 8px 2px 2px;
	}

div#content div.box div.text p {
	padding-top:3px;
	padding-bottom:3px;
	}

div#content div.box a {
	text-decoration: none;
	color: #757098;
	}

div#content div.box a:hover {
	text-decoration: underline;
	}

div#main div.box h2 {
	font-size:13px;
	padding-top:10px;
	padding-bottom:10px;
	}

#content div#caresult, #content div#crresult {
	position:relative;
	top:1px;
	border:1px solid #979ca2;
	width:302px;
	z-index:999;
	background:#ffffff;
	display:none;
	padding:0px;
	}

#content #caresult a, #content #caresult a:hover, #content #caresult a:visited, #content #caresult a:active,
#content #crresult a, #content #crresult a:hover, #content #crresult a:visited, #content #crresult a:active
	{
	color:#686B6E;
	text-decoration: none;
	}

/* - NX STUFF - */
	
.form {
	width: 250px;
	background: #f5f5f5;
	border: 1px solid #979ca2;
	font-size: 12px;
	color: #727272;
	}

.formw {
	width: 250px;
	background: #ffffff;
	border: 1px solid #979ca2;
	font-size: 12px;
	color: #727272;
	}

.forms {
	background: #f5f5f5;
	border: 1px solid #979ca2;
	font-size: 12px;
	height: 17px;
	color: #727272;
	}

.formdisabled {
	width: 250px;
	background: #f5f5f5;
	border: 1px solid #979ca2;
	font-size: 12px;
	color: #aaaaaa;
	}

.formred {
	width: 250px;
	background: #ffdddd;
	border: 1px solid #979ca2;
	font-size: 12px;
	color: #727272;
	}

.formorange {
	width: 250px;
	background: #ffddcc;
	border: 1px solid #979ca2;
	font-size: 12px;
	color: #727272;
	}

.formgreen {
	width: 250px;
	background: #eeffee;
	border: 1px solid #979ca2;
	font-size: 12px;
	color: #727272;
	}

.formsred {
	background: #ffdddd;
	border: 1px solid #979ca2;
	font-size: 12px;
	height: 18px;
	color: #727272;
	}

.formsubmit {
	background: #bbbbbb;
	border: 1px solid #979ca2;
	font-size: 12px;
	color: #ffffff;
	margin-top:5px;
	}
	
.formsubmitred {
	background: #bbbbbb;
	border: 1px solid #979ca2;
	font-size: 12px;
	color: #ff0000;
	margin-top:5px;
	}

.alerttext {
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
	}
	
.graybox {
	background: #f4f4f4;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	font-size:12px;
	} 

.graybox h4 {
	margin-bottom:5px;
	font-size:13px;
	}

.graytext {
	color: #aaaaaa;
	} 

.forumbox {
	border: 1px solid #aaaaaa;
	background: #e3edf3;
	padding: 5px;
	margin: 1px 10px 5px 0px;
	font-size:11px;
	} 

.graybg {
	background-color: #f4f4f4;
	}

.newsimage {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #aaaaaa;
	padding: 1px;
	}
	
.autologin {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; background: #ffffff; padding: 1px; border: 1px solid #808080;}

.line {
	border-width: 1px 0px 0 0;
	border-style: solid;
	border-color:#e0e0e0;
	margin: 5px 0px 5px 0px;
	}


.pagination{
	text-align:center;
	}
.pagination span{
	display:block;
	float:left;
	font-size:11px;
	line-height:14px;
	margin-right: 4px;
	}
.pagination span a{
	background-color:#ffffff;
	border:1px solid #e0e0e0;
	display:block;
	padding:0px 4px 0px 4px;
	}
.pagination span a:hover, .pagination span a:active{
	border:1px solid #aaaaaa;
	background-color:#ffffff;
	}
.pagination span.aktuell{
	background-color: #bfe0f2;
	border:1px solid #bfe0f2;
	color:#404040;
	padding:0px 4px 0px 4px;
	font-weight:bold;
	}
.pagination span.disabled{
	background-color: #ffffff;
	border:1px solid #e0e0e0;
	color:#aaaaaa;
	padding:0px 4px 0px 4px;
	}
	
.bulletlist {
	margin:20px;
	padding: 10px;
	type: bullet;
	}

.textsgray {
	font-size:11px;
	color: #808080
	}
	
hr {
	color: #ffffff;
	background-color: #ffffff;
	border: 1px dotted #808080;
	border-style: none none dotted none;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.listtitle {
	font-size:13px;
	padding-bottom:3px
	}