body
{
	background:url(images/bkg.jpg) repeat-x #FFFFFF;
	text-align:center;
	margin:0 auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container
{
	padding-top:167px;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	width:917px;
	margin:0 auto;
	text-align:left;
        position: relative;
}
#lang
{
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(images/lang_bg.jpg);
    height: 30px;
    width: 149px;
    text-align: center;
    padding-top: 3px;
}

#lang a
{
    margin-right: 5px;
    display: inline-block;
}

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

#lang a.it
{
    background-image: url(images/it_over.gif);
}

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

#lang a:hover img
{
    visibility: hidden;
}

#menu
{
    position:absolute;
    top:115px;
    left: 0px;
    height:52px;
    width: 917px;
}
#menu a.top, #menu .active
{
text-align:center;
line-height:52px;
height: 52px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#1981bf;
text-decoration:none;
float:left;
background-color:#ffffff;
border-right:1px solid #0d95ce;
}
#menu a.top:hover, #menu .active
{
margin-top:15px;
line-height:37px;
height: 37px;
}
#headimg
{
background-color:#ffffff;
height:250px;
margin-right: 1px;
padding-left: 15px;
}

* html #headimg
{
    margin-right: 2px;
}


#content
{
	text-align:left;
	padding:17px;
	width:632px;
	line-height:20px;
	background-color:#ffffff;
	float:left;
}
#content ul
{
	margin-left:10px;
}
#content li
{
	list-style-type:circle;
}
#content h1, h2
{
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:10px;
	font-size:14px;
}

#right
{
background-color:#ffffff;
	line-height:20px;
	padding-top:17px;
	float:left;
	margin-left:20px;
        width:230px;
	text-align:left;
        min-height: 300px;
        height: auto !important;
        height: 300px;
}

#right h2
{
    font-size: 13px;
    padding-left: 5px;
}

#right li
{
	background-image:url(images/li.jpg);
	background-repeat:no-repeat;
	padding-left:33px;
	line-height:23px;
	font-weight:bold;
}
#right a
{
	line-height:23px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
#right a:hover
{
	font-weight:bold;
}

#footer
{
	width:600px;
	float:right;
	text-align:right;
	padding-right:15px;
	padding-bottom:20px;
	line-height:18px;
	display:block;
}
#footer a
{
	color:#000000;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
width:131px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
width:130px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:130px;
w\idth:129px;
}
/* de worn olle #ffffff */
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:52px;
left:0px;
z-index:200;

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:52px;
t\op:52px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:160px;
top:0;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-50px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

.menu ul ul li {
width: 160px;
border-right: 0px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background-image:url(img/menu_bkg_ie.gif);
color:#000;
height:auto;
line-height:24px;
width:160px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
font-size:14px;
background-color:#ffffff;
padding-right: 10px;
padding-left: 10px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:160px;
w\idth:159px;
}

.menu ul ul a:hover
{
    font-weight: bold;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}