@import url(rocksalt/stylesheet.css);


body {
  text-align: center;  /* Zentrierung im Internet Explorer */
  background-color: #7dafd8;
  margin-top: 10px;
  padding: 0px;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
  color: #032EA1; /* 032EA1 */
  font-size: 120%;
  line-height: 130%;
}



a:link  {
    
	font-weight : bold;
	color : #032EA1;
	text-decoration: none;
}

a:visited  
{
    
	font-weight : bold;
	color : #032EA1;
	text-decoration: none;
}

a:active  
{
    
	font-weight : bold;
	color : #032EA1;
	text-decoration: none;
}
a:Hover  
{
    
	font-weight : bold;
	color : #032EA1;
    text-decoration: none;
}



#bild{

				  	 position:relative;
				  	 list-style:none;
				  	 width:800px;
				  	 height:532px;
				  	 border:5px;
					 border-color:#5a87ae; border-style:solid;
				  	 background:url(murmeln.jpg);background-repeat:no-repeat;
					 display: block;
                     margin: 0 auto;
						-moz-border-radius: 26px;
						-webkit-border-radius: 26px;
						border-radius: 26px;
						/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
						-moz-box-shadow: 0px 0px 10px #000000;
						-webkit-box-shadow: 0px 0px 10px #000000;
						box-shadow: 0px 0px 10px #000000;
						/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

					 
}


#content1 {

				  	 position:absolute;
					 top:400px;
				  	 display:block;
				  	 text-decoration:none;
				  	 width:800px;
				  	 background:none;

				}	


h1 {

font-family: 'RockSaltRegular';
font-size: 1.5em;
font-weight:bold;
color:#032EA1; /* 032EA1 */

 
} 
	

