@import url('layout.css');
@import url('menu.css');
@import url('article.css');
@import url('submenu.css');
@import url('adventskalender.css');


body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background: url('../gfx/bg.jpg') repeat-x top;
	background-color: #F7F7F7;
	margin: 0px;
}


a {
	color: #000033;
	text-decoration: none;
}

a:hover {
	
}


img {
	border: 0px;
}


h1 {
}

h2 {
	font-size: 1.4em;
	line-height: 125%;
}

h3 {
}
