html
{
 height:90%;
}

body 
{
 background:url(img/bg.jpg);
 background-attachment:fixed;
 font-family:Gill Sans MT,Arial,Helvetica,sans-serif;
 font-size:12px;
 margin:0;
 padding:10% 0 0 0;
 text-align:center;
 height:80%;
}

html>body
{
 height:90%;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}


form {
margin: 0;
}

input, textarea, select, object {
border: 1px solid #cccccc;
background-color: #ffffff;
color: #000000;
font-size:12px;
}


a:link, a:visited
{ 
  text-decoration:none;
  font-weight:bold;
  color:#999999;
  font-size:12px;
}
a:active, a:hover
{ 
  text-decoration:none;
  color:#666666;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#999999;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#666666;
}

/* Gesamter Inhalt */
#gesamt
{ 
color:black;
width:620px; 
height:80%; 
text-align:left; 
margin:auto;
padding:0px; 
overflow:auto;
}

/* Logo */
#title {
height:30px;
padding:5px;
text-align:center;
}

/* Menü */
#menu {
color:#ffffff;
text-align:center;
padding:10px 0px;
}

/* Inhalt */
#content {
background-image:url(img/hintergrund2.jpg); 
background-repeat:no-repeat;
background-position:60px 30px;
border:1px solid #cccccc;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
background-color:#ffffff;
padding:5px;
text-align:center;
color:#000000;
}

/* Fusszeile */
#fuss {
color:#ffffff;
text-align:center;
padding:10px 0px;
}

