/* ---- navigation ----  */
@import 'nav_tree_sub.css';
@import 'nav_bar_main.css';
@import 'nav_bar_lang.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #024176;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-y;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	background-color: #F5F5F5;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	background-color: #EEEEEE;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#topBox {
	position: absolute;
	height: 240px;
	width: 100%;
	background-image: url(../../images/site/bkg_top_x.gif);
	background-repeat: repeat-x;
}
#homelinkBox a  {
	position: absolute;
	display: block;
	width: 300px;
	height: 120px;
}
#homelinkBox a span {
	display: none;
}
#topBkgBox {
	position: absolute;
	width: 995px;
	height: 240px;
	background-image: url(../../images/site/bkg_top.gif);
	background-repeat: no-repeat;
}
#topPicBorderBox, #topPicBox {
	width: 764px;
	height: 152px;
	position: absolute;
	top: 88px;
	left: 231px;
	background-repeat: no-repeat;
}
#topPicBorderBox {
	background-image: url(../../images/site/top_pic_border.png);
}
#topPicBox {
	background-image: url(../../images/site/top_pic.jpg);
}
#langNavBox {
	position: absolute;
	top: 59px;
	left: 900px;
	height: 25px;
	width: 80px;
}
#mainNavBox {
	position: absolute;
	top: 59px;
	left: 400px;
}
#mainBox {
	clear: both;
	width: 995px;
	padding-top: 240px;
}
#subNavBox {
	float: left;
	width: 231px;
	background-image: url(../../images/site/bkg_subnav.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
}
/* min-height auch für IE */
#subNavBox { /* für alle */
	height: 375px;
}
html>body #subNavBox { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 375px;
}
/* min-height: ende */
#searchBox {
	text-align: right;
	padding: 20px 9px 30px 0px;
}
#searchBox input {
	border-top: 1px solid #7B9AC1;
	border-left: 1px solid #7B9AC1;
	border-bottom: 1px solid #E1E8F1;
	border-right: 1px solid #E1E8F1;
	background-color: #F2F5F9;
	margin-bottom: 5px;
}
#contentBox {
	float: left;
	width: 529px;
	padding: 0px 25px 30px 25px;
	line-height: 1.3em;
}
#footerBox {
	font-size: 9px;
	padding: 20px 0px 20px 0px;
}
#infoBox {
	float: right;
	width: 154px;
	background-image: url(../../images/site/bkg_info.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
}
/* min-height auch für IE */
#infoBox { /* für alle */
	height: 400px;
	padding-bottom: 20px;
}
html>body #infoBox { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 400px;
}
/* min-height: ende */
#infoTextBox {
	padding: 22px 0px 0px 0px;
	font-size: 11px;
}
#infoPicBox {
	padding: 22px 0px 0px 0px;
}


/* --- Kundenspezifisch --- */
#infoTextBox .modTitle {
	color: #FDCA00;
	font-weight: bold;
	font-size: 11px;
}
#infoTextBox .modListMore a, #infoTextBox .modListMore a:active {
	font-size:11px;
	font-weight: bold;
}
#infoTextBox .modListSpacer {
	display: block;
	height: 10px;
	background-color: #003B86;
	margin: 0px;
}

#infoTextBox .modForwardBack, #infoTextBox .bottomIcons {
	display: none;
}

