/* CSS Document */

/* main structure */

body {
	  margin:0px;
	  padding:0px;
	  font-family: verdana,arial,helvetica;
	  font-size: 14px;
	  color:#333333;
	  text-align: left;
	  background: #fcfcfc url(collage.gif) repeat-y top left fixed;
}

p {
	 font-family: verdana,arial,helvetica;
	 font-size: 14px;
	 color:#333333;
	 text-align: justify;
}

li {
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	color:#333333;
	text-align:left;
	margin-top:0;
	margin-bottom: 5px;
	}
			   

h1 {
	font-size: 16px;
	color: #333333;
	}
	
h2 {
	font-size: 14px;
	font-weight:bold;
	}
	
a:link, a:visited {
				   color:#666666;
				   text-decoration:none;
				   }
a:hover {
		color: #660000;
		text-decoration:underline;
		}
		
/* die Divs */



#seite {
		margin-top:0px;
		margin-left: 200px;
        width: 760px;
		
		padding:0;
		 background: url(rand.gif) repeat-y top right;
        }		

#kopf  {
        background: url(gluehen.jpg);
        margin: 0px;
		padding:0px;
        width: 760px;
        height: 200px;
        }
		
#inhalt {
		 margin-top: 20px;
		 padding-right: 50px;
		 padding-bottom: 30px;
		 }
		 
/*speziell*/

#copy {
	   font-size: 10px;
	   text-align: right;
	   }
