/*
Eine Angabe = alle vier Ränder des Elements erhalten den gleichen Außenabstand.
Zwei Angaben = erste für oben/unten, zweite für rechts/links.
Drei Angaben = erste für oben, zweite für rechts/links, dritte für unten.
Vier Angaben = erste für oben, zweite für rechts, dritte für unten, vierte für links.
*/

html{ overflow-y:scroll; }
/* Scrollbalker erzwingen
oder ? html{ margin-bottom : 1px; height : 100%; }
*/

body{
margin: 0;
padding: 0;
background-color: #E1FBFF;
/* border: 2px red solid; */
}

#mitte{
width: 950px;
margin: 0 auto;
background-color: #E1FBFF;
/* border: 2px lime solid; */
}

#kopf{
width: 950px;
position:fixed;
text-align: center;
background-color: #E1FBFF;
background: url(eImages/bg_wolken08.gif);
/* border: 2px #0000FF solid; */
float: right; /* an die linke Seite*/
z-index: 10;
}

#kopf table {
margin: 0;
padding: 0;
width: 100%;
}

#menuebox{
margin-top: 128px; /* höhe des Kopfes*/
float: left; /* an die linke Seite*/
width: 185px;
/* border: 2px #00FFFF solid; */
}

#inhalt{
margin-top: 125px; /* höhe des Kopfes */
padding-top: 5px;
float: right; /* an die rechte Seite */
width: 757px;
background-color: #E1FBFF;
z-index: 10;
/* border: 2px #008000 solid; */
}

#fuss{
padding-top: 5px;
clear: both;
background-color: #C1F5FE;
/* border: 2px #FF00FF solid; */
}

/*- Link allgenein ----------------- */
a {
text-decoration: none;
}

a.link, a.link:link, a.link:visited{
padding: 1px;
color: #00007F;
background-color: #C1F5FE;
}
a.link:hover {
color: #FF0000;
background-color: #C0EAFE;
font-weight: normal;
}

/* Tabelle Presse -----------*/
#Presse{
text-align: center;
width: 600px;
margin: 0 auto;
position: relative;

}
a.pr, a.pr:link, a.pr:visited {
color: #00007F;
}
a.pr:hover {
color: #FF0000;
}

/*- Menu --------------------------- */

#menu1 {
width: 183px;
margin: 0;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}

#menu1 ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu1 img {
border: none;
}

#menu1 li {
margin-top: 2px;
}

#menu1 li a {
height: 22px;
text-decoration: none;
}

#menu1 li a:link, #menu1 li a:visited {
color: #666;
padding-left: 8px;
display: block;
background: url(eImages/menue.gif) 0 -64px;
padding: 10px 0 0 33px;
}

#menu1 li #sel {
color: #000;
font-weight: bold;
background: url(eImages/menue.gif);
padding: 10px 0 0 33px;
}

#menu1 li a:hover{
color: #000;
font-weight: bold;
background: url(eImages/menue.gif) 0 -32px;
padding: 10px 0 0 33px;
}