/* 
    ----------------------------------------
    Stylesheet: projektguidenaarhus.dk
	Version: 1.0
	Updated: 12/02/2009
	Author: Jesper Wøldiche
	----------------------------------------
*/

@import "http://yui.yahooapis.com/2.6.0/build/reset/reset-min.css";

html {
	background: #000;
	}

body {
	font: normal normal normal 62.5% Arial, Helvetica, sans-serif; 
	width: 950px;
	height: 600px;
	margin: 0 auto;
	color: #fff;
	background: #000 url(/images/graphic/back-body-index.jpg) left top no-repeat;
	position: relative;
   	}	
	
h1 {
	font-size: 5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.9em;
	margin: 0 67px 0 338px;
	height: 230px;
	position: relative;
	text-align: right;
	}
	
	h1 span {
		background: url(/images/graphic/back-title-index.jpg) right top no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		height: 230px;
		width: 100%;
		}
		
hr {
	clear: both;
	visibility: hidden;
	}
	
#welcome-text {
	position: relative;
	margin: 0 307px 0 338px;
	top: -43px;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: right;
	}

#menu {
	margin: 0 307px 0 142px;
	width: 501px;
	}
	
	#menu>li { 
		text-align: right;
		margin-bottom: 10px;
		}
	
		#menu>li h2,
		#menu>li>a {
			background: #fff;
			color: #000;
			display: inline;
			padding: 2px 8px 2px 16px;
			font-size: 1.2em;
			text-decoration: none;
			}
			
		#menu>li h2,
		#menu>li>a.active {	
			background: url(/images/graphic/back-cyan-70-medium.png) left top repeat;
			color: #fff;
			outline: none;
			margin-top: 4px;
			}
		
	#menu li div {
		text-align: left;
		background: #009ee3;
		margin-top: 4px;
		background: url(/images/graphic/back-cyan-70-medium.png) left top repeat;
		padding: 12px;
		font-size: 1.2em;
		}
		
		#menu div ul {
			margin-top: 7px;
			}
			
		#menu div p {
			margin-bottom: 3px;
			}

	#menu div li {
		width: 50%;
		float: left;
		margin-bottom: 5px;
		}
		
		#menu div a {
			color: #fff;
			}
			
#content-wiki a {
	padding-left: 23px;
	background: url(/images/graphic/document-pencil.png) left center no-repeat;
	}			
			
li.regneark a {
	padding-left: 23px;
	background: url(/images/graphic/excel.png) left center no-repeat;
	}
		
li.text-dokument a {
	padding-left: 23px;
	background: url(/images/graphic/word.png) left center no-repeat;
	}
	
li.pdf a {
	padding-left: 23px;
	background: url(/images/graphic/pdf.png) left center no-repeat;
	}
    
#footer {
    position: absolute;
    text-align: center;
    top: 618px;
    left: 0;
    width: 100%;
    color: #999;
    }
    
    #footer a {
        color: #999;
        text-decoration: underline;
        }
