@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.sec2 {
	background-image: url(bilder/bgtop.png);
	background-repeat: repeat-x;
	text-align: center;
	min-width: 1200px;

}
div.sec3 {
}

div.underpage {
	color: #351922;
}

a:link {
	color: #351922;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	color: #351922;
}
a:hover {
	text-decoration: underline;
	color: #5b2c3b;
}
a:active {
	text-decoration: underline;
	color: #351922;
	outline: none;
}
a:focus
{
	-moz-outline-style: none;
}
