a:link    {text-decoration:none; color: #ff9900;}
a:visited {text-decoration:none; color: #ffcc66;}

h1 {
    color: #ff9900;
    font-weight: lighter;
    font-size: 6em; 
    font-family: Century Gothic, Helvetica, Arial, sans-serif;
     }

h2 {
    color: #ff9900;
    font-weight: lighter;
    font-size: 2.2em; 
    font-family: Century Gothic, Helvetica, Arial, sans-serif;
}

h3 {
    color: #333333;
    font-weight: lighter;
    font-size: 1.2em; 
    font-family: Century Gothic, Helvetica, Arial, sans-serif;
}

p {
    
    color: #333333;
    font-weight: lighter;
    font-size:1.1em;
    font-family: Century Gothic, Helvetica, Arial, sans-serif;
}
.content {
		 	margin: 100px auto;
		 	width:300px;
		 	background:#ffffff;
		 	border:0px;
		 	
}

.bild {
	max-width: 100%;
	height: auto;
}



