body {
	background-image:url(../img/bg.jpg);
	background-color: #5CA5C7;
	background-position: top left;
	background-repeat:repeat-x;
	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;
}
img {
	border:none;
}
a * {
	cursor:pointer;
	outline:none;
}
a:active, a:focus, a:link, a:visited {
	border:none;
	text-decoration: none;
	color:#276491;
	outline:none;
}
a:hover {
	border:none;
	text-decoration: none;
	color: #35307c;
	outline:none;
}

.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;
}
form {
	margin:0px;
}
.calc {
	background-image: url(../img/Calc.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

div#main {
	width:1000px;
	margin:0px auto;
}
div#banner {
	background:url(../img/banner.gif);
	background-repeat: no-repeat;
	width:1000px;
	height:90px;
}
div#banner_bottom {
	background:url(../img/banner_bottom.gif);
	background-repeat: no-repeat;
	height:27px;
	width:1000px;
}

div#menue {
	margin-left:34px;
}
a.navi-button:active, a.navi-button:focus, a.navi-button:link, a.navi-button:visited {
	background:url(../img/buttons/inaktiv.gif);
	float:left;
	width:136px;
	height:20px;
	margin-right:23px;
	text-decoration:none;
	display:block;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}
a.navi-button_aktiv, a.navi-button:hover {
	background:url(../img/buttons/aktiv.gif);
	float:left;
	width:136px;
	height:20px;
	margin-right:23px;
	display:block;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}
a.navi-button span, a.navi-button_aktiv span {
	margin-top:1px;
	color:#FFF;
	display:block;
	width:136px;
	height:19px;
	text-align:center;
}

div#head_boxes {
	margin-top:8px;
}
div#rightcontentbox_head {
	background:url(../img/content_box_right/head.gif);
	width:194px;
	height:15px;
	float:left;
	font-size:0px; /*IE6 "bug"*/
}
div#contentbox_head {
	background:url(../img/content_box/head.gif);
	width:800px;
	height:15px;
	float:right;
	font-size:0px; /*IE6 "bug"*/
}

div#content_boxes {
	
}
div#contentbox_content {
	background:#FFF;
	border-left:2px solid #276491;
	border-right:2px solid #276491;
	width:796px;
	min-height:602px;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
}
div#rightcontentbox_content {
	background:#FFF;
	border-left:2px solid #276491;
	border-right:2px solid #276491;
	width:190px;
	min-height:600px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

div#boxen_bottom {
	margin-bottom:8px;
}
div#contentbox_bottom {
	background:url(../img/content_box/bottom.gif);
	width:800px;
	height:14px;
	float:right;
	font-size:0px; /*IE6 "bug"*/
}
div#rightcontentbox_bottom {
	background:url(../img/content_box_right/bottom.gif);
	width:194px;
	height:14px;
	float:left;
	font-size:0px; /*IE6 "bug"*/
}

div#footer {
	color:#000;
	font-size:11px;
	text-align:center;
}

input.error, select.error {
	border:1px solid #A00;
	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:16px;
	background:url(../img/white_box/head.gif);
	font-size:0px; /* IE 6 */
}
div.white_box_content {
	width:757px;
	min-height:50px;
	background:#FFF;
	border-left:2px solid #276491;
	border-right:2px solid #276491;
}
div.white_box_bottom {
	width:761px;
	height:16px;
	background:url(../img/white_box/bottom.gif);
	font-size:0px; /* IE 6 */
}
div.error_msg {
	color:#F22;
	font-weight:bold;
}
/* 
 * Tooltip
 */
#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 class
 */
div.button {
	float:right;
	width:106px;
	height:20px;
	background:url(../img/button.gif);
	background-repeat: no-repeat;
}
div.button a {
	color:#FFF;
	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;
	position:absolute;
}
div.button a:hover {
	background-position:center -30px;
}
div.button a span {
	display:block;
	color:#FFF;
	height:20px;
	width:106px;
	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.back{
	width:187px;
	height:17px;
	float: right;
	text-align:right;
	color: #294b96;
	margin-top:5px;
	margin-right:15px;
	background-image:url(../img/zurueck_button.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;
}
