/* general text */
* {margin: 0; padding: 0;}
body,table,td,tr,h1,h2,h3,h4 {font-family: "Arial", Helvetica, sans-serif;font-size: 15px;}
/* end general text */

/* 4 boxen */
.boxen {
	width: 200px;
	height: 129px;
	background-repeat: no-repeat;
	margin:50px 0 0 50px;
	float:left;
}
.boxen a,
.boxen a:visited {
	display: block;
	width: 200px;
	height: 129px;
	text-decoration: none;
	color: #000;

	}
#b1 a {
  padding: 80px 5px 0 5px;
	height: 129px;
	background: url("img/webdesign.jpg");
  background-repeat: no-repeat;
}
#b1 a:hover {
 background: url("img/webdesign2.jpg");
 background-repeat: no-repeat;
}

#b2 a {
  padding: 80px 5px 0 5px;
	height: 129px;
	background: url("img/biologie.jpg");
  background-repeat: no-repeat;
}
#b2 a:hover {
 background: url("img/biologie2.jpg");
 background-repeat: no-repeat;
}

#b3 a {
  padding: 80px 5px 0 5px;
	height: 129px;
	background: url("img/hutanger.jpg");
  background-repeat: no-repeat;
}
#b3 a:hover {
 background: url("img/hutanger2.jpg");
 background-repeat: no-repeat;
}
#b2 {clear:left;}

#b4 a {
  padding: 80px 5px 0 5px;
	height: 129px;
	background: url("img/skatkurs.jpg");
  background-repeat: no-repeat;
}
#b4 a:hover {
 background: url("img/skatkurs2.jpg");
 background-repeat: no-repeat;
}


/* end 4 boxen */

/* text */
.text {font-size: 3px;color:#FFFFFE;}
.text h1 {font-size: 8px;color:#FFFFFE;}
.text h2 {font-size: 7px;color:#FFFFFE;}
.text h3 {font-size: 6px;color:#FFFFFE;}
.text b {font-size: 5px;color:#FFFFFE;font-weight:normal;}
.text a {font-size: 3px;text-decoration:none;font-weight:bold;background:#FFFFFF;}
.text a:link {color:#FFFFFE;background:#FFFFFF;}
.text a:visited {color:#FFFFFE;background:#FFFFFF;}
.text a:active {color:#FFFFFE;background:#FFFFFF;}
.text a:hover{color: #FFFFFE;background:#FFFFFF;}
/* text ende */

/* druckbereich */
.print {
      display: none;
      }
/* end druckbereich */

/* ########################################## */

/* IDs */

#maindiv {
         width: 500px;
         height:auto;
	       padding: 0px;
	       margin-top: 0px;
	       margin-bottom: auto;
	       margin-right: auto;
	       margin-left: auto;
         text-align:center;
      }


#inhalt {
      width:100%;
      min-width:600px;
      margin: 0 auto;
      }

#website {
      display: none;
      }
