

/*generelle ting...*/



html {
	margin: 0;
	padding: 0;
}

p { 
	margin-top: 0; 
	text-align: justify;
}

h1 { 
	font: 8em georgia, sans-serif;

	margin-bottom: 0; 
	color: #7E785D;
}

h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7E785D;
}

a, a:visited {
	color: #EE2222;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
}


/******************************************/

html, body {
	height: 100%;
}

body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #CCCCCC;
	background: #000000;
	margin: 0; 
	padding: 0;
}
#container {
	/* hack som tvinger kroppen til at være *mindst* x pixels høj "i alle browsere". */
	/*min-height: 1000px;
	height: auto !important;
	height: 1000px;*/
	
	background: #000000 url(floor.jpg) no-repeat right bottom; 
	
	min-height: 100%;
	height: auto !important;
	height: 100%
}

#pageheader {
	background: #000000 url(kendo.jpg) no-repeat left top;
	margin: 0; 
	padding-left: 220px;
	border: 1px solid black; /* hmm. hvis jeg fjerner den her så kommer der ekstra margin på?! */
	height: 400px;
}

#short-intro {
	width: 500px;
	color: #7E785D;
}

#gallery {
	position: relative;
	width: 500px;
	height: 110px;
}

.gallery-images {
	position: relative;
	height: 90px;
	margin: 5px;
	border: 1px solid #7E785D;
}

#content-body {
	position: relative;
	/*border: solid 1px red;*/
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;

	padding-left: 3.5em;
}

.sidebarlink {
	position: relative;
	width: 200px;
	min-height: 2.3em;
	padding-left: 0.3em;
}

.sidebarlink-current {
	border-left: solid 2px red;
}

#maintext {
	border-left: solid 1px #7E785D; 
	position: relative;
	padding-left: 4px;
	top: 0;
	left: 220px;
	width: 500px;
}

#belowmaintext-spacing {
	height: 100px;
}

/*
border:none;opacity:0.4;filter:alpha(opacity=40)\"" .
			"onmouseover=\"this.style.opacity=1;this.filters.alpha.opacity=100\"" .
			"onmouseout=\"this.style.opacity=0.4;this.filters.alpha.opacity=40\"
*/


