* {margin: 0; padding: 0;}
html 			
  { 
  height:100%
  }
body		
  { 
  margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
  }

a img 
  {
  border: none;
  color: yellow;
  }

p
  {
  padding-left: 50px;
  margin-bottom: 1em;
  }

/* seitenlayout */
#wrapper		
  {
	width: 800px;
	text-align: left;
	}
#wrapper_2
  {
  margin: 0px;
  padding: 0px;
  }
  
#wrapper_text
  {
  margin: 30px 0 30px 0;
  }

#head
  { 
  font-size: 1px;
  width: 800px; 
  height: 157px;
  margin: 0px;
  padding: 0px; 
  background-image: url(../images/header.jpg);
  }

#wrapper_head
  {
  border-bottom: 2px solid #ffffff;
  padding: 0 0 5px 0;
  }
  
#logo
  {
  float: left;
  }

#content
  {
  width: 634px;
  position: relative; 
  float: left; 
  margin-left: 14px; 
  margin-top: 250px;
  margin-bottom: 0px;
  margin-right: 0px;
  }
  

/* ------------------------------- */

.navi a
  {
  margin-top: 0px;
  margin: 0px 0px 0px 35px;
  text-decoration:none;
  text-align: center;
  color:#ffffff;
  font-weight:bold;
  }

.navi ul 
  {
  margin-top: 0px;
  padding-top: 0px;
  width: 634px;
  list-style: none;
  }
.navi li
  {
  margin-top: 0px;
  padding-top: 0px;
	font-size:12px;
	font-weight:bold;
	display:inline;
	color:#ffffff;
	width: 634px;
	}

#top_navi
  {
  text-align: right;
  }

#top_navi a
  {
  margin-top: 0px;
  margin: 0px 20px 0px 20px;
  text-decoration:none;
  text-align: center;
  color:#ffffff;
  }
#top_navi a:hover, a:focus, a:active
  {
  margin-top: 0px;
  padding-top: 0px;
  color:#fbd600;
  text-decoration:none;
  }
#top_navi ul 
  {
  margin-top: 0px;
  padding-top: 0px;
  list-style: none;
  }
#top_navi li
  {
  margin-top: 0px;
  padding: 0px;
	font-size:12px;
	display:inline;
	color:#ffffff;
	}
	
.wrapper_navi
  {
  width:800px;
  }
  
.absatz
  {
  width: 360px;
  float:left;
  }
	
.play, .pdf
  {
  width: 150px;
  float: left;
  }

.pdf
  {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
  }

.play
  {
  margin-left: 10px;
  text-align: left;
  }


/* HEADLINES */

h1
  {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 58px;
  padding-left: 165px;
  color: #ffffff;
  }

h2
  {
  font-size: 14px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left:50px;
  padding-right:100px;
  margin-bottom: 8px;
  color: #ffffff;
  }

h3
  {
  font-size: 14px;
  font-weight: bold;
  margin-top: 35px;
  padding-top: 10px;
  padding-left:50px;
  }
play
 {margin-top:400px;
 padding-left:200px;
 } 


# h2 link
  {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #ff6600;
  }

# h2 link a{text-decoration:none;color:#666666;font-weight:normal;}
# h2 link a:hover,a:active{background: #e5e5e5; color:#ff6600;font-weight:bold;}		

/* TEXT */
	
.normal
  {
  padding-bottom: 10px;
  margin-right: 10px;
  padding-right: 10px;
  }
	
	
/* IMAGES */

#main_image 
  { 
  width: 635px; 
  height: 250px; 
  position:absolute; 
  top: 115px; 
  left: 165px; 
  background-color:#ffffff; 
  }

.img  
  {
  padding: 1px;
  border: 1px solid #cccccc;
  }

	
/* LINKS */
a
  {
  text-decoration:none;
  color:#f6d800;
  font-weight:normal;
  }
  
a:hover,a:active
  {
  color:#e20020;
  font-weight:normal;
  text-decoration:underline;
  }	


/* VIDEOS */

#video
  {
  position: center;
  margin: 0px auto;
  width: 400px;
  }	
	

/* * * * * * * * * ERRORS, WARNINGS AND MESSAGES	* * * * * * * * */

.msg, .warning, .error {
	border: 3px solid black;
	padding: 0.3em;
	margin: 0.3em;
	color: #333;
	font-size: 11px;
	font-family: monaco, typewriter, fixed-width;
	
}

.msg { border-color: #19C043; }
.warning { border-color: #C2B61F; }
.error { border-color: #C40D19; }
	
	
	/*videos flv*/
	
	.video_ansicht
  {
  float:left;
  position:relative;
  text-align: center;
  margin-bottom: 20px;
  }
  
  
.video_link
  {
  width: 320px;
  border-right: 1px solid #666666;
  border-top: 1px solid #666666;
  float:left;
  } 
  
.video_rechts
  {
  width: 320px;
  border-top: 1px solid #666666;
  float:left;
  }
	
	
