
/* Position und Abstaende komplett */
body
{
margin: 5px 30px;
background-color: #FFF;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 100%;
}

/* Breite komplett */
#container
{
background: #FFF;
background: url("../images/grafik_back.jpg");
width: 930px;
margin: 0 auto 0 auto;
}

/* Abstand */
.Abstand 
{
position: relative;
background-color: #FFF;
height: 15px;
width: 100%;
}

/* nachfolgend box1-box4 "Runde Ecken" fuer Kopf und Hauptfeld*/
.box1
{
background:url("../images/grafik_rund1.jpg") top left no-repeat;
}

.box2
{
background: url("../images/grafik_rund2.jpg") top right no-repeat;
}

.box3
{
background: url("../images/grafik_rund3.jpg") bottom right no-repeat;
}
.box4
{
background: url("../images/grafik_rund4.jpg") bottom left no-repeat;
}

/*Seiteninhalt*/ 
#Hauptfeld 
{
font: 0.95em Arial, Verdana, Helvetica, sans-serif;
margin: 0px;
padding: 10px 20px 10px 10px;
}

#HF1
{
width: 700px;
height: 525px;
float: left;
margin: 0px 0px 20px -2px;
padding: 0px 0px 0px 0px;
}

.float_stop
{
clear:both;
} 








