/* ---------------------------- */
/* STANDARD HTML TAG DEFINITION	*/
/* ---------------------------- */

	body{
	 	background-color: #FFF;
		font-size: 1em;
	 	margin: 0;
	 	padding: 0;
	 	font-family: helvetica, verdana, arial;
	}
	
	h2 {
		color: #990000;
		font-family: verdana, arial;
		font-size: 1.15em;
		letter-spacing: 0.1em;
		width: 100%;
		vertical-align: bottom;
		text-align: right;
		margin-right: -50px;
		position: relative;
		top: 5px;
		right: 55px;
	}
	
	h3 {
		color: #000000;
		font-family: verdana, arial;
		font-size: 1.1em;
		margin-bottom: 0.5em;
	}

	h4 {
		color: #990000;
		font-family: verdana, arial;
		font-size: 1.3em;
		letter-spacing: 0.1em;
		width: 100%;
		position: relative;
		top: 0px;
		padding-left: 8px;
	}
	
	img {
		border: 0px;
	}

/* ---------------------------- */
/* PAGE ELEMENTS				*/
/* ---------------------------- */

	#page { 
		background: none;
	}

		/* ---------------------------- */
		/* HEADER						*/

		#header{
			display:none;
		}

		/* ---------------------------- */
		/* MENU							*/

		#top{
		 	display:none;
		}
		
			#ajaxsearch {
				display: none;
			}

	/* ---------------------------- */
	/* TEMPLATES FOR CONTENT		*/
	/* ---------------------------- */
	
		/* ---------------------------- */
		/* WRAPPER-DIV FOR TEMPLATES	*/
	
		#center {
		 	min-height: 340px;
			height: auto !important; 
			height: 340px;
			width: 750px;
			
		}
		
			/* ---------------------------- */
			/* 1 KOLONNE					*/
			/* ---------------------------- */

			#one-coloumn-template-wide {
				padding: 0px 0px 0px 0px;
				margin-top: 40px;
				position: relative;
				left: 0px;
				margin-left: 0px;
				width: 750px;
				line-height: 1.6em;
				font-size: 0.9em;
				font-family: georgia;
				text-align: left;
				overflow: none;
			}
			
				#one-coloumn-template-wide a {
					color: #990000;
					text-decoration: underline;
				}

			/* ---------------------------- */
			/* 2 KOLONNER					*/
			/* ---------------------------- */
			
				/* ---------------------------- */
				/* VENSTRE KOLONNE				*/
	
				#left-col {
					margin-left: 60px;
					width: 330px;
					line-height: 1.8em;
					font-size: 0.9em;
					float: left;
					border-right: 1px dotted #990000;
					padding-right: 35px;
				}
				
					#left-col a {
						color: #990000;
						text-decoration: underline;
					}
					
				/* ---------------------------- */
				/* HØJRE KOLONNE				*/
	
				#right-col {	
					float: right;
					width: 280px;
					margin-right: 0px;
					position: relative;	
					top: -4px;
					
					padding-left: 40px;
				}
				
					#right-col a {
						color: #990000;
					}

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

		#footer {
			background: none;
			float: left;
		}
		
			