body {
padding-top:50px;
padding-left: 130px;
background: #8999AB;
}

#wrapper
{
width: 1002px;
height: 758px;
}


#header
{
width: 1002px;
height: 705px;
background-image: url(header.jpg);
}

#linkbox
{
width: 300px;
height: 135px;
padding-top: 210px;
padding-left:260px;
}

#internetbox
{
float:left;
width: 600px;
height: 50px;
padding-top: 110px;
padding-left:130px;
}

#internetbox1
{
float:left;
width: 200px;
height: 50px;
padding-top: 110px;
padding-left:130px;
}

#internetbox2
{
float:left;
width: 150px;
height: 50px;
padding-top: 110px;
padding-left:130px;
}

#footer
{
width: 1002px;
height: 53px;
background-image: url(footer.jpg);
}

#footerbox
{
height: 10px;
padding-top: 32px;
padding-left:200px;
}


#spalte1
{
float:left;
width: 120px;
height: 40px;
}

#spalte2
{
float:left;
padding-top: 15px;
width: 100px;
height: 40px;
}

.clearenbeide {
  clear:both;
}

.clearenrechts {
  clear:right;
}


/* Bilder anzeigen mit Text
-----------------------------------------------*/
.foto_normal { border: 1px solid #CDC7C7; padding:2px; }
.foto_r { float: right; margin-left: 14px; margin-bottom: 10px; border: 1px solid #CDC7C7; padding:4px; }
.foto_l { float: left; margin-right: 14px; margin-bottom: 10px; border: 1px solid #CDC7C7; padding:4px; }


a:link, a:visited { color: white; text-decoration: none;font-size: 10pt;letter-spacing:2px; }
a:hover	{
	color: #000000;
	background: #ffcc55;
	}

a img { border: 0; }

a.bild:hover{
background-color:transparent;
 border: 0;
}
	

a .bullet	{
	visibility: hidden;
	background-color: #fff;
	text-decoration: none;
	}

.item	{
	text-decoration: underline;
	}

/* Hiermit wird der Bereich sichtbar gemacht */

a:hover .bullet	{
	visibility: visible;

	}