	body {
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	background-color:white;
	}
	
	
    #wrap {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:80%;
	min-width:700px;
	max-width:1200px;
	background:#fff url(images/wrapbaggrundL.jpg) repeat-y;
	}
	
	#wrapRightBG {
	background:transparent url(images/wrapbaggrundL.jpg) repeat-y right top;
	}

	a:hover {
	text-decoration:underline;
	}
	
	#menu {
	width:14.7em;
	min-width:165px;
	background:url(images/menubag.jpg) repeat-x;
	background-color:#051f37;
	color: #FFFFFF;
	font-size:0.7em;
	margin:0;
	padding:1em 0 0 0;
	float:left;
	}
	
	#menu a:link, #menu a:active, #menu a:visited {
	text-decoration:none;
	color:#fff;
	background-color:inherit;
	}
	
	#menu a:hover, #menu a:focus {
	text-decoration:underline;
	}
	
	#menu p {
	padding:25px 0 0 5px;
	margin:0;
	}
	
	#menu ul {
	margin:0;
	padding:0.5em 0 0 1em;
	}
	
	#menu img {
	float:left;
	}
	
	#menu li {
	margin-top:10px;
	clear:left;
	vertical-align:middle;
	height:3.5em;
	}
	
	#right {
	background:url(images/trompet1.jpg);
	width:165px;
	height:442px;
	float:right;
	}

	#content {
	font-size:0.9em;
	text-align:left;
	margin:0 165px 0 180px;
	padding:35px 0 0 0;
	min-height:52em;
	background:url(images/klaver2.jpg) right top no-repeat;
	}
	
	ul {
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	}
	
	h1 {
	margin:0;
	padding:0;
	height:56px;
	width:100%;
	}

	h2 {
	font-size:1.1em;
	margin-bottom:5px;
	}
	
	h3 { /* menu */
	font-size:1.1em;
	margin-bottom:5px;
	padding-bottom:2px;
	}
	
	h4 {
	font-size:1em;
	font-weight:bold;
	}
	
	#content a:link, #content a:visited, #content a:active, #content a:hover, #content a:focus {
	color:black;
	background:inherit;
	}
	
	img {
	border:none;
	}
	
	#kontakt {
	font-weight:bold;
	}
	
	.kreativecolors {
	color:#E92F2C;
	background-color:#E92F2C;
	border-color:#E92F2C;
	}
	
	.koncertcolors {
	color:#5CC415;
	background-color:#5CC415;
	border-color:#5CC415;
	}

	.teknologicolors {
	color:#1B77CC;
	background-color:#1B77CC;
	border-color:#1B77CC;
	}
	
	.erhvervcolors {
	color:#FCD724;
	background-color:#FCD724;
	border-color:#FCD724;
	}

	.nykompositionsmusikcolors {
	color:#FF99FF;
	background-color:#FF99FF;
	border-color:#FF99FF;
	}
	
	.hospitalcolors {
	color:#e39710;
	background-color:#e39710;
	border-color:#e39710;
	}
	

	#kontaktForm fieldset {
padding:10px 5px 5px 5px;
}

#kontaktForm label {
display:block;
float:left;
width:40px;
}

#kontaktForm textarea {
width:100%;
}

#login label {
display:block;
float:left;
width:8em;
}

legend {
color:#000;
background:inherit;
}

	address {
	border-top:1px solid black;
	font-size:0.7em;
	width:80%;
	min-width:700px;
	margin:10px auto 0 auto;
	font-style:normal;
	}
	
	address a:link, address a:visited, address a:hover, address a:active, address a:focus {
	color:#000;
	background-color:inherit;
	text-decoration:none;
	}
	
	#links {
	margin:0em 0 0 10px;
	padding:0 0 5px 5px;
	width:11em;
	float:right;
	border-left:1px dashed black;
	border-bottom:1px dashed black;
	font-size:0.9em;
	}
	
	#links ul li {
	list-style:disc;
	}
	
	#links ul li:hover {
	list-style:circle;
	}
	
	#links h3 {
	margin-top:0;
	}
	
	.blog {
	border:1px solid black;
	margin-top:10px;
	}
	
	.blog .bloginfo {
	background-color:#48617f;
	color:#fff;
	margin:0;
	}
	
	.blog p {
	padding:4px;
	}
	
			/* 
		IE har ikke fuld alpha-transparent på PNG-billeder, 
		så vi benytter et IE-only filter til at load billedet.
		*/
		* html #menu ul { 
			background-image: none !important;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/semitrans.png',sizingMethod='scale');
			height:1%;
			padding:0;
		}