/* CSS Document */
#box{
background-image: url(logo.jpg);
background-repeat: no-repeat;
background-position: left bottom;
height: 599px;
padding: 0;
margin:0;
} 

#schriftzug{
margin-left: 50px;
}

#no{
float:left;
color: #7F7F7F;
font-size: 6em;
font-family: verdana;
font-weight: normal;
margin-left: 50px;
}

#linkbox{
padding-top: 50px;
margin-left: 250px;
color: green;
}

a{
font-family: verdana;
font-size: 1.3em;
background: url(arrow.jpg);
background-repeat: no-repeat;
background-position: left;
padding-left:25px;
}

a:link {  color:#184185; text-decoration:none; }
a:visited {  color:#184185; text-decoration:none; }
a:focus {  color:#184185; text-decoration:none; }
a:hover {  color: #7F7F7F; text-decoration:none; }
a:active {  color:#184185; text-decoration:none; }

.search{
margin-top:1em;
}

#textde{
margin-top: 2em;
float:none;
color:#184185;
font-family: verdana;
font-size: 1.5em;
margin-left: 250px;
}

#texten{
float:none;
color:#CFD6E8;
font-family: verdana;
font-size: 1.5em;
margin-left: 250px;
}



