/* ----------- */
/*  ALLGEMEIN  */
/* ----------- */
* {
margin:0;
padding:0;
}

html {
height:100%;
}

img {
border:0;
}

a {
color:#58585a;
text-decoration:none;
}

h1 {
background: url("gfx/headline.gif") no-repeat;
color:#ffffff;
font-size:1.3em;
text-indent:0.5em;
line-height:1.7em;
margin-bottom:1.5em;
}

/* ----------- */
/*   GERÜST    */
/* ----------- */

body {
background: url("gfx/background.gif") repeat-x;
color:#58585a;
font-size:100%;
font-family:Verdana;
height:100%;
}

#container {
background: url("gfx/background_spacer.png") repeat-y;
margin-left:auto;
margin-right:auto;
position:relative;
width:865px;
}

#header {
background: url("gfx/header.png") no-repeat;
margin-left:auto;
margin-right:auto;
position:relative;
height:220px;
width:865px;
}

#header img {
margin-left:1.5em;
margin-top:4em;
width:800px;
}

#content {
font-size:0.8em;
line-height:1.6em;
float:right;
margin-right:2em;
margin-top:1.9em;
width:70%;
}

#footer {
background: url("gfx/footer.png") no-repeat;
clear:both;
height:50px;
position:relative;
text-align:center;
top:50px;
}

#footer p {
font-size:0.7em;
line-height:6em;
}

/* ----------- */
/* NAVIGATION  */
/* ----------- */

.language {
color:#eef7fb;
font-size:0.7em;
position:absolute;
right:6em;
top:2em;
}

.language a {
color:#eef7fb;
}

.navi {
float:left;
margin-left:1.5em;
margin-top:1em;
width:20%;
}

.navi li {
border-bottom:1px solid #c6c7c8;
display:block;
float:left;
width:100%;
}

.navi li a {
font-size:0.8em;
line-height:2.5em;
text-decoration:none;
}

.navi li a:hover {
background:none;
color:#d58118;
text-decoration:underline;
}

#focus {
color:#d58118;
font-size:0.8em;
font-weight:bold;
height:2.5em;
line-height:2.5em;
text-decoration:none;
}

/* ----------- */
/*   INHALT    */
/* ----------- */

.flLeft {
float:left;
margin:0 0.5em 0 0;}

.flRight {
float:right;}



