body {
	margin: 0 auto;
	padding: 0; /* need for Opera */
	color: rgb(0,0,0);
	font-family: verdana, helvetica, sans-serif;
  	font-size: 13px;
  	width: 100%;
  	text-align: center;
	}

a {
	color: rgb(0,0,0);
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

a.textlink:link {
	font-family	: verdana;
         text-decoration : underline;
         font-weight	: normal;
         color:rgb(0,0,0);
}

a.textlink:visited {
	font-family	: verdana;
         text-decoration : underline;
         font-weight	: normal;
         color:rgb(0,0,0);
}

a.textlink:active{
	font-family	: verdana;
         text-decoration : underline;
         font-weight	: normal;
         color:rgb(0,0,0);
}

a.textlink:hover{
	font-family	: verdana;
         text-decoration : underline;
         font-weight	: normal;
         color:rgb(0,0,0);
}

a:hover {
        text-decoration: underline;
        }

#page {
  	background: transparent;
  	width:940px;
  	margin: 0;
  	padding-bottom: 10px;
  	border: 0;
  	text-align: left;
	}

#header {
  	height: 103px;
	background: url("image/header.png") no-repeat top left;
 	padding: 0;
  	margin: 0;
  	margin-bottom: 15px;
  	}

#headertext {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0 0 109px;
	width: 690px;
	}

#menu {
  	font-size: 11px;
	font-weight: normal;
  }

#menu #current {
  	background: url(image/gradient_hover.png) repeat-x bottom;
  	padding-left: 12px;
  	padding-right: 12px;
  	border-left: 1px solid #aaaaaa;
  	border-right: 1px solid #aaaaaa;
  	}

#menu #last a { margin-right: 0; }

#menu a {
  	float: left;
  	color: rgb(0,0,0);
  	padding-top: 4px;
  	height: 18px;
  	padding-left: 12px;
  	padding-right: 12px;
  	text-decoration: none;
  	font-weight: normal;
  	}

#menu a:hover {
  	background: url(image/gradient_hover.png) repeat-x bottom;
  	padding-left: 11px;
  	padding-right: 11px;
  	border-left: 1px solid #aaaaaa;
  	border-right: 1px solid #aaaaaa;
  	}

#menu li { display: inline; margin: 0; text-align: center; }

#menu ul { list-style: none; margin: 0; padding: 0; text-transform: uppercase; }

#targetArea {
 	padding: 5px 0 0 0;
	margin:0;
	height: 200px;
	font-size: 14px;
	color: rgb(51,51,51);
	line-height: 1.4em;
	width:760px;
	float:left;
	}

#block_l {
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	WIDTH: 440px;
	PADDING-TOP: 0px
}

#block_r {
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	WIDTH: 440px;
	PADDING-TOP: 0px;
}

#block_100 {
	PADDING-LEFT: 10px;
	FLOAT: left;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	}

#block_23 {
	WIDTH: 540px;
	PADDING-RIGHT: 50px;
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 0px;

}

#block_13 {
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	WIDTH: 325px;
	background-color:rgb(230,230,230);
}

#ueberschrift {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	}

img.rand {
	border:1px solid rgb(150,150,150);
}

#textkasten
{
  font-family:Arial;font-size:10px;
  position:relative;
  border:0px solid #000000;
  color:white;
  background-color:rgb(153,0,0);
  font-weight:normal;
  padding:5px;
  height: auto;
  opacity: 1.00;
  filter: alpha(opacity=100);
}

.formularfeld {
	background-color: white;
	font-family: Verdana, Arial;
	font-size: 12px;
         color:rgb(0,0,0);
         border: 1px solid;
	border-color: rgb(100,100,100);
         font-weight: normal;
}

.submitfeld {
	background-color: rgb(240,240,240);
         margin:0px;
         color:rgb(153,0,0);
	font-family: Verdana, Arial;
	font-size: 10px;
         border: 1px solid;
	border-color:rgb(153,0,0);
         font-weight	: normal;
         }

#kontakt_l {
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 30px;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	WIDTH: 500px;
	PADDING-TOP: 0px
}

#kontakt_r {
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	WIDTH: 360px;
	PADDING-TOP: 0px;
	}

a.myPlayer {
	display:block;
	width: 320px;
	height:240px;
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
	}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
	}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
	}