﻿body {
background-color: #B9CA32;
font-size: 11px;
line-height: 18px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#ffffff;
padding:0;
margin:0;
}

a {color: #B9CA32; text-decoration:none;}
a:visited {color:#B9CA32; text-decoration:none;}
a:hover {color: #F36817; text-decoration:none;}
a:active {color:#F36817; text-decoration:none;}

a.superactive {color:#F36817; text-decoration:underline;}
a.superactive:hover {color:#F36817; text-decoration:underline;}

#img1 {border-width: 0px;}
#img2 {border-width: 0px;}
#img3 {border-width: 0px;}
#img4 {border-width: 0px;}
#img5 {border-width: 0px;}
#img6 {border-width: 0px;}
#img7 {border-width: 0px;}


/* --------------Layout------------- */

#container {
  position:absolute;
  left: 50%;
  width: 900px;
  margin-left: -450px; /* negative Hälfte von width */
  top: 50%;
  height: 600px;
  margin-top: -300px; /* negative Hälfte von height */

  background: #000000 url("images/funtastica.jpg") no-repeat;
}

#logo {
	width: 400px;
	height: 80px;
	float: left;
}

.style2 {
	color: #101410;
}

/* --------------Navigation------------- */

#nav { 	
  width: 420px;
  height: 20px;
  margin: 50px 0px 0px 465px;  
}

#headline { 	
  width: 400px;
  height: 25px;
  margin: 50px 0px 0px 465px;
}


/* --------------Inhalt------------- */

#inhalttext { 	
  margin: 20px 0px 0px 465px;
  width: 380px;
}

.inhaltprogramm { 	
  margin: 20px 0px 0px 20px;
  width: 260px;
  float:left;
}
