/* CSS Document */

* {
  margin:0;
  padding:0;
}

body {
  background-image:url(../../img/bg.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
	color:#060404;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*padding:2px 0 10px 0;*/
  width:100%;
  height:100%;
}

a {
	color:#555555;
}

a img {
	border:0px;
  padding:0px;
  margin:0px;
}

form {
	display:inline;
}

hr {
	display:none;
}

p {
	padding:5px 0 5px 0;
	margin:0;
}

td {
	vertical-align:top;
}

/* Variable Klassen */


#header  {
  background-image:url(../../img/header_new.jpg);
  width:850px;
  height:136px;
}
#banner  {
  position:relative;
  left:95px;
  top:21px;
  width:468px;
  height:60px;
  cursor:pointer;
}
#button  {
  float:left;
  position:relative;
  top:42px;
  height:34px;
}

.home  {
  width:58px;
  position:absolute;
  left:192px;
}
.agb  {
  width:49px;
  position:absolute;
  left:250px;
}
.lizenz  {
  width:137px;
  position:absolute;
  left:299px;
}
.mediadaten  {
  width:100px;
  position:absolute;
  left:436px;
}
.impressum  {
  width:123px;
  position:absolute;
  left:536px;
}
#zwischen  {
  background-image:url(../../img/wrapper.jpg);
  width:850px;
  height:5px;
}

.spacer  {
  float:left;
  width:17px;
  height:10px;
}

#big  {
  background-image:url(../../img/wrapper.jpg);
  width:850px;
}
.menubox  {
  float:left;
  width:156px;
}
.menutop  {
  float:left;
  background-image:url(../../img/menuheader.jpg);
  width:136px;
  height:18px;
  padding: 2px 0px 0px 20px;
  text-align:left;
}
.menumiddle  {
  float:left;
  background-image:url(../../img/menubg.jpg);
  width:146px;
  text-align:left;
  padding:0px 5px 0px 5px;
  font-size:9px;
}
.menufooter  {
  float:left;
  background-image:url(../../img/menubottom.jpg);
  width:156px;
  height:21px;
}
.menuspace  {
  float:left;
  width:173px;
  height:10px;
}

#contentbox  {
  float:left;
  width:504px;
}

.contenttop  {
  background-image:url(../../img/contenttop.jpg);
  width:451px;
  height:21px;
  padding:4px 0px 0px 22px;
  text-align:left;
  vertical-align:top;
}
.contentmiddle  {
  background-image:url(../../img/contentmiddle.jpg);
  width:463px;
  text-align:left;
  padding:0px 5px 0px 5px;
}
.contentfooter  {
  background-image:url(../../img/contentfooter.jpg);
  width:473px;
  height:25px;
}
.contentspace  {
  float:right;
  width:677px;
  height:10px;
}

#footer  {
  background-image:url(../../img/footer.jpg);
  width:850px;
  height:20px;
  padding-top:6px;
  clear:both;
}