@charset "utf-8";
/* CSS Document */

/*
STYLE SHEET FOR [www.dummierun.dk]
Lavet af [Matin Nielsen]
[http://www.dummierun.dk]
ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	
	Notes
*/

/* --------- 1. defaults --------- */



*{
	margin: 0;
	padding: 0;
	}
html {height: 100%;}
body {
	height: 100%;
	background: #617574 url(bluegray.jpg);
	font-size: 62.5%;
	font-family: Helvetica, arial, sans-serif;
	}
	

/* --------- 2. structure --------- */

#content {
	width: 1200px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	}

#site {
	position: absolute;
	width: 900px;
	margin-left:150px;
	margin-right:150px;
	z-index: 2;
	}

	.site_menu {
		height: 280px;
		text-align:right;
		margin-right:100px;
		line-height:120px;
		}

	.site_header {
		height: 60px;
		}
		
		.siteheader_left {
			float:left;
			width:450px;
			height:60px;
		}
		
		.siteheader_right {
			position:relative;
			bottom: -10px;
			float:left;
			width:450px;
			height:60px;
			text-align:right;
		}
	
	.site_maintop {
		background: url(maintop.png) no-repeat;
		height: 5px;
		width: 900px;
		}
		
	.site_main {
		background:#f0f0f0;
		width:900px;
		/*height:200px;*/
		}
		
	.site_mainbottom {
		background:url(mainfooter.png) no-repeat;
		height: 5px;
		width: 900px;
		}
	.site_footer {
		text-align:right;
		height:100px;
		
		}

#logo {
	position:absolute;
	background:url(logo2.png);
	height:340px;
	width:358px;
	top:115px;
	margin-left:125px;
	z-index: 1;
	}

/* --------- 3. Links & Navigation --------- */

#menu li {
	margin:0;
	padding:0 0 0 5px;
	list-style-type: none;
	display: inline;
	font-size: 1.5em;

	}
	
#menu li a {
	text-decoration:none;
	color:#41606d;
	}
	
#menu li a:hover {
	color:#fff;
}

.datetime_top {
	letter-spacing:-0.1em;
	color:#fff;
	font-size: 1.9em;
	margin-right: 30px;
}
	
.datetime_bottom {
	color:#fff;
	font-size:1.2em;
	margin-right:30px;
	line-height:10px;
	}
	
.copyright_top {
	font-size: 1.0em;
	color:#588192;
	margin-right:10px;
	margin-top:15px;
	display:block;
	}
	
.copyright_bottom {
	font-size: 1.0em;
	color:#588192;
	margin-right:10px;
	display:block;
	}
.main_t1 {
	padding-top:15px;
	font-size: 1.2em;
	color:#999999;
	display:block;
	}
	
.main_t2 {
	/*margin-top:-33px;*/
	font-size:1.5em;
	color:#193944;
	font-weight:bold;
	display:block;
	}
.main_content {
	width:850px;
	height:100%;
	margin-left:25px;
	margin-right:25px;
	}
	
.main_menu {
	height:45px;
	}
	
.main_dots {
	background:url(dots.gif) repeat-x;
	margin-top:5px;
	height:1px;
	}