/* General Styles */
html, body {
  color: #000000;
  font-family: Tahoma, sans-serif;
  background-color: #649cd0;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-image: url('images/seite.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
}

body{
  margin-left: 180px;
  background-image: url('images/seite.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
}

img {
 border: 0;
}

div#left {
  position: fixed;  
  top: 0;
  left: 0;
  width: 410px;
}

/* Header Styles */
div#header {
}

div#header h1 {
  display: none;
  width: 0;
  height: 0;
}


/* Footer Styles */
div#footer {
  position:absolute;
  color: white;
  top: 20px;
  left: 1170px;
  font-weight: bolder;
  letter-spacing: 0.2em;
  line-height: 2em;
}

/* Menu Styles */
div#menu {
  margin-left: 30px;
}

div#menu ul {
  padding: 0;
  margin: 0;
}

 div#menu ul li {
  display: inline;
  padding-right: 1em;
}


div#menu ul li a:link, div#menu ul li a:active, div#menu ul li a:visited {
  color: #000;
  text-decoration: none;
  font-size: 1.2em;
  font-family: Verdana;
  font-weight: bold;
}

div#menu ul li a.active:link, div#menu ul li a.active:active, div#menu ul li a.active:visited {
  color: #de1b19;
}
div#menu ul li a.active:before {
  content: url('images/moewe.gif');
}


div#menu ul li a:hover, div#menu ul li a.active:hover {
  text-decoration: underline;
}

/* Content Styles */
div#content {
  padding-bottom: 180px;
  margin-left: 20px;
  max-width: 900px;
}

iframe#iframe {
  width: 100%;
  height: 650px;
  border: 0;
}

table#sponsoren {
  border: 0;
  border-spacing: 1em;
}

table#sponsoren td {
  vertical-align: top;
}

table#sponsoren td.logo {
  text-align: right;
}

div#content a:link, div#content a:active, div#content a:visited {
  color: #204080;
  font-weight: bold;
  letter-spacing: 0.1em;
}
