/* Global Settings--- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #F2F6D9 url(../img/bg.gif) repeat-y;
	
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}
br {
	clear:both;
}
a {
	text-decoration: none;
	color: #03294F;
}
ul, li {
	list-style-type: none;
}

#block {
	display: block;
}
#hide, hr, legend {
	display: none;
}

.floatr {
	float: right;
}

/* LayoutSettings --- */

#cont_left {
	background: #C4D76B url(../img/bg_nav.jpg) repeat-x;
	background-position: 0 110px;
	width: 141px;
	height: 100%;
	float: left;
}
#cont_right {
	background: #FFFFFF url(../img/bg_cont.jpg) no-repeat;
	background-position: 0 110px;
	border-left: 4px solid #333333;
	width: 625px;
	height: 100%;
	float: left;
}
#cont_inner {
	padding: 25px;
}
#cont_footer {
	border-top: 1px solid #E6E6E6;
	margin: 40px 25px 0 25px;
	padding: 5px 0 10px 0;
}
#cont_footer a {
	margin-right:25px;
	
	color: #666666;
	font-size: 10px;
}
#cont_footer a:hover {
	text-decoration: underline;
}

#topbar {
	background-color: #04C2E4;
	border-top: 1px solid #FFFFFF;
	height: 24px;
	width: 625px;
	text-align: right;
	
	font-size: 10px;
}
.toplink {
	background: url(../img/icon_arrow_blue.gif) no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 12px;
	margin: 5px 20px 0 0;
	float: right;
	
	color: #005A96;
}
.toplink:hover {
	text-decoration: underline;
}
.topsearch {
	float: right;
}
.topinput {
	margin: 5px 0 0 0;
	width: 118px;
	height: 13px;
	float: left;
	
	font-size: 10px;
}
.topbt {
	cursor: pointer;
	background: url(../img/icon_arrowbt_blue.gif) no-repeat;
	margin: 5px 12px 0 5px;
	width: 18px;
	height: 13px;
	float: left;
}

/* BoxSettings --- */

#tbox {
	margin-top:25px;
	float: left;
}
#tbox img {
	display: block;
}
.tbox_bl {
	background-color: #33BEE8;
	padding: 4px 0 5px 10px;
	margin:0;
	
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.tbox_bg {
	background-color: #F1F1F1;
	width: 275px;
	height: 160px;
}
.tbox_bgs {
	background-color: #F1F1F1;
	width: 168px;
	height: 160px;
}
.hlabel {
	margin: 13px 0 0 12px;
	float: left;
}
.hlabelf {
	margin-top: 23px;
}
.hinfo {
	padding:11px 0 0 12px;
	
	color: #666666;
}
.hinput {
	border: 1px solid #888888;
	margin: 12px 12px 0 0;
	width: 150px;
	height: 16px;
	float: right;
	
	font-size: 10px;
}
.hinputf {
	margin-top: 22px;
}
.hselect {
	border: 1px solid #888888;
	margin: 12px 12px 0 0;
	width: 150px;
	height: 18px;
	float: right;
	
	font-size: 10px;
}
.hbt {
	cursor: pointer;
	background-color: #CCCCCC;
	margin: 30px 12px 0 0;
	width: 94px;
	height: 19px;
	float: right;
	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* FormularSettings --- */

#fbox_bg {
	background-color: #F1F1F1;
	margin-top:1px;
	width: 575px;
	height: 30px;
}
#fbox_in {
	padding: 5px 0 0 12px;
}
.flabel {
	margin-top: 2px;
	width: 135px;
	float: left;
}
.finput {
	border: 1px solid #888888;
	width:413px;
	height: 16px;
	float: left;
	
	font-size: 10px;
}
.fselect {
	border: 1px solid #888888;
	width: 150px;
	height: 18px;
	float: left;
	
	font-size: 10px;
}
.finfo {
	margin-bottom: 5px;
	
	color: #666666;
}
#fcheckline {
	height:20px;
	clear: both;
}
.fcheck {
	margin-top: 5px;
	width: 12px;
	height: 12px;
	float: left;
}
.fchecktxt {
	margin: 4px 24px 0 5px;
	float: left;
}
.ftextfield {
	border: 1px solid #888888;
	width:413px;
	height: 85px;
	float: left;
	
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

/* BoxNaviSettings --- */

#tbox ul {
	padding-top: 10px;
}
#tbox li {
	border-bottom: 1px dotted #CCCCCC;
}
#tbox .nav1 {
	border-top: 1px dotted #CCCCCC;
}
#tbox li a {
	background: url(../img/navlist_default.gif) no-repeat;
	background-position: 1px 1px;
	padding: 3px 0 3px 10px;
	display: block;
	
	color: #666666;
}
#tbox li a:hover {
	background: url(../img/navlist_over.gif) no-repeat;
	background-position: 1px 1px;
}
.tboxtxt {
	padding: 11px 0 11px 12px;
}
.tboxlink {
	border-top: 1px solid #D5D5D5;
	padding: 5px 0 5px 12px;
}

/* TableSettings --- */

#wtable {
	margin-top: 25px;
	width: 575px;
	
	color: #03294F;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
#wtable th {
	border-bottom: 1px solid #03294F;
	padding: 5px;
	
	text-align: left;
	font-size: 12px;
}
#wtable td {
	border-bottom: 1px solid #CFD9E0;
	padding: 3px;
	
	vertical-align: top;
}
#wtable thead .fcell {
	padding-left: 12px;
}
#wtable tbody .fcell {
	padding-left: 12px;
}
#wtable tbody .fcell:hover {
	background: url(../img/table_over.gif) no-repeat;
}
#wtable tbody .fcell a:hover {
	text-decoration: underline;
}
#wtable th span {
	color: #16BFE9;
}
#wtable th a img {
	margin: 3px 0 0 5px;
	vertical-align: top;
}
#thead {
	background: url(../img/tr_table.gif) no-repeat;
	background-position: 0 17px;
	margin-top: 0;
	width: 575px;
	height: 18px;
	
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* SeitenSettings --- */

#seiten {
	background-color: #E3F3F6;
	border-top: 1px solid #CFD9E0;
	margin-top: 20px;
	padding: 10px;
	
	text-align: right;
	color: #03294F;
	font-size: 12px;
}
#seiten .active {
	text-decoration: none;
	color: #16BFE9;
	font-weight: bold;
}
#seiten a {
	text-decoration: underline;
}

/* LegendeSettings --- */

#legende {
	background-color: #E3F3F6;
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	
	line-height: 18px;
	color: #03294F;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
#legende h4 {
	font-size: 11px;
}
#legende span {
	color: #16BFE9;
}

/* WirtDetailSettings --- */

.wsubhead {
	margin-top: 5px;
	
	color: #16BFE9;
	font-weight: bold;
}
#wblock {
	border-top: 1px solid #CFD9E0;
	margin: 20px 0 30px 0;
	padding-top: 5px;
}
#wblock table {
	margin: 8px 0 0 0;
}
#wblock table .fcell {
	width:120px;
}
#wblock .wp_ {
	margin-top: 10px;
}
#wausruestung {
	background-color: #E3F3F6;
}
#wausruestung h4 {
	padding: 10px 0 16px 12px;
}
#wausruestung td {
	padding: 0 0 10px 12px;
	width: 191px;
}
#wausruestung .vline {
	border-left: 2px solid #FFFFFF;
}
#wtext {
	padding-top:5px;
}
#wtext h4 {
	margin: 15px 0 6px 0;
}

/* NaviSettings --- */

#cont_left ul {
	margin-top: 43px;
}
#cont_left li {
	border-bottom: 1px dotted #333333;
}
#cont_left .nav1 {
	border-top: 1px dotted #333333;
	margin-top: 24px;
}
#cont_left li a {
	padding: 5px 0 5px 10px;
	display: block;
	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#cont_left li .active, #cont_left li a:hover {
	background: url(../img/nav_over.gif) no-repeat;
	background-position: 1px 2px;
}
#cont_left .sub a {
	padding: 3px 0 3px 10px;
	display: block;
	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#cont_left .sub .active, #cont_left .sub a:hover {
	background: url(../img/snav_over.gif) no-repeat;
	background-position: 1px 1px;
}

/* LinkSettings --- */

.link {
	background: url(../img/icon_arrow_blue.gif) no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 12px;
	
	color: #666666;
}
.link:hover {
	text-decoration: underline;
}
.hlink {
	background: url(../img/icon_arrowq_grey.gif) no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 12px;
	
	color: #666666;
}
.hlink:hover {
	text-decoration: underline;
}
.elink {
	background: url(../img/icon_arrow_extern.gif) no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 12px;
	
	color: #666666;
}
.elink:hover {
	text-decoration: underline;
}

/* TextSettings --- */

abbr {
	border-bottom: 1px dotted #333333;
}
.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
i {
	font-size: 26px;
	font-weight: normal;
}
h1 {
	margin-top: 20px;
	
	font-size: 15px;
	font-weight: bold;
}
h3 {
	margin-top: 10px;
	
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
}
.paragraph {
	margin-top: 7px;
}

/* TextSettings --- */

.blue {
	color: #16BFE9;
}
.red {
	color: #CC3300;
}
