
#outer
{
position: relative;
width: 800px;
margin: 0 auto;
background: #fff;
padding-bottom: 100px;
}

#sprache
{
position: relative;
width: 800px;
height: 15px;
text-align:right;
}

#icons
{
position: absolute;
top: 220px;
right: 20px;
}

#sphere
{
position: absolute;
top: 20px;
left: 20px;
}

#splash
{
position: relative;
background: #00484a;
width: 790px;
height: 120px;
padding:  7px 7px 7px 7px;
text-align:right;
}

#head
font: 20px helvetica;
padding: 100px 100px 50px 100px;
/*position: relative;
width: 800px;
background: #EEEEEE;
height: 150px;*/
}

#content
{
font: 10px helvetica;
}

h1
{
padding: 70px 100px 35px 1.59cm;
font: 16px helvetica;
font-weight: bold;
color:#192829;
border-bottom:solid thin black;
}

h2
{
font: 14px helvetica;
font-weight: bold;
padding-top: 20px;
font-weight: bold;
margin-bottom: 0px;
}

h3
{
font: 12px helvetica;
font-weight: bold;
color: #000000;

}

p,li
{
margin-top: 0px;
font: 12px helvetica;
}

a
{
text-decoration:none;
color: #ff8500;
}

table
{
width:100%;
border:thin solid black; border-spacing:0px;
}

table p
{
margin-top: 0px;
margin-bottom: 0px;
}

table col
{
width: 100px;
}

li p
{
margin-top: 0px;
margin-bottom: 0px;
}

span.cit
{
color: rgb(0, 72, 74);
}

/*---------------------------------MENU--------------------------------*/
#menu {
width: 100%;
padding-left: 3px;
height: 30px;
padding-top: 10px;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 133px;
float: left;
background: #bbb;
}

#menu a, #menu h2 {
font: 11px helvetica;
display: block;
margin: 0;
}

#menu a {
border-width: 1px;
border-style: solid;
border-color: #888;
padding: 2px 3px;
color: #000;
text-decoration: none;
}

#menu a:hover {
color: #000;
background: #ff8500;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
background: #ddd;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
background: #fff;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*---------------------------------MENU--------------------------------*/