body {
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 0.65em;
	color: #ffffff;
	background-color: #000000;
	background-image: url('gfx/logo.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div#siteContent, div#siteShoutbox {
	padding: 15px 10px 0px 10px;
	position: absolute;
	top: 85px;
}

div#siteContent {
	left: 0px;
	width: 590px;
	border-right: 1px solid #ffbb00;
}

div#siteShoutbox {
	left: 610px;
	width: 150px;
}

div#siteFooter {
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	color: #666666;
	background-color: #222222;
}

div.contentBox {
	margin-bottom: 25px;
}

div#siteShoutbox > div.contentBox {
	margin-bottom: 10px;
}

div.contentText {
	padding-left: 10px;
	text-align: justify;
}

div.contentText + div.contentText {
	text-indent: 10px; /* Indrykning ved alle tekst-afsnit på nær det første */
}

span.contentShoutDate {
	color: #888888;
}

div.contentShoutName {
	text-align: right;
	padding-bottom: 10px;
}

div.contentShoutText {
	overflow: hidden; /* Skjul lange tekster, der ville ødelægge layoutet */
}

div.shoutError {
	color: #ff0000;
	padding-bottom: 10px;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #ffbb00;
}

div#siteFooter > a {
	font-weight: normal;
	color: #888888;
}

abbr {
	border-bottom: 1px dotted #ffbb00;
}

input {
	width: 100%;
	margin-top: 1px;
	font-size: 0.9em;
	color: #ffbb00;
	background-color: #000000;
	border: 1px solid #666666;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

input#inputShoutNavn {
	background-image: url('gfx/input_n.png');
}

input#inputShoutMail {
	background-image: url('gfx/input_em.png');
}

input#inputShoutBesked {
	background-image: url('gfx/input_b.png');
}

input#inputShoutSubmit {
	width: 50px;
	float: right;
}

img {
	border: none;
}
