/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #666666;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	text-align: left;
	background-color: #999999;	
/*	background: url(../images/bg_body.gif) 0 0 repeat;
*/
}

#title {
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 750px;
	height: 125px;
	width: 150px;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

	#title a {
		display: block;
		width: 183px;
		height: 76px;
		text-indent: -9999px;
	}
	#title a:focus{
  		outline:none;
 	}
	
#subtitle  {
	color: #FFFFFF;
	font-size: 12px;
	/*font-family: "Times New Roman", Times, serif;*/
	height: 44px;
	right: 746px;
	text-align: left;
	position: absolute;
	top: 111px;
	width: 145px;
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 5px;
}

.subtitle, subtitle a  {
	color: #FFFFFF;
	font-size: 13px;
	/*font-family: "Times New Roman", Times, serif;*/	
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}


#accesskeysNavigation li a {
	position: absolute;
	z-index: 3;
	top: -100px;
	left: -1000px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #333;
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {
	top: 10px;
	left: 0;
	margin-left: 10px;
}

#box_werbung {
	position: absolute;
	min-height: 100%;
	width: 1080px;
	/*	margin: 0 auto;
*/	
	background-color: #000099;
	left: 0px;
	top: 0px;
}

* html #box_werbung {
	height: 100%;
}

#box {
	position: relative;
	min-height: 100%;
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	left: 0px;
	top: 0px;
	float: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
	
/*#box {
	position: relative;
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	background: #E6E6E6;
	padding: 0 10px;
}

* html #box {
	height: 100%;
}*/

#col4 {
	position: absolute;
	width: 160px;
	height: auto !important;
	background-color: #FFFFFF;
	z-index: 2;
	left: 925px;
	top: 0px;
}

#header {
	position: relative;
	z-index: 1;
	height: 175px;
	background: #E6E6E6 url(../images/bg_header.jpg) 0 0 no-repeat;
	background-image: url(../images/bg_header.jpg);
}

ul#languageNavigation {
	position: absolute;
	top: 35px;
	right: 8px;
}

	#languageNavigation li {
		float: left;
	}

	#languageNavigation li.first {		
		background: url(../images/icon_divider.gif) right no-repeat;
	}

	#languageNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 11px;
		padding: 0 5px;
		white-space: nowrap;
		color: #fff;
	}

#searchBox {
	position: absolute;
	top: 100px;
	right: 178px;
	width: 150px;
	height: 16px;
	z-index: 3;
}

	#searchBox .formElement {
		padding: 0 !important;
	}

	#searchBox label {	
		display: none;
	}

	#searchBox .text {
		position: absolute;
		top: 2px;
		left: 3px;
		width: 125px;
		border: none;
		background-color: transparent;
		font-size: 10px;
	}
	
	#searchBox .button {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 16px !important;
		height: 16px;
		border: none;
		background: #ddd url(../images/search_icon.png) no-repeat 50% 50%;
		text-indent: -9999px;
	}

ul#metaNavigation {
	position: absolute;
	top: 10px;
	right: 780px;
	background: url(../images/icon_divider.gif) right no-repeat;
	padding-right: 1px;
	z-index: 2;
}

	#metaNavigation li {
		float: left;
	}	

	#metaNavigation li a {
		display: block;
		/*width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 11px;
		padding: 0 5px;
		white-space: nowrap;*/
		text-indent: -9999px;
		color: #000;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 20px;
		height: 16px;
		
	}

/*	#metaNavigation li a:hover {
		color: #666;
	}*/
	
	#metaNavigation #metaHome {
		background-image: url(../images/icon_home.gif);
	}
	#metaNavigation #metaContact {
		background-image: url(../images/icon_contact.gif);
	}
	#metaNavigation #metaSitemap {
		background-image: url(../images/icon_sitemap.gif);
	}
	#metaNavigation #metaSearch {
		background-image: url(../images/icon_search.gif);
	}
	#metaNavigation #metaLogin {
		background-image: url(../images/icon_login.gif);
	}
	
	
	ul#headerNavigation {
	position: absolute;
	top: 3px;
	left: 476px;
	width: 427px;
	color: #FFFFFF;
	}
	
		#headerNavigation li {
	margin-top: 4px;
	float: left;
	border-left: 1px solid #ccc;
	color: #FFFFFF;
		}
	
		#headerNavigation li.first {
			border: none;
		}
	
		#headerNavigation li a {
	display: block;
	width: auto !important;
	width: 1px;
	height: auto !important;
	height: 1px;
	line-height: 11px;
	padding: 0 6px;
	white-space: nowrap;
	font-size: 11px;
	color: #FFFFFF;
		}
	
		#headerNavigation li a:hover {
	color: #FF9900;
		}		
	
	

/*
MainNavigation*/	

ul#mainNavigation {
	position: absolute;
	top: 150px;
	width: 900px;
	background-color: #FFFFFF;	/*border-bottom: 1px solid #ccc;*/
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	left: 0px;
	padding-bottom: 7px;
}

	#mainNavigation li {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
	}

	#mainNavigation li.first {
		border-width: 0;
	}

	#mainNavigation li a {
	display: block;
	/*width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;	*/
		height: 25px!important;
	height: 25px;
	width: auto;
	/*line-height: 20px;*/
		
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	color: #666666;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}

	#mainNavigation li a:hover {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF9900;
	}

	#mainNavigation li a.act,
	#mainNavigation li a.cur {
	color: #FFFFFF;
	background-color: #FF9900;
	font-weight: bolder;
	}
	
/*
end MainNavigation*/


	#mainNavigation li ul {
	position: absolute;
	top: 32px;
	left: -9999px;
	/*width: 150px !important;
		width: 190px;*/
		width: 148px;
	/*margin-left: -30px;*/
		/*padding: 0 30px 30px 30px;*/
		text-transform:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	background-color: #FFFFFF;
	}
	
	#mainNavigation li li {
	clear: left;
	width: 148px;
	height: 100%;
	background-color: #FFFFFF;
	}

	#mainNavigation li li.first {
		border-width: 0px 0;
	}
	
	#mainNavigation li li a {
		width: auto !important;
		width: 150px;
		font-weight: normal;
		white-space: normal;		
		display: block;
		height: auto !important;
		height: 1px;
		/*line-height: 29px;*/
		line-height: 19px;
		padding: 0 0 0 20px;
		color: #000000;
		border-bottom: 1px solid #E6E6E6;		
		font-size: 12px;
		text-align: left;
		background: none;		
		
	}
	
	#mainNavigation li li a:hover {
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
	}
	
	#mainNavigation li li a.act {
	background-image: none;
	color: #FF9900;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	
	#mainNavigation li li a.cur {
	background-image: none;
	color: #FF9900;
	font-weight: bold;
	background-color: #FFFFFF;
	}
		
	#mainNavigation li:hover ul,
	#mainNavigation li.sfhover ul {
		left: auto;	
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 200px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	top: 20px;
}


ul#subNavigation {
	margin: 18px 0 100px 0;
}

	#subNavigation li {
		padding-bottom: 1px;
		margin-bottom: -1px;
		background: url(../images/bg_submenu.gif) left 20px no-repeat;
	}

	#subNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 29px;
		padding: 0 20px;
		color: #000099;
		border-bottom: 1px solid #E6E6E6;
	}
	
	*+html #subNavigation li a {
		width: 150px;
	}

	#subNavigation li a:hover {
		font-weight: bold;
	}

	#subNavigation li a.act,
	#subNavigation li a.cur {
		font-weight: bold;
	}
	
	#subNavigation li li  {	
		background-image: none;
	}

	#subNavigation li li a {
		padding-left: 30px;
		font-size: 11px;
	}
	
	*+html #subNavigation li li a {
		width: 140px;
	}	

#col2 {
	position: relative;
	float: left;
	width: 738px;
	border-left-style: none;
	top: 20px;
	height: auto !important;
}

	ul#rootline {
	position: absolute;
	top: 0px;
	left: 24px;
	}

	#rootline li {
		float: left;
		padding-left: 6px;
		background: url(../images/bg_rootline.gif) 0 5px no-repeat;
	}

	#rootline li.first {
		background: none;
		padding-left: 0;
	}

	#rootline li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 10px;
		padding: 0 5px;
		font-size: 11px;
		color: #999999;
		white-space: nowrap;
	}

	#rootline li a.cur, 
	#rootline li a:hover {
		text-decoration: underline;
	}
	
	
#mainContent {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 14px;
	}

#col3 {
	position: relative;
	float: left;
	width: 156px;
	background-position: right;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	top: 20px;
	background-color: #FFFFFF;
	height: auto !important;
}

	
	
	
	#newsPanel {
		padding: 30px 0 50px 0;
	}

#footer {
	position: relative;
	height: 78px;
	width: 900px;	
	background: #fff url(../images/bg_footer.gif) left bottom no-repeat;
/*	left: 180px;*/
	/*margin: 0 auto;*/
	/*margin-top: -52px;*/
}

	#footer hr {
		position: absolute;
		top: 3px;
		left: 180px;
		width: 540px;
		border: none;
		border-top: 3px solid #E6E6E6;
	}

	ul#footerNavigation {
		position: absolute;
		top: 7px;
		left: 180px;
	}
	
		#footerNavigation li {
			margin-top: 4px;
			float: left;
			border-left: 1px solid #ccc;
		}
	
		#footerNavigation li.first {
			border: none;
		}
	
		#footerNavigation li a {
			display: block;
			width: auto !important;
			width: 1px;
			height: auto !important;
			height: 1px;
			line-height: 11px;
			padding: 0 6px;
			white-space: nowrap;
			font-size: 11px;
		}
	
		#footerNavigation li a:hover {
			color: #666;
		}		
		
		
	ul#footerToolbar {
		position: absolute;
		top: 12px;
		right: 173px;
	}
	
		#footerToolbar li {
			float: left;
			padding: 0 2px 0 5px;
			border-left: 1px solid #ccc;
		}
	
		#footerToolbar li.first {
			border: none;
		}
	
		#footerToolbar li a {
			display: block;
			/*width: auto !important;
			width: 1px;
			height: auto !important;
			height: 1px;
			line-height: 11px;*/
			padding: 0 2px;
			white-space: nowrap;
			text-indent: -9999px;
			width: 12px;
			height: 11px;
		}
	
		/*#footerToolbar li a:hover {
			color: #666;
		}*/
		
		#footerToolbar #footerPrint {
			background-image: url(../images/icon_print.gif);
		}
		
		#footerToolbar #footerTop {
			background-image: url(../images/icon_top.gif);
		}	

	#copyright {
	position: absolute;
	top: 33px;
	left: 180px;
	width: 183px;
	}

legend {
	display: block;
}

#wrapper {
	background: #fff;
}

/*
#col1, 
#col2 {
	display: none;
}*/

/*#mainContent, 
#col3 {
	display: none;
}*/
#bannerTop {
	height: auto;
	width: 900px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#bannerTop_separator {
	height: auto;
	width: 900px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bannerRight {
	height: auto;
	width: 156px;
	
}

#bannerSkyscraper  {
	height: auto;
	width: 160px;
	
}

#rightContent {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}

#leftContent {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	}
	
#borderContent {
	height: auto;
	width: 160px;
}

