body {
    color: white; background-color: transparent;
	font-size: 15px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
  }


p, a, h1, h2, h3 { margin: 0.5em 0 0.5em 0; }

a:link  { color:#bc0000; }
a:visited  { color:#bc0000; }

p#Bildtext {
	}

img {
    border:none;
    }
	
img.ImText {
	width: 140px;
	cursor: pointer;
    }
	
img.PopUp {
    }

div {
    overflow:hidden;
    }
	
div.PopUp {
    overflow:visible;
    position:fixed;
	left:650px;
	top:100px;
	width:570px;
	z-index:999;
	border:3px solid black;
	display:none;
	cursor: pointer;
	background-color: #555555;
	font-weight: bold;
	color: white;
	text-align: center;	
    }

 div#LinksOben {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 194px;
    border: none;
    background-color: white;
    background-image: url(images/bgLinksOben.jpg);
  }

div#Kopf {
    position: absolute;
    width: 1737px;
    height: 194px;
    top: 0px;
    left: 200px;
    border: none;
    background-color: white;
	cursor: pointer;
  }

  div#Mitte {
    position: absolute;
    width: 1737px;
    top: 194px;
    left: 200px;
    border: none;
    background-color: #333333;
  }

  div#MenuBar {
    border: none;
    width: 1737px;
    height: 30px;
    background-color: #bc0000;
  }

  div#Inhalt {
    padding: 1em;
    width: 1030px;
    min-height: 495px;
    border: none;
    color: white; background-color: #333333;
	overflow: auto;
  }

  div#FussBar {
    position: static;
    border: none;
    width: 1737px;
    height: 15px;
    background-color: #bc0000;
  }

  div#LinksMitte {
    position: absolute;
    width: 200px;
    height: 10000px;
    top: 194px;
    left: 0px;
    border: none;
    background-color: #bc0000;
    background-image: url(images/bgLinksMitte.png);
  }

 div#LinksUnten {
    position: absolute;
    width: 200px;
    height: 10000px;
    top: 1500px;
    left: 0px;
    border: none;
    background-color: white;
    background-image: url(images/bgLinksUnten.jpg);
  }

  div#Fuss {
    position: static;
    width: 1737px;
    border: none;
	padding: 1em;
    background-color: white;
    text-align: left;
    vertical-align: top;
  }

  div#EditButton {
    position: absolute;
    right: 0px;
    top: 2px;
    margin-right: 2px;
    }

  div.Menubody {
    position: absolute;
    height: 24px;
    width: auto;
    top: 200px;
    left: 200px;
    border: none;
    color: white;
    background-color: #bc0000;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
  }  
  
  div.Menubody:hover {
    overflow:visible;
  }

  div.MenuBackground {
    background-image: url(images/bgMenu.jpg);
  }

  div.Menutitel {
    height: 24px;
    font-weight: bold;
    background-color: transparent;
    padding-left: 0.2em;
    padding-right: 0.2em;
  }

  div.Menutitel:hover {
    color: black;
  }

  div.Menutrenner {
    position: absolute;
    top: 200px;
    height: 20px;
    background-color: transparent;
    border-left: 1px solid white;
    z-index: 100;
    }


  div.Button {
    background-color: transparent;
    font-weight: bold;
    padding: 0.2em;
  }

  div.Button:hover {
    color: #bc0000;
  }

  table {
     width: 600px;
  }
  
  td {
    vertical-align:top;
	text-align: justify;
  }
  
  input.Button {}
  input.Textfeld {width:300px;}
  textarea.Bereich {width:300px;height:200px;}
