@charset "utf-8";
@import "reset.css";

.bild {
    max-width: 100%;
    height: auto;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0.15em;
	word-spacing: -0.1em;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	width: 371px;
	text-decoration: none;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
}
	
a:link{
	color:#000033;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
a:visited{
	color:#000033;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	}	
a:hover{
	color:#990000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
a:active{
	color:#990000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	}
