﻿@CHARSET "UTF-8";

*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #047ABE;
}

body
{
	background: #000000;
	font-family: arial, sans-serif;
	font-size: 11pt;
}

img
{
	border: 0;
}

#wrapper
{
	margin: auto;
	width: 1000px;
	background: #FDE1C0;
}

table#head
{
	border: 0;
	padding: 0;
	
	border-spacing: 0;
	border-collapse: collapse;
	
	background: url("../images/headbg.gif") 0px 2px repeat;	
}

#head td#logo
{
	width: 587px;
	height: 162px;
	
	background: url("../images/head.jpg") no-repeat;
}

#head td#nav
{
	width: 413px;
	height: 49px;
	
	padding: 0px;
	text-align: right;
	
	background: url("../images/navbg.png") top left no-repeat;
}

#head #nav span#switch
{
	font-size: 10px;
	margin-right: 40px;
}

#head #nav #switch a
{
	color: #FFFFFF;
	text-decoration: none;
}

#head #nav #switch a.cur
{
	padding-left: 3px;
	padding-right: 3px;
	background: #C16E0E;
}

#head #nav span#links
{
	margin-right: 100px;
}

#head #nav span#links a
{
	margin-left: 15px;
}

#head td#news
{
	font-size: 12px;
	color: #431E05;
	vertical-align: top;
	height: 112px;
	
	background: url("../images/newsbg.png") top left no-repeat;
}

#head #news h2 {
	display: block;
	float: left;
	
	padding-top: 10px;
	padding-left: 20px;
}

#head #news h2  a {
	font-size: 18px;
	font-weight: 100;
	color: #431E05;
}

#head #news div {
	float: right;

	padding-top: 10px;	
	width: 220px;
	padding-right: 90px;
}

#main
{
	width: 100%;
	
	background: url("../images/mainbg.jpg") top right no-repeat;
}

#main #mainNav
{
	width: 239px;
	height: 612px;
	
	background: url("../images/mainNavbg.jpg") 59px 43px no-repeat;
}

#leftCol
{
	background: url("../images/leftColbg.jpg") 209px 100px repeat-y;
}

#mainNav ul
{
	list-style: none;

	margin-left: 12px;
}

#mainNav li
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
}

#mainNav li a
{
	color: #A9662D;
	
	text-decoration: none;
	font-size: 11pt;	
}

#mainNav li.cur
{
	background: url("../images/key.gif") left top no-repeat;
}

#mainNav li.cur a
{
	color: #751B10;
	font-weight: 600;
}

#mainTable
{
	border: 0;
	padding: 0;
	
	border-spacing: 0;
	border-collapse: collapse;
}

#mainTable td
{
	vertical-align: top;
}

#rightCol
{

}

#main #content
{	
	width: 735px;
	height: 100%;
	
	border-top: #FBE5CB solid 1px;
	
	margin-top: 43px;
}

#png
{
	float: right;
	clear: both;
	
	width: 367px;
	height: 30px;

	background: url("../images/contentbg.png") no-repeat;
}

#content div.inner .news ul {
	list-style: none;
	padding-left: 0px;
}

#content div.inner .news li {
	margin-bottom: 12px;
}

#content div.inner a
{
	color: #BF5A0F;
}

#content div.inner h1
{
	color: #751B10;
	font-size: 26px;
	font-weight: 100;
	margin-bottom: 25px;
}

#content div.inner p
{
	margin-top: 12px;
	color: #431E05;	
	font-size: 11pt;
	line-height: 24px;

}

#content div.inner ul
{
/*	list-style: none;*/
	padding-left: 20px;
}

#content div.inner ul ul li
{
	padding-left: 10px;
}

#main #content div.inner
{	
	padding: 25px;
	padding-left: 50px;
	
	min-height: 550px; 
	height: auto;	
	
	background:  #FEEBD6;
}

#main #content div.inner img.float
{
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
}

#footer
{
	border-top: #D16C13 solid 1px;
	
	margin-left: 20px;
	margin-right: 20px;
	
	font-size: 11px;	
	
	height: 110px;
}

#footer span
{
	display: block;
	float: left;
	margin-top: 20px;	
}

#footer img
{
	float: left;
}

#footer span.copyright
{
	padding-left: 12px;
	padding-right: 130px;
	
	color: #595959;
}

#footer span.imprint
{
	padding-left: 235px;
}

#footer span.imprint a
{
	text-decoration: none;
	color: #595959;
}

#footer span.design
{
	padding-left: 20px;
	color: #595959;
}

#footer span.design a
{
	text-decoration: none;
}

#home
{
	width: 838px;
	height: 481px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin-top: -240px;
	margin-left: -419px;
	
	background: url("/images/home.jpg") top left no-repeat;
}	

#home a
{
	display: block;
	position: absolute;
	top: 299px;	
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
	padding-top: 7px;	
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
}


#home a#eng
{
	left: 497px;
}

#home a#ger
{
	left: 602px;
}

iframe 
{
	border: 0;
	width: 100%;
	height: 600px;
}
