/*Allgemein*/
body {background: ; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; margin: 0px}

body{
margin: 0; /*sonst gibts automatisch einen rand!*/
padding: 0;
border: none;
background: #E2E2E2;
height: 100%;
font-family: arial, "sans serif";
font-weight:bold;
font-size: 15px;
line-height:20px;
text-align: left;
color: #333;
}

img{
border: none;
}

a{
outline: none; /*schaltet die linie um die bilder beim firefox aus*/
text-decoration: none;
font-weight:bold;
color: #003366;
}

h1{
font-size:18px;
color: #003366;
}


.white {background-color:#fff;
}

.content{
background:transparent url(pics/f_200x400.gif) no-repeat;
}

.content_in{
text-align: left;
padding:30px;
}


.orange {background-color:#EB690A}




