body {
	/*background-image:url(../img/bg.jpg);
	background-position: top left;
	background-repeat:repeat-x;*/
	background-color: #002f4d;
	
	font-size:11px;
	font-family:arial,sans-serif;
	margin:0px;
	padding:0px;
	height:100%; 
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	color:#294b96;
	margin-bottom:10px;
}
h2 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
div.clear {
	clear:both;
	font-size:0px;
	height:0px;
	width:0px;
	margin:0px;
	padding:0px;
	border:0px;
	line-height:0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	padding-bottom: 5px;
	vertical-align:middle;
}
img {
	border:none;
}
a * {
	cursor:pointer;
	outline:none;
}
a:active, a:focus, a:link, a:visited {
	border:none;
	text-decoration: none;
	color:#294b96;
	outline:none;
}
a:hover {
	border:none;
	text-decoration: none;
	color: #f35000;
	outline:none;
}
a.new_boat:active, a.new_boat:focus, a.new_boat:link, a.new_boat:visited {
	color: #f35000;
	font-weight:bold;
}
a.new_boat:hover {
	color: #294b96;
	font-weight:bold;
}

.link_back{
	float:right;
	background-image:url(../img/zurueck_button.png);
	background-position:130px center;
	background-repeat:no-repeat;
	text-align:right;
	width:187px;
	height:17px;
	padding-right:15px;
}
.color1{
	color:#294b96;
}
.color2{
	color:#000000;
}
form {
	margin:0px;
}
.calc {
	background-image: url(../img/Calc.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
div.pdf {
	margin-top:2px;
	margin-left:5px; 
	height:20px; 
	line-height:22px; 
	background-image: url(../img/pdf.png); 
	background-position: left center; 
	background-repeat: no-repeat; 
	padding-left: 25px;
}
div#main {
	width:1002px;
	margin:0px auto;
	margin-top:8px;
}
div#banner {
	background:url(../img/banner.gif);
	background-repeat: no-repeat;
	width:1002px;
	height:111px;
}
div#banner_bottom {
	color:#FFFFFF;
	padding-left:30px;
	float:left;
	height:20px;
	line-height:20px;
}
div#box_main_head {
	background:url(../img/main_box/head.gif);
	background-repeat: no-repeat;
	height:12px;
	font-size:0px; /*IE6 "bug"*/
}
div#box_main {
	width:1000px;
	background:#FFF;
	border-left:1px solid #172950;
	border-right:1px solid #172950;
}
/* MENUE BOX */
div#menue_box {
	margin-left:8px;
}
div#reiter_box {
	height:28px;
	overflow:hidden;
	float:left;
}
div.reiter {
	float:left;
	background:url(../img/reiter/inaktiv.gif);
	background-repeat: no-repeat;
	width:186px;
	height:27px;
	position:relative;
	z-index:8;
}
div.reiter_aktiv {
	float:left;
	background:url(../img/reiter/aktiv.gif);
	width:186px;
	height:27px;
	position:relative;
	z-index:10 !important;
}
div.reiter a, div.reiter_aktiv a {
	text-decoration:none;
}
div.reiter a span, div.reiter_aktiv a span {
	display:block;
	height:27px;
	width:186px;
	line-height:27px;
	color:#294b96;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
div#menue {
	float:right;
	color:#FFF;
	overflow:hidden;
	height:20px;
	line-height:20px;
	padding-right:25px;
	text-align:right;
}
div#menue a, div#menue a:visited, div#menue a:active {
	color:#FFF;
	text-decoration:none;
}
div#menue a:hover {
	color:#9bc9fc;
	text-decoration: none;
}
/* USER REITER*/
div#reiteruser_box {
	height:28px;
	overflow:hidden;
	float:left;
}
div.reiter_user {
	float:left;
	background:url(../img/reiter/inaktiv.gif);
	width:186px;
	height:27px;
	position:relative;
	z-index:8;
}
div.reiter_user_aktiv {
	float:left;
	background:url(../img/reiter/aktiv-weiss.gif);
	width:186px;
	height:27px;
	position:relative;
	z-index:10 !important;
}
div.reiter_user a, div.reiter_user_aktiv a {
	text-decoration:none;
}
div.reiter_user div, div.reiter_user_aktiv div {
	position:relative;
	top:7px;
	color:#294b96;
	clear:both;
	font-weight:bold;
	width:100px;
	margin:auto;
	text-decoration:none;
	text-align:center;
}
div.user_left {
	width: 529px;
	height:11px;
	
	position:relative;
	top:-1px;
	
	float:left;
	
	border-left:1px solid #172950;
	background-color: #FFFFFF;
}
div.user_right {
	width: 231px;
	height:12px;
	
	position:relative;
	top:-2px;
	
	float:left;
	
	background-image: url('../img/content_box/head-weiss.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
/* KOPF DER CONTENTBOXEN */
div#boxen_head {
	margin-left:8px;
}
div#contentbox_head_0 {
	background:#e9eef9;
	border-left:1px solid #172950;
	width:698px;
	height:11px;
	position:relative;
	top:-1px;
	float:left;
}
* html div#contentbox_head_0 {
	background:#e9eef9;
	border-left:1px solid #172950;
	width:698px;
	height:11px;
	position:relative;
	top:-1px;
	float:left;
	font-size:0px; /*IE6 "bug"*/
}
div#contentbox_head_1 {
	background:url(../img/content_box/head.gif) top right no-repeat;
	width:81px;
	height:12px;
	position:relative;
	top:-2px;
	float:left;
}
* html div#contentbox_head_1 {
	background:url(../img/content_box/head.gif) top right no-repeat;
	width:81px;
	height:12px;
	position:relative;
	top:-2px;
	line-height:0px;
	font-size:0px; /*IE6 "bug"*/
	float:left;
}
*:first-child+html div#contentbox_head_1 {
	background:url(../img/content_box/head.gif) top right no-repeat;
	width:81px;
	height:12px;
	position:relative;
	top:-2px;
	float:left;
}
div#rightcontentbox_head {
	background:url(../img/content_box_right/head.gif);
	width:194px;
	height:12px;
	float:left;
	margin-left:8px;
	font-size:0px; /*IE6 "bug"*/
}
div#languages_box {
	float:right;
	margin-right:10px;
}
/* CONTENT BEREICH DER CONTENTBOXEN */
div#boxen_content {
	margin-left:8px;
	height: auto;
}
div#contentbox_content {
	background:#e9eef9;
	border-left:1px solid #172950;
	border-right:1px solid #172950;
	width:778px;
	min-height:602px;
	margin-top:-2px;
	float:left;
}
div#rightcontentbox_content {
	background:#e9eef9;
	border-left:1px solid #172950;
	border-right:1px solid #172950;
	width:192px;
	min-height:600px;
	float:left;
	margin-left:8px;
}
/* ENDE DER CONTENTBOXEN */
div#boxen_bottom {
	margin-left:8px;
	margin-bottom:8px;
}
div#contentbox_bottom {
	background:url(../img/content_box/bottom.gif);
	width:780px;
	height:12px;
	float:left;
	font-size:0px; /*IE6 "bug"*/
}
div#rightcontentbox_bottom {
	background:url(../img/content_box_right/bottom.gif);
	width:194px;
	height:12px;
	float:left;
	margin-left:8px;
	font-size:0px; /*IE6 "bug"*/
}
/* ENDE MAINBOX und kleinzeug */
div#box_main_bottom {
	background:url(../img/main_box/bottom.gif);
	height:12px;
	font-size:0px; /*IE6 "bug"*/
}
div#footer {
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}
div#footer a {
	color:#AAA;
}
div#footer a:hover {
	color:#FFF;
}

input.error, select.error {
	border:1px solid #AA0000;
	margin:1px 0px;
}
input, select, textarea {
	border:1px solid #7f9db9;
	margin:1px 0px;
}
input[type=radio], input[type=checkbox] {
	border:none;
}

div.faketable_cell {
	float:left;
	margin:0px;
	margin-left:25px;
	min-width:110px;
	padding:0px;
	text-align:left;
}
/* 
 * straaange behaviour the IE 6/7 are having...
 * maybe I fix this $%&!&$§ later ;x
 */
* html div.faketable_cell textarea,
* html div.faketable_cell input[type=text],
* html div.faketable_cell input[type=button],
* html div.faketable_cell input[type=submit],
* html div.faketable_cell input[type=password] {
	position:relative;
	left:-25px;
}
*:first-child+html div.faketable_cell textarea,
*:first-child+html div.faketable_cell input[type=text],
*:first-child+html div.faketable_cell input[type=button],
*:first-child+html div.faketable_cell input[type=submit],
*:first-child+html div.faketable_cell input[type=password] {
	position:relative;
	left:-25px;
}
/*
 * /fix end
 */
div.center_msg {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	/*margin-top:45px;*/
	color:#294B96;
}
div.white_box_head {
	width:761px;
	height:12px;
	background:url(../img/white_box/head.gif);
	font-size:0px; /* IE 6 */
}
div.white_box_content {
	width:759px;
	min-height:50px;
	background:#FFF;
	border-left:1px solid #172950;
	border-right:1px solid #172950;
}
div.white_box_bottom {
	width:761px;
	height:12px;
	background:url(../img/white_box/bottom.gif);
	font-size:0px; /* IE 6 */
}
div.error_msg {
	color:#F22;
	font-weight:bold;
}
#b_tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 5px;
	padding-top:0px;
	min-width:175px;
	max-width:275px;
}
#tt_arrow {
	float:left;
	height:17px;
	width:10px;
	position:absolute;
	z-index: 3001;
	left:-10px;
	top:-1px;
}
#b_tooltip h3 {
	font-size:13px;	
}
#b_tooltip h3, #b_tooltip div { margin: 0px; }
.button a {
	height:20px;
	width:106px;
	text-align:center;
	line-height:20px;
	background-image:url(../img/button.gif);
	background-position:center 0px;
	background-repeat: no-repeat;
	text-decoration:none;
}
.button a:hover {
	background-position:center -30px;
}
.button span {
	float:right;
	color:#294b96;
	width:106px;
	height:20px;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	position:relative;
	z-index:2;
}
div.small_box {
	background:url(../img/small_box.gif);
	background-repeat: no-repeat;
	width:761px;
	height:39px;
}
div.button {
	float:right;
	width:106px;
	height:20px;
	background:url(../img/button.gif);
	background-repeat: no-repeat;
}
div.button a {
	text-decoration:none;
	position:absolute;
}
div.button div {
	margin:auto;
	margin-top:1px;
	color:#294b96;
	font-size:13px;
	font-weight:bold;
	width:100px;
	text-align:center;
}

div.back{
	width:187px;
	height:17px;
	float: right;
	text-align:right;
	color: #294b96;
	margin-top:5px;
	margin-right:15px;
	background-image:url(../img/zurueck_button2.png);
	background-position: 130px center;
	background-repeat:no-repeat;
}
/*User Bereich Box*/
div.user_header {
	width:320px;
	height:21px;
	font-weight:bold;
	background-image: url(../img/detail/detail_lboxenoben.png);
	background-position:left bottom;
	background-repeat: no-repeat;
	padding-left:10px;
	line-height:28px;
	color:#294b96;
}
div.user_box{
	width: 318px;
	height: auto;
	border-left: 1px solid #172950;
	border-right: 1px solid #172950;
	background-color: #e9eef9;
	color: #000000;
}
div.user_footer{
	width: 320px;
	height: 12px;	
	background-image: url(../img/detail/detail_lboxunten.png);
	background-position:left top;
	background-repeat: no-repeat;
}
div.user_LLine{
	height:0px;
	width: 300px;
	position: relative;
	left: 8px;
	top:5px;
	font-size:0px;
	border-top: solid 1px #172950;
}
div.user_SLine{
	height:0px;
	width: 380px;
	position: relative;
	left: 16px;
	top:15px;
	margin-top:5px;
	border-top: solid 1px #172950;
}
div.user_desc {
	float:left;
	width:83px;
	height:16px;
	position: relative;
	left:8px;
	top: 15px;
	margin-left: 8px;
	margin-top: 3px;
	color:#294b96;
	font-weight:bold;
	overflow:hidden;
}
div.user_lval{
	float:left;
	width:190px;
	height:16px;
	text-align: left;
	position: relative;
	left: 16px;
	top: 15px;
	margin-top: 3px;	
	overflow:hidden;
}
div.user_val {
	float:left;
	width:95px;
	height:16px;
	text-align: left;
	position: relative;
	left: 16px;
	top: 15px;
	margin-top: 3px;	
	overflow:hidden;
}
div.vzlist {
	width:120px;
	height:20px;
	
	line-height:20px;
	
	float:left;
	
	padding-left:20px;
	
	background-image:url(../img/blue_arrow2.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
div.star {
	width: 150px;
	height: 15px;
	background-image:url(../img/star.png);
	background-position:left center;
	background-repeat:repeat-x;
	float:left;
}
div.tranz {
	background-color:#FFFFFF;
	float:right;
	height:15px;
	filter: alpha(opacity=80);
	KHTMLOpacity:0.80;
	MozOpacity:0.80;
	opacity:0.80;
}
