@charset "UTF-8";


/* tags* */

body {
	margin:0;
	padding:0;
	background:rgb(222,217,204);
	font-family:'Trebuchet MS', sans-serif;
}
h1 {
	margin-top:0px;
	color:rgb(123,103,51);
	font-weight:normal;
}
h2 {
	margin-top:0px;
	font-size:18px;
	font-weight:normal;
}

p {
	margin-top:0px;
}

a {
	color:rgb(140,0,0);
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* structure */
#pageContainer {
	width:100%;
	text-align:center;
	background:rgb(239,236,230) url(../img/pageBack.png) center bottom repeat-x;
}

#mainContainer {
	width:795px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	line-height:20px;
	color:rgb(130,130,130);
	background:url(../img/mainBack.png) center bottom no-repeat;
	padding-bottom:60px;
	padding-left:100px;
	padding-right:100px;
}
#top {
	height: 135px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
}
#menu {
	height:28px;
	padding-top:2px;
	background-image: url(../img/menuBack.png);
	text-align:center;
}

#content{
	background:url(../img/headerOrnament.png) no-repeat 25px 5px;
}

	#header {
	height: 110px;
	padding-left: 250px;
	padding-top:20px;
	}
	#leftCol {
		float:left;
		width:200px;
		padding-left:40px;
	}
	#rightCol{
		float:left;
		width:555px;
	}
		.contentBoxTop {
			background:url(../img/contentTop.png) top no-repeat;
			width:515px;
			height:20px;
		}
		.contentBox {
			background:url(../img/contentBottom.png) bottom no-repeat;
			width:475px;
			padding-left:20px;
			padding-right:20px;
			padding-bottom:10px;
		}
		
#footer {
	height: 23px;
	margin-top:22px;
	background-image: url(../img/footer.png);
	color:rgb(255,255,255);
	text-align:center;
}

	#footer a {
		color:rgb(255,255,255);
		text-decoration:underline;
	}
	
	#footer a:hover {
		text-decoration:none;
	}

/* menu */
#menu ul {
	display:inline;
	padding:0;
	margin:0;
}
	#menu ul li {
		display:inline;
		list-style-type:none;
		padding-left:20px;
		padding-right:20px;
	}
		#menu ul li a {
			color:rgb(255,255,255);
			text-decoration:none;
		}
		
		#menu ul li a:hover {
			color:rgb(140,0,0);
		}

/* submenu */

ul.subMenu {
	padding:0;
	margin:0;
}

	ul.subMenu li {
	background:url(../img/subMenuBack.png) no-repeat;
	list-style-type:none;
	width:145px;
	height:32px;
	text-align:center;
	padding:13px 10px 10px;
	}
	
		ul.subMenu li a {
			color:rgb(123,103,51);
		}


/* galleri */
.pictureFrame {
	float:left;
	width:85px;
	height:85px;
	padding:15px;
	margin-right:15px;
	margin-bottom:15px;
	background:url(../img/pictureFrame.png) no-repeat;
}

/* classes */
.frontPictureFrame {
	background:url(../img/frontPictureFrame.png) no-repeat;
	width:135px;
	height:135px;
	padding:15px;
}

.clr { clear:both; }
