/* UDVIKLET AF:
                      __                    
        __           /\ \                   
 _____ /\_\   __  _  \_\ \     __   __  __  
/\ '__`\/\ \ /\ \/'\ /'_` \  /'__`\/\ \/\ \ 
\ \ \L\ \ \ \\/>  <//\ \L\ \/\  __/\ \ \_/ |
 \ \ ,__/\ \_\/\_/\_\ \___,_\ \____\\ \___/ 
  \ \ \/  \/_/\//\/_/\/__,_ /\/____/ \/__/  
   \ \_\                                    
    \/_/

Kunde: Kristina Hermann
Hjemmeside: http://www.kristina-hermann.dk/
Beskrivelse: Konverting af hjemmeside fra Flash til gyldig HTML/CSS. Validerer iflg. gældende W3C-standarder.
Version: 1.0
Udviklet af: pixdev - Pixel Development -> http://www.pixdev.dk/


INDHOLDSFORTEGNELSE:

00 - Generelt
01 - Navigation
02 - Venstre sidebar
03 - Hovedindhold
04 - Højre sidebar
05 - Footer
06 - Classes
07 - IE Hacks

*/

/* ----------------------------------------------*/
/* 00 - GENERELT
/* ----------------------------------------------*/

body {
	background: #cbe2ff;
	font-family: "Lucida Grande", "Arial", "Tahoma", "Arial Narrow", sans-serif;
	font-size: 12px;
}

#wrapper {
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

	#page h1 {
		text-indent: -8251px;
		font-size: 0.01em;
		margin: 0; padding: 0;
	}

#repeat {
	background: url('../images/repeat.gif') repeat-y;
	float: left;
	padding: 0 28px;
}

#lines {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	float: left;
}

p {
	line-height: 1.3em;
}

/* ----------------------------------------------*/
/* 01 - NAVIGATION
/* ----------------------------------------------*/

#topnav {
	background: url('../images/top1.gif') #cbe2ff no-repeat;
	float: left;
	height: 55px;
	overflow: hidden;
	text-align: center;
	width: 1000px;
}	

#topnav ul {
	position: relative;
	top: 34px;
	*top: 33px;
}

#topnav ul li {
	list-style: none;
	display: inline;

}
	
	#topnav ul li a {
		font-family: "Arial", "Tahoma", sans-serif;
		font-weight: bold;
		text-decoration: none;
		font-size: 16px;
		color: #024a81;
		padding: 4px 18px;
	}

/* ----------------------------------------------*/
/* 02 - VENSTRE SIDEBAR
/* ----------------------------------------------*/

#left {
	background: #d7e1ea;
	float: left;
	min-height: 500px;
	overflow: hidden;
	width: 200px;
}

#profiltop {
	background: #BFC8D0;
}

#nyheder {
	border-top: solid 1px #999;
	padding: 0 10px;
}

	#nyheder h2 {
		color: #030b5a;
		font-size: 17px;
		padding: 10px 0 10px 0;
	}

	#nyheder img {
		margin: 5px auto;
	}

/* ----------------------------------------------*/
/* 03 - HOVEDINDHOLD
/* ----------------------------------------------*/

#maincontent {
	background: #C9D3DB;
	width: 512px;
	*width: 544px;
	min-height: 500px;
	float: left;
	height: 550px;
	overflow-y: auto;
	padding: 20px 15px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}

	#maincontent h2 {
		color: #024A81;
		font-size: 2em;
		margin: 0 0 10px 0;
		letter-spacing: -1px;
	}
	
	#maincontent h3 {
		color: #024A81;
		font-size: 1.4em;
		letter-spacing: -.3px;
		margin: 25px 0 6px;
	}
	
	#maincontent p {
		line-height: 18px;
	}
	
	#maincontent ul {
		margin: 5px 0 0 15px;
	}
	
	#maincontent ul li {
		list-style-type: disc;
		line-height: 18px;
		margin: 0 0 .2em;
		padding: 0 0 0 4px;
	}

/* ----------------------------------------------*/
/* 04 - HØJRE SIDEBAR
/* ----------------------------------------------*/

#right {
	background: #d7e1ea;
	float: right;
	min-height: 500px;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 200px;
}

#profil {
	background: #BFC8D0;
}

#anbefaler {
	border-top: solid 1px #999;
	padding: 10px 0 0 10px;
}

	#anbefaler h2 {
		color: #030b5a;
		font-size: 17px;
		margin: 0 0 5px 0;
	}

	#anbefaler a {
		color: #000;
		text-decoration: none;
		font-family: "Tahoma", "Arial", "Lucida Grande";
		line-height: 17px;
	}
	
		#anbefaler a:hover {
			text-decoration:underline;
		}
		
	#anbefaler img {
		margin: 15px auto 5px;
	}

/* ----------------------------------------------*/
/* 05 - FOOTER
/* ----------------------------------------------*/

#footer {
	background: url('../images/bottom.gif');
	float: left;
	height: 45px;
	margin: 0 0 15px 0;
	overflow: hidden;
	width: 100%;
}

	#footer ul {
		text-align: center;
		padding: 5px 0 0 0;
	}


		#footer ul li {
			font-size: 10px;
			display: inline;
			margin: 0 0 0 8px;
		}
		
/* ----------------------------------------------*/
/* 06 - CLASSES
/* ----------------------------------------------*/

.selected {
	background: #d6e0e9;
	*background: #fff;
	*border-bottom: solid 3px #024a81;
	padding: 4px 15px 4px 15px;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}

/* ----------------------------------------------*/
/* 07 - IE HACKS
/* ----------------------------------------------*/