html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   border: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:15px;
}

html {
background-color: #00316c;
}

#box {
position: relative;
top: 40px;
width: 800px;
margin: 0px auto;
padding: 8px;
}

#gradient {
position: absolute;
height: 130px;
width: 100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.45)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* W3C */

}

.logo{
	position: absolute;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fffefb;
	text-align: left;
}

.bild {
margin-top: 60px;
}

.logo {
	z-index:2;
	left: -180;
	top: -10;
}

h1 {
visibility: hidden;
}


a:link {
	color: rgba(255,255,255,0.78);
	text-decoration:none;
	font-weight: normal;
}


a:hover {
	color: rgba(255,255,255,1);

}

.text {
color: rgba(255,255,255,0.78);
margin: 5px 0 15px 5px;
}

.logotext {
	margin-left: 140px;
	font: 20px Verdana;
	letter-spacing: 1px;
}
