/* CC 2008 - Fnok.dk
*
*	Global
*	Boxes
*	Text
*	
*	Specific elements
*
*/

/* Global */
* {
	text-decoration: none;
	color: #000;
	font-family: century gothic, verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: lighter;
}
body {
	font-size: 12px;
	text-align: center;
	background: #ddd url(../images/maelkeboetter.jpg) 50% 0;
}
/* Boxes */
#pagewrapper {
	width: 900px;
	margin: 5em auto;
	text-align: left;
}
#top h1, #top h2 {
	display: none;
}
object {
	outline: 0;
}
#menu {
	width: 100%;
	background: url(../images/top.png) no-repeat 50% 0;
	text-align: right;
	height: 30px;
	padding-top: 30px;
}
#menu ul {
	padding: 0 0 0 300px;
}
#menu ul li:first-child {
	background: url(../images/menu1.png) no-repeat 0 0;
	float: left;
}
#menu ul li {
	background: url(../images/menu3.png) no-repeat 0 0;
	float: left;
}
#menu ul li.end {
	background: url(../images/menu4.png) no-repeat 0 0;
	padding:1em;
	float: left;
}
#menu ul li:first-child a {
	background: url(../images/menu2.png) no-repeat right 0;
	margin-left: 28px;
}
#menu ul li a {
	background: url(../images/menu2.png) no-repeat right 0;
	float: left;
	margin-left: 14px;
	padding: 0.7em 1em 0.2em 0;
}
#frame {
	background: url(../images/frame_bg.png) no-repeat bottom;
	padding: 1em 1em 2em;
}
#frame:after, #menu:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	width: 100%;
}
#sidebar {
	background: url(../images/sidebar_bg.png) no-repeat 0 bottom;
	float: right;
	width: 180px;
	padding: 1em 2.3em 1em 2em;
	margin: 1em 0.5em 0 0;
	min-height: 140px;
}
#sidebar > span.graphicStart {
	background: url(../images/sidebar_top.png) no-repeat 0 0;
	margin: -35px 0 0 -2em;
	content: "";
	position: absolute;
	display: block;
	width: 224px;
	height: 23px;
}
#content {
	padding: 1em;
	width: 610px;
}
.box, blockquote {
	background: url(../images/content_bg.png) no-repeat 0 bottom;
	padding: 0 2em;
	min-height: 140px;
	margin: 23px 0 0 -1em;
}
.box:before, blockquote:before {
	background: url(../images/content_top.png) no-repeat 0 0;
	margin: -23px 0 0 -2em;
	content: "";
	position: absolute;
	display: block;
	width: 630px;
	height: 23px;
}
#navBottom {
	margin-top: 1em;
	height: 1em;
}
#footer {
	text-align: right;
	margin-top: -1em;
	color: #f1f1f1;
	padding-right: 2.5em;
}
#footer a {
	color: #fff!important;
}
/* Text */
h1 {
	font-size: 2em;
	padding-top: 0;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 0.5em;
}
p, #frame ul, dl {
	padding: 0.5em;
}
dd {
	padding: 0 0 0.5em 1em;
}
a {
	color: #00a;
}
a[href ^='http://'] {
	color: #a00;
}
a:hover {
	text-decoration: underline;
}
/* Special elements */

#ie {
	font-style: italic;
	color: red;
}
#ie a {
	font-weight: bold;
}
#sidebar h1 {
	font-size: 1.2em;
}
#sidebar h2 {
	font-size: 1em;
	font-style: italic;
}
#content ul {
	padding-left: 2em;
}
#content ul li {
	list-style: circle;
}
fieldset {
	border: 0;
}
form label {
	display: block;
	width: 150px;
	float: left;
}
div.csc-mailform-field {
	padding-bottom: 0.5em;
}
#navBottom .next {
	display: block;
	float: right;
}