body {
	background-image: url(./../pics/bgrnd_hell.gif);
	margin: 0px;
}

img {
  border: 0;
}

ul,
ol {
	list-style: inherit;
	text-align: left;
	margin-top: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#maindiv
{
  /* Ausmaße und Ausrichtung */
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}


#titlediv
{
	/* Ausmaße und Ausrichtung */
  width: 800px;
	height: 196px;
	background-color: #003366;
}

#bannerdiv
{ 
  /* Ausmaße und Ausrichtung */
  width: 800px;
  height: 140px;
  background-color: #78361E;
}

#menu {
	float: left;
	clear: both;
	width: 800px;
	height: 25px;
	line-height: 25px;
	background-color: #000000;
	color: #FFFFFF;
}

#menudiv
{
	/* Ausmaße und Ausrichtung 
  float: left;*/
  clear: both;
	width: 800px;
	height: 25px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: black;
}

#headerdiv
{ 
  /* Ausmaße und Ausrichtung */
  width: 800px;
  height: 223px;
}

#contentdiv
{ 
  /* Ausmaße und Ausrichtung */
  clear: both;
  width: 800px;
}

div.menuelement {
	float: left;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
}

div.menuelementnb {
	float: left;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

div.submenu {
	position:relative;
	/*z-index:1;*/
	width: 190px;
	height: 100px;
	margin-left: -1px;
	color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	display: none;
	/*background-color: #003366;*/
	background-color: #000000;
	
}

.copyright {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}

.menu {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.menubutton {
	color: #ffffff;
}

.textbox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	color: #ffffff;
	/*background-color: #003366;*/
	background-color: #000000;
}

.textboxblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	color: #ffffff;
	/*background-color: #003366;*/
	background-color: #000000;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.textfett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border:0;
	color: #ffffff;
	/*background-color: #003366;*/
	background-color: #000000;
}

.textkl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.td {
	/*background-color: #003366;*/
	background-color: #000000;
}

.tdblack {
	background-color: #000000;
}

.backcolor {
	background-color: #ffffff;
}

#programm {
		height: auto;
		min-height:400px;
	}
	
	#programm .terminElement{
		margin-top: 20px;
		/*min-height: 30px;*/
	}
	
	#programm .spacerElement{
		margin-top: 20px;
		height: 30px;
	}

