* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	background-repeat: no-repeat;
}

body {
	background-color: #F3F3F3;
}

img {
	border: 0;
}

h1 {
	font-size: 14px;
}

a {
	text-decoration: none;
}


form {
	position: relative;
}

form label {
	display: block;
}

form .text {
	position: relative;
	width: 200px;
	margin-right: 4px;
}

form .button {
	position: relative;
	padding: 0 5px 0 5px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	background-color: #999;
}

#title {
	position: absolute;
	width: 165px;
	height: 66px;
	top: 25px;
	left: 590px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

#subtitle {
	position: relative;
	width: 174px;
	height: 9px;
	top: 95px;
	left: 5px;
	text-indent: -9999px;
}

#box {
	width: 776px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 -388px 0 -388px;
	background-color: #CCC;
}

#border {
	margin: 1px;
	background-color: #FFF;
}

#header {
	position: relative;
	margin-top: 102px;
	height: 68px;
	background: #626262 url(../images/header_bg.png) repeat-x 0 17px;
}

#overview {
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 2;
}

#overview a {
	color: #fff;
	font-size:10px;
}
	
#overview a:hover {
	color: #000;
}

/* -----------------------------------------------
					NAVIGATION
----------------------------------------------- */
ul#navigation {
	position: absolute;
	z-index: 1;
	/*width: 774px;*/
	width: 650px;
	top: 0;
	right: 0;
}
	
	ul#navigation, #navigation ul {
		list-style: none;
	}

	#navigation li {
		float: right;
	}
	
	#navigation li a {
		width: auto !important;
		/* f&#65533;r den IE wird eine feste Breite gebraucht,
		da ansonsten display: block nicht funktioniert.
		Da dem IE aber egal ist wenn das Element zu schmal
		definiert ist gehts wunderbar mit 1px und ist
		dennoch dynamisch breit */
		width: 1px;
		white-space: nowrap;
		padding: 0 9px 0 10px;
		line-height: 17px;
		display: block;
		color: #FFF;
		background: url(../images/navigation_divider.png) no-repeat 0 4px;
	}
	
	#navigation li.first a {
		background-image: none;
	}
	
	#navigation li ul {
		margin-left: -30px;
		padding: 0 30px 30px 30px;
		width: 150px !important;
		width: 210px;
		position: absolute;
		left: -9999px;
	}
	
	#navigation li li {
		width: 150px;
		clear: right;
		background-color: #FFF;
		margin-bottom: -1px;
	}
	
	#navigation li li a {
		margin: 1px;
		width: auto !important;
		width: 148px;
		line-height: 17px;
		background: none;
		background-color: #EEF0F2;
		color: #333;
		font-weight: normal;
white-space: normal;
	}
	
	#navigation li li a:hover {
		background-color: #DCE1E4;
	}
	
	#navigation li:hover ul, #navigation li.sfhover ul {
		left: auto;
	}
	
#left_col {
	clear: both;
	width: 349px !important;
	width: 350px;
	height: 407px;
	border-right: 1px solid #CCC;
	float: left;
	background: #F3F3F3 url(../images/left_col_bg.png) repeat-x 0 267px;
}
	
	.news_article {
		padding: 8px;
		background-color: #FFF;
		border-bottom: 1px solid #98A7B1;
		height: 62px !important;
		height: 78px;
	}
	
	.news_article h2 {
		margin-bottom: 5px;
	}
	
	.news_article h2 a {
		padding-left: 18px;
		background-image: url(../images/news_icon.png);
		background-position: 0 -9px;
	}
	
	.news_article h2 a:hover {	
		color: #335899;
		background-position: 0 -87px;
	}
	
	.news_article .date {
		margin-right: 6px;
		padding-right: 10px;
		float: left;
		background: url(../images/news_date_divider.png) no-repeat 100% 50%;
	}
	
	ul#language {
/*		width: 340px;
		float: right;
		list-style: none;
		margin-top: 2px !important;
		margin-top: 6px;
		position: absolute;
		top: 506px;
		left: 9px;
*/
		list-style:none outside none;
		margin-top:2px !important;
		position:absolute;
		top:88px;
		width: 102px;
	}

	#language li {
		float: right;
	}
	
	#language li a {
		padding: 0 9px 0 10px;
		line-height: 17px;
		background: url(../images/language_divider.png) no-repeat 0 2px;
	}
	
	#language li.first a {
		background-image: none;
	}
	
	#language li a:hover {
		color: #999;
	}
	
#mid_col {
	width: 424px;
	height: 407px;
	float: left;
	background: url(../images/mid_col_bg.png) repeat-x 0 267px;
}

	#intro_flash {
		height: 267px;
		/*background-image: url(../images/static_flash_de.jpg);*/
	}
	
	#search, #login {
		margin: 30px 0 0 18px;
	}
	
	#search p,
	#login p {
		display: inline;
	}
	
	#login p.username {
		display: block;
		margin-bottom: 4px;
	}
	
	#search .text,
	#login .text {
		width: 100px;
	}
	
	#search .button,
	#login .button {
		width: 20px;
		border: none;
		top: 0 !important;
		top: -2px;
		background: url(../images/standard_button.png) no-repeat 50% 50%;
		text-indent: -9999px;
	}

/* -----------------------------------------------
				Footer
----------------------------------------------- */
#footer {
	height: 18px;
	line-height: 18px;

}

	#footer p#impressum {
		padding: 0 6px 0 0;
	}
	
	#footer p#copyright {
		padding: 0 6px 0 6px;
		color: #868686;
		font-size:10px;
		float: left;
	}
	
	#footer p#nutzungsbedingungen {
		padding: 0 6px 0 0;
		float: right;
	}

	#footer p {
		padding: 0 6px 0 6px;
		float: right;
	}
	
	#footer p a {
		color: #868686;
		font-size:10px;
	}
	
	#footer p a:hover {
		color: #000;
	}

#footer #rssfeednews {
	padding-top: 1px;
}

#footer #rssfeedproductnews {
	padding-top: 1px;
	padding-right: 22px;
}
	
#footer #rssfeednews a,
#footer #rssfeedproductnews a {
	padding-left: 15px;
	background: url(../images/rss.gif) no-repeat 0 0;
}

.clear {
    height: 0;
    clear: both;
	font-size: 1px;
}

.hide {
	position: absolute;
	left: -9999px;
}

/**********************
countryselector
**********************/
#countryselector {
	left: -7px !important;
	left: -7px;
	position:absolute;
	text-align:right;
	top:531px !important;
	top: 534px;
	width: 349px;
}

#countryselector span {
	clear: right;
	display: block;
	margin-bottom: 9px;
}

#countryselector img {
	margin-left: 4px;
}

#countryselector #localpartnersww {
	position: relative;
	top: 7px;
}

#countryselector #localpartnersww a {
	background-image:url(../images/news_icon.png);
	background-position:0pt -9px;
	padding-left:18px;
}