/* Page structure */
html {
	margin: 0;
}

body {
	margin: 0;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
	background: #b0b0b0;
	text-align: center;
	padding-bottom: 20px;
}

#page {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	background: white;
}		

#header {
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 40px;
	padding-top: 10px;
}

#sidebar {
	width: 200px;
	margin-left: 528px;
}

#content {
	margin-left: 32px;
	margin-right: 32px;
	padding: 0px;
	width: 464px;
	float: left;
	display: inline; /* floats are handled as block elements, this is to fix 
				   a margin collapsing bug in IE */
}

#footer {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 32px;
	margin-right: 32px;
	padding: 0px;
	padding-bottom: 20px;
	clear: left;
}

/* Gradients */
#topgradient {
	background: url(images/gradient.png) 0% 0% repeat-x;
	width: 696px;
	height: 5px;
}

#bottomgradient {
	background: url(images/gradient.png) 0% 0% repeat-x;
	width: 696px;
	height: 5px;
}

#sidegradient {
	background: url(images/gradient.png) 0% 0% repeat-x;
	width: 200px;
	height: 5px;
}

/* Typography */
body {
	font-size: 75%;
	font-family: Verdana, Arial, Sans-Serif;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #003768;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #003768;
	margin-top: 3em;
}

h2 a {
	font-size: 100%;
	font-weight: bold;
	color: #003768;
	text-decoration: none;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #003768;
}

h3 a {
	font-size: 100%;
	text-decoration: none;
	color: #003768;
	font-weight: bold;
}

a {
	color: #003768;
}

/* Images */
img {
	border: 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/* Breadcrumb */
.breadcrumb {
	color: #707070;
	font-size: 80%;
	margin-top: 5px;
	width: 464px;
	float: left;
	display: inline; /* floats are handled as block elements, this is to fix 
				   a margin collapsing bug in IE */
}

/* Kontaktinformation */
#contact {
	color: #707070;
	font-size: 75%;
	margin-top: 5px;
	width: 696px;
	text-align: center;
}

#contact a {
	text-decoration: none;
	color: #707070;
}

/* Sidebar */
#sidebar li.widget h2 {
	display: none;
}

/* Navigation */
#sidebar li.current_page_item > a {
	font-weight: bold;
}

#sidebar li.page_item li {
	display: none;
}

#sidebar li.current_page_item li {
	display: list-item;
}

#sidebar li.current_page_ancestor li {
	display: list-item;
}

#sidebar ul, #sidebar ul ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0.5em;
	margin-top: 0px;
	border: 1px solid white;
	padding-top: 0px;

}

#sidebar ul ul ul li.page_item {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding-left: 1em;
}

#sidebar ul ul, #sidebar ul ol {
	margin-left: 0px;
}

li.page_item a {
	text-decoration: none;
	color: #003768;
}

/* Kommunelogoer */
img.kommunelogo {
	height: 40px;
}

div.kommunelogo {
	margin-top: 20px;
}

div#kommuner {
	margin-top: 50px;
}

/* Nyheder */
#nyheder div, #nyheder p, #nyheder h3, #nyheder h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}


#nyheder div.post {
	margin-bottom: 1.3em;
}

#nyheder div.newsdate {
	font-size: 80%;
}

/* AddThis */
#addthis {
	width: 200px;
	padding: 0;
	float: right;
	margin-top: 5px;
}

#topend {
	flush: left;
}

