@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.topbg {
	background-image: url(images/mainpage-top.png);
	background-repeat: no-repeat;
	background-position: center;
}
.mainpagebg {
	background-image: url(images/mainpage-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
.startbgillustration {
	background-image: url(images/startillustration.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.rubrik {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}
.maintext {
	font-size: 12px;
	color: #000;
}
.imageborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5B0202;
	border-right-color: #5B0202;
	border-bottom-color: #5B0202;
	border-left-color: #5B0202;
}
.kontaktbgillustration {
	background-image: url(images/kontaktillustration.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FFF;
}.textborder {
	border: 1px dashed #5B0202;
}
.startpagemaintext {
	font-size: 14px;
}
.mtmenu {
	font-size: 12px;
	color: #FFF;
	background-color: #404040;
	font-family: Verdana, Geneva, sans-serif;
	filter: Alpha(Opacity=70);
	border: 1px solid #A50305;
}

