@import url("/css/menu.css");
@import url("/css/article.css");
@import url("/css/bildegalleri.css");

body {
	background-color: #fffcdd;
	margin: 0px 0px;
}

a {
	color: #ed1c24;
}

div#pageContainer {
	width: 805px;
	margin: 25px auto;
	min-height: 300px;
	background-color: #fffac3;
}

div#headerContainer {
	clear: both;
	height: 170px;
}

div#flashContainer {
	width: 570px;
	height: 140px;
	background-image: url("/gfx/flashbg.jpg");
	background-repeat: no-repeat;
	margin-left: 210px;
}

div#menuContainer {
	clear: left;
	width: 210px;
	float: left;
	min-height: 300px;
}

div#menuInsideContainer {
	margin-right: 50px;
	text-align: right;
}

div#contentContainer {
	float: left;
	width: 460px;
	min-height: 300px;
}

div#contentContainerInside {
	background-color: white;
	padding: 10px 10px;
}

div#footerContainer {
	clear: both;
	padding: 10px 10px;
}
