body {
background-image: url('background.jpg');
background-repeat: no-repeat;
padding: 0px 0px 0px 220px;
margin: 0px;
font-family: 'Lucida Sans Unicode','Lucida Grande';
font-size: 11px;
}
img {
border: 0px;
}
#page {
}
#logo {
position: absolute;
width: 240px;
height: 240px;
float: left;
left: 0px;
top: 0px;
}
#logo img {
margin: 30px 0px 0px 30px;
}
#nav_main {
width: 720px;
height: 19px;
background-color: #fecc00;
float: left;
font-size: 12px;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
clear: both;
}
#nav_main ul {
margin: 0px;
padding: 0px 10px 0px 10px;
}
#nav_main li {
display: block;
float: left;
padding: 2px 10px 0px 10px;
}
#nav_main a {
text-decoration: none;
color: #FFF;
}
#nav_main a.current, #nav_main a:hover {
text-decoration: none;
color: #585952;
}
#nav_sub {
position: absolute;
width: 179px;
height: 200px;
left: 40px;
top: 220px;
}
#nav_sub ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#nav_sub li {
display: inline;
}
#nav_sub a {
display: block;
color: #737476;
text-decoration: none;
padding: 4px 10px 4px 10px;
background-color: #FFF;
margin: 2px 0px;
border-left: 5px solid #FFF;
}
#nav_sub a:hover {
border-left: 5px solid #737476;
}
#nav_sub a.current, #nav_sub a.current:hover {
border-left: 5px solid #FFC100;
color: #FFC100;
}

#nav_sub ul ul a {
color: #B1B1B1;
font-style: italic;
margin: 0px 0px;
}

#content {
clear: both;
float: left;
font-size: 12px;
width: 720px;
min-height: 425px;
height:auto !important;  /* für moderne Browser */
height:425px;  /*für den IE */
background-color: white;
}
#content ul {
	list-style: square;
	padding-left: 25px;
	
}
#s3slider ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content p {
margin: 6px 0px;
}
#banner_headline {
float: left;
width: 720px;
height: 58px;
clear: both;
overflow: hidden;
}
#banner_images {
float: left;
clear: both;
width: 730px;
height: 58px;
margin-bottom: 2px;
}
#banner_images img {
float: left;
margin-right: 1px;
}

#banner_images img:first-child {
float: left;
margin-right: 2px;
}
#footer {
clear: both;
float: left;
width: 720px;
margin-top: 10px;
color: #B4B4B4;
}


#footer #contact {
float: left;
}

#footer #language {
	float: right;
}

#footer #language ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer #language li {
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}

#footer #language a {
	text-decoration: underline;
}

#footer #language li.none {
	color: #CCC;
}
#footer #language li.active a {
	color: #737476;
	font-weight: bold;
}

#footer a {
color: #B4B4B4;
text-decoration: underline;
}
#footer a:hover {
color: #333;
}

#content .right {
	width: 360px;
	float: right;
	padding: 26px 0px;
}

#content .left {
	float: left;
	padding: 20px;
	width: 320px;
}

#content h1 {
	font-size: 14px;
}

#content h2 {
	font-size: 12px;
}
#content a {
	color: #B4B4B4;
	text-decoration: underline;
}

#content a:hover {
	color: #333;
}


.clear {
	clear: both;
}

h1 {

}

#banner_headline h1 {
	font-family: Georgia;
	padding: 0px 2px 0px 20px;
	text-align: right;
	margin: 22px 0px 0px 0px;
	color: #C4C4C4;
	font-style: italic;
	font-size: 36px;
	font-weight: normal;
}

#page_1 .left {
	padding: 0px;
}



/* Slideshow */

#s3slider {
    width: 360px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
    padding: 0;
    margin: 0;
}

#s3sliderContent {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#s3slider .s3sliderImage {
    float: left;
    position: relative;
	display: none;
}
#s3slider .s3sliderImage span {
	display: none !important;
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#s3slider .clear {
	clear: both;
}
#s3slider .s3sliderImage span strong {
    font-size: 14px;
}
#s3slider .top {
	top: 0;
	left: 0;
}
#s3slider .bottom {
	bottom: 0;
    left: 0;
}
#s3slider .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 285px;
}
#s3slider .right {
	right: 0;
	bottom: 0;
	width: 130px !important;
	height: 285px;
}
#s3slider ul { list-style-type: none;}
#s3slider img {
    border: 0;
}