@import 'menu.css';


/* BASE *************************************************************/

* {
	margin:0;
	padding:0;
}

body {
	font-size:0.9em;
	font-family:Arial, sans-serif;
	padding:20px 0;
}


/* LAYOUT ***********************************************************/

#main {
	width:900px;
	margin:auto;
}

#header {
	border-bottom:5px #061522 solid;
	padding:15px 10px;
	background:#a5caec;
	margin-bottom:8px;
}

#header h1 {
	margin:0;
}

#header h1 a {
	letter-spacing:-1px;
	color:#102d49;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	background:url('../images/header.png') no-repeat 0 0;
	height:78px;
}

#menu {
	width:160px;
	float:left;
	font-size:0.9em;
	padding:5px 10px 5px 0;
}

#content {
	padding:8px 10px 15px 10px;
	float:left;
	width:700px;
}

#footer {
	clear:both;
	padding:10px;
	width:70%;
	border-top:1px #ddd solid;
	text-align:center;
	margin:auto;
	font-size:0.7em;
	color:#555;
}

#footer a {
	color:black;
}

#footer p {
	margin-bottom:0.5em;
}


/* CONTENT *********************************************************/

p, blockquote, h1, h2, h3, h4, h5, h6, #content ul, #content ol {
	margin-bottom:0.4em;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:1em;
}

h1 { font-size:2.3em; }
h2 { font-size:1.5em; }
h3 { font-size:1.2em; }
h4 { font-size:1.1em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

a {
	color:#102d49;
}

a:hover {
	background:#fdee97;
}

.first {
	margin-top:0;
}

.sep {
	border-bottom:1px #ccc solid;
	padding-bottom:2px;
}

.notice {
	background:#fdee97;
	padding:10px;
	margin-bottom:10px;
}

.hilight {
	background:#fdee97;
}

img.billede-v {
	float:left;
	margin:0 10px 10px 0;
}

img.billede-h {
	float:right;
	margin:0 0 10px 10px;
}

#content ul {
	margin-left:1.8em;
	list-style-type:square;
}

#content table {
	margin-top:10px;
}

tr.odd {
	background:#d3e6f6;
}


/* VELKOMMEN.PHP ***************************************************/

#overskrift {
	text-align:center;
	font-size:1.8em;
}

img.large {
	border:1px #555 solid;
	margin-bottom:10px;
}


/* REPORTAGER ******************************************************/

ul#reportager li {
	margin-bottom:0.4em;
}


/* VIEW.PHP ********************************************************/

#kunst {
	float:left;
}

#kunst-img {
	border:1px black solid;
	margin:auto;
	margin-bottom:5px;
}

#kunst-info {
	text-align:center;
}

#kunst-info a {
	font-size:0.8em;
}

.extra-info {
	font-size:0.8em;
}
