/* CSS Document */
body {background-image:url(bilder/cm_wasserzeichen.gif); }

#seite {width:600px; height:100%; 
		margin-left:auto; margin-right:auto;
		border-style:solid; border-width:1px 1px 1px 1px; border-color:red;
		font-family:"Times"; color:black;}
		
#top {border-style:dashed; border-width:0px 0px 1px 0px; border-color:red;
		 font-size:25px;
		 padding:10px;}
		
#adresse {font-size:20px; text-align:center; padding:10px;
		border-style:dashed; border-width:0px 0px 1px 0px; border-color:red;}

