/* gst */

/* vertikal_ausrichtung */
body { 
	margin-top: 0px; 
}


/* seitenhintergrund */
body {
	background-image:   url(../bilder/allgemein/rand2.gif);
	min-height: 101%;
}

html {
	height: 100%;
}	
p {
  	margin: 0;
  	padding: 1em ;
}


/* zentrierung_klappmenüleiste */
#box{
        width:800px;
        margin:0px auto;
        text-align:left;
        position: relative;
        min-height: 100px;
        height:100%!important;/* moderne Browser */
        height:100%; /* IE */

}



