/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

body {
	background: #151515;
	font-family: Arial, Helvetica, sans-serif;
	color: #e9e8e4;
	font-size: 12px;
	line-height: 15px;
}

#wrapper {
	width: 900px;
	margin: 75px auto;
}

#logo {
	background: url('../img/logo.png');
	width: 744px;
	height: 176px;
	margin: 0 auto;
}

#donation {
	margin: 25px auto;
}

.text a {
	text-decoration: none;
	color: #e9e8e4;
	font-weight: bold;
}

.text a:hover {
	color: #feb200;
}

.text .left {
	float: left;
	margin-left: 35px;
}

.text .right {
	float: right;
	margin-right: 35px;
	text-align: right;
}

.text .right .hlite {
	font-weight: bold;
	color: #feb200;
}

#bar {
	margin-top: 10px;
	background: #212121;
	height: 26px;
}

.fill {
	background: url('../img/donationgrad.png');
	height: 26px;
	width: 15%;
}

#nav {
	margin-top: 35px;
}

.forumet {
	background: url('../img/forumet.png');
	width: 275px;
	height: 68px;
	float: left;
	margin-right: 37px;
	opacity: 0.6;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.marknaden {
	background: url('../img/marknaden.png');
	width: 275px;
	height: 68px;
	float: left;
	margin-right: 37px;
	opacity: 0.6;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.portalen {
	background: url('../img/portalenoff.png');
	width: 275px;
	height: 68px;
	float: left;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

#info {
	background: url('../img/infobg.png') no-repeat;
	width: 856px;
	height: 136px;
	margin: 30px auto;
}

#info .text {
	padding-top: 20px;
	padding-left: 35px;
	width: 800px;
	text-align: left;
	font-style: italic;
	color: #e9e8e4;
}

p.header {
	margin-bottom: 15px;
}

#annons {
	text-align: center;
	margin-bottom: 30px;
}

#links {
	width: 900px;
	text-align: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #feb200;
	font-weight: bold;
}

#links a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	margin-left: 10px;
	color: #e9e8e4;
}

#links p {
	margin-top: 10px;
}

#links a:hover {
	color: #feb200;
}

#c1 {
	width: 33%;
	float: left;
	display: inline;
}

#c2 {
	width: 33%;
	float: left;
	display: inline;
}

#c3 {
	width: 33%;
	float: left;
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	padding-top: 5px;
	margin-top: 40px;
	border-top: 1px solid #2e2e2e;
	color: #9f9e9c;
}

#footer a {
	color: #9f9e9c;
	text-decoration: none;
}

#footer a:hover {
	color: #d3d2cf;
}
