/* @group global */

html {
	background-color: #1e1e1e;
}

body {
	font: 12px "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #111;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* @end */

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background-color: #e1e1e1;
}

html>body #container {
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 750px;
}

/* @group header */

#en.header {
	/*position: relative;*/
	background: #fff url('../images/bg_header_en.jpg') no-repeat 0px 0px;
	height: 100px;
}

#de.header {
	/*position: relative;*/
	background: #fff url('../images/bg_header_de.jpg') no-repeat 0px 0px;
	height: 100px;
}


.header h1 {
	position: absolute;
	left: 60px;
	top: 40px;
	width: 335px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

/* @end */

/* @group menu */

#navigation {
	background: #232323 url('../images/bg_navigation.gif') repeat-x 0px 0px;
	margin: 0;
	padding: 4px 0;
	height: 15px;
	width: 100%;
	text-align: center;
	font-size: 11px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation :first-child {
	border-left: none;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0 5px;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
	border-left: 1px solid #444;
	
}

#navigation li a {
	color: #888;
	text-decoration: none;
}

#navigation li a:hover {
	color: #fff;
}

.language a {
	position: absolute;
	top: 100px;
	width: 35px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
}

.iconset {
	border: thin solid rgb(204, 204, 204);
	margin: auto 749px;
	position: absolute;
	width: 30px;
	background-color: rgb(51, 51, 51);
}

#en.language  a{
	background-image: url(../images/bg_language_en.gif);
}

#de.language  a{
	background-image: url(../images/bg_language_de.gif);
}

#en.language a:hover{
	background: url(../images/bg_language_en.gif) -35px;
}

#de.language a:hover{
	background: url(../images/bg_language_de.gif) -35px;
}

/* @end */

/* @group content */

#page_body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#content { /* IE workaround */
	margin: 0;
	padding: 25px;
	width: 450px;
	background: #fff;
	height:auto !important;  /* fr moderne Browser */
  	height:1150px;  /*fr den IE */
}

html>body #content {
	margin: 0;
	padding: 25px;
	width: auto;
	height: auto;
	max-width: 450px;
  	min-height:1150px;

	background: #fff;
}

#content :first-child {
	margin-top: 0;
}



#content p img {
	float: left;
	margin-right: 25px;
	border: 1px solid #999;
}

#content a {
	color: #1d56ae;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#content h1 {
	font-size: 12pt;
	text-align: center;
	color: #222;
	padding-bottom: 15px;
}

#content h2 {
	font-size: 10pt;
	text-align: center;
	color: #222;
}

#content h3 {
	margin-top: 20pt;
	font-size: 10pt;
	color: #222;
}

#content h4 {
	margin-top: 15pt;
	margin-bottom: 5pt;
	font-size: 9pt;
	color: #444;
}

#content ul{
	margin-left: -10px;
	list-style-image: url(../images/list_dot.gif);
	padding-left: 35px;
}

#content li {
	padding: 2px 0;
}

#content table{
	font-size: 10px;
}

#content td{
	padding:2px 3px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

p#note{
	color:#666;
	font-style: italic;
	font-size: 11px;
}

/* @end */

/* @group sidebar */

#sidebar {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 500px;
	width: 250px;
	position: absolute;
}

#sidebar .item {
	color: #5b5b5b;
	border-top: 1px solid #fff;
	padding: 25px;
}

#sidebar .item:first-child{
	border-top: none;
}

#sidebar .item * {
	margin: 0px;
}

#sidebar .item h4 {
	margin-bottom: 8px;
	font-size: 10pt;
}

#sidebar .item ul {
	margin: 10px 0;
	list-style-image: url(../images/list_dot.gif);
	padding-left: 20px;
}

#sidebar .item p {
	margin-bottom: 10px;
	font-size: 8pt;
	text-align: left;
}

#sidebar .item a {
	text-decoration: none;
	color: #1d56ae;
}		  
#sidebar .item a:hover {
	text-decoration: underline;
}

#sidebar .item #news_date{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 7pt;
	color: #3c64b4;
}

#partner{
	position: absolute;
	left: 500px;
	bottom: 0px;
	background-color: #fff;
	width: 225px;
	padding: 20px 25px 20px;
}

#sidebar li {
	padding: 0;
}

/* @end */


/* @group footer */

#footer {
	padding-top: 2px;
	padding-bottom: 25px;
	width: 750px;
	margin: 0 auto;
	color: #666;
	text-align: right;
	font-size: 8pt;
	background-color: #1e1e1e;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
}

/* @end */