body {
  background: url('/images/backgroundcolor.png');
}

body, div, p, h1, h2, h3, h4, tr, td, span {  font-family: verdana, tahoma, arial, sans-serif; color: white}

h3 {
  padding: 0px;
	margin: 15px 0px 15px 0px;
}

img {
  border: 0px;
}

a, a:link, a:hover, a:visited {
  color: white;
}

divhh {
  border: solid green 1px;
}
/*******************************************************************************/ 

div#page {
  position: relative;
	margin: auto;
	width: 1000px;	 
}

div#head {
  position:relative;
  margin-top: 20px;
/*  background: url('/images/head.png') black;*/
  background: black;
	width: 1000px;
	height: 334px;
}

div#body {
  position: relative;
  background: black;
	width: 1000px;
}

div#footer {
  position: relative;
  background: url('/images/footer.png');
	width: 1000px;
	height: 140px;
}

div#br {
  position: absolute;
	bottom: 0px; right: 0px;
  background: url('/images/corner_br.gif');
	width: 140px;
	height: 140px;
}

div#bl {
  position: absolute;
	bottom: 0px; left: 0px;
  background: url('/images/corner_bl.gif');
	width: 140px;
	height: 140px;
}

div#tl {
  position: relative;
  background: url('/images/corner_tl.gif');
	width: 140px;
	height: 140px;
}

div#tr {
  position: relative;
  background: url('/images/corner_tr.gif');
	width: 140px;
	height: 140px;
}

/*******************************************************************************/ 

#videos, #kontakt {
  position: absolute;
	top: 230px;
	height: 40px;
	width: 200px;
	border: 0px;
	font-size: 30px;
  text-decoration: underline;
}

#videos {
	left: 80px;	
	text-align: left;
}

#kontakt {
	right: 80px;	
	text-align: right;
}

#nlf {
  position: absolute;
	background: url('images/nlf.gif');
	bottom: 32px;
	left: 50%;
	margin-left: -131px;;
	width: 262px;
	height: 100px;
}

#paar {
  position: absolute;
	background: transparent url('images/paar.gif');
	bottom: 15px;
	left: 50%;
	margin-left: -190px;;
	width: 384px;
	height: 165px;
}

#fade {
  position: absolute;
	background: url('images/fade.gif');
	bottom: 32px;
	width: 1000px;
	height: 102px;
}

#links {
  position: absolute;
	background: url('images/links.jpg');
  bottom: 134px;
	left: 0px;
	width: 270px;
	height: 185px;
}

#mitte {
  position: absolute;
	background: url('images/mitte.jpg');
  bottom: 134px;
	left: 50%;
	margin-left: -84px;
	width: 168px;
	height: 184px;
}

#rechts {
  position: absolute;
	background: url('images/rechts.jpg');
  bottom: 134px;
	right: 0px;
	width: 300px;
	height: 195px;
}

/*******************************************************************************/ 

.row{
  position: relative;
  width: 100%;
	padding: 10px 0px 30px 0px;
}

#title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
 
/*******************************************************************************/ 

.box1, .box2, .box3 {
  height: 240px;
}

.box1 {
  position: absolute;
  width: 288px; 
	text-align: center;
	left: 10px;
	top: 10px;
} 

.box2 {
  position: relative;  
  width: 320px; 
	border: solid 2px silver;
  margin: auto;
} 

.box3 {
  position: absolute;
  width: 288px; 
	text-align: center;
	right: 10px;
	top: 10px;
} 

.play {
  background: url('images/play.png');
	width: 36px;
	height: 34px;
	position: relative;
	bottom: 42px;
	left: 5px;
}
/*******************************************************************************/ 
.col0 {
  height: 1020px;
	width: 0px;
	float:left;
}

.col1, .col2, .col3 {
  height: 1000px;
}

.col1 {
  position: absolute;
  width: 233px; 
	text-align: center;
	left: 20px;
	top: 0px;
} 

.col2 {
  position: relative;
  width: 412px; 
  text-align: center;
	font-weight: bold;
	margin: auto;
} 

.col3 {
  position: absolute;
  width: 234px; 
	text-align: center;
	right: 20px;
	top: 0px;
} 

#name, #email, #comments {
  width: 300px;
	margin: 3px 0px 20px 0px;
	border: solid 2px #cccccc;
	background: #999999;
	font-weight: bold;
	color: black;
}

#name, #email {
  height: 18px; text-align: center	
}

#comments {
  height: 190px;	
}

/*******************************************************************************/

