body {
	margin: 0; padding: 0;
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: 100%;
	background: #9999CC url(/img/fahje/hortensie_back.jpg) no-repeat right top;
}
#container {
	position: absolute;
	width: 500px;
	top: 5px;
	margin-left: 50%;
	left: -250px;
	background-color: #B9B9E1;
	border: 5px solid #fff;
}
#header {
	margin: 0; padding: 5px;
	height: 60px;
	width: 500px;
}
	#header #logo {
		width: 490px;
		height: 51px;
		background: transparent url(/img/fahje/fahje.dk.gif) no-repeat top right;
	}
	#header #logo h1 { display: none; }

#menu {
	position: absolute;
	background-color: #B9B9E1;
	border-left: 5px solid #fff;
	padding: 1px 0 1px 2px;
	width: 80px;
	top: 80px;
	left: -87px;
}
	#menudivtop {
		background-color: #fff;
		margin: -1px 0 0 -2px;
		height: 5px;
		width: 82px;
	}
		#menudivtop span {
			display: none;
		}
	#menudivbottom {
		background-color: #fff;
		margin: 0 0 -1px -2px;
		height: 5px;
		width: 82px;
	}
		#menudivbottom span {
			display: none;
		}
	#menu #menudiv {
	position: relative;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 86px;

	}
	#menu ul {
		margin: 0; padding: 0;
		width: 120px;
		list-style-type: none;
	}
		#menu ul li {
			margin: 0; padding: 1px 0 1px 0;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 20px;
			color: #fff;
		}
			#menu ul li a {
				display: block;
				padding-left: 5px;
				width: 120px;
				background-color: #828283;
				color: #fff;
				text-decoration: none;
			}
			#menu ul li a:hover {
				background-color: #CCCCCC;
			}
			
			#menu li ul {
			display: none;
			position: relative;
			margin-top: 1px;
			background-color: #B9B9E1;
	}
	#menu ul li ul li a {
		background-color: #696969;
		padding-left: 10px;
	}
			
#content {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	padding: 0 20px 0 50px;
}
	#content a {
		color: #fff;
		text-decoration: none;
	}
	#content a:hover {
		color: #ccc;
	}
	#content p:first-letter {
		font-weight: bold;
	}
	#content h1 {
		font-size: 12pt;
		font-weight: bold;
		border-bottom: 1px solid #727272;
	}
	#content img {
		border: 0;
	}
	#content p {
		text-align: justify;
	}
#footer {
	width: 500px;
	height: 100px;
	border-top: 5px solid #fff;
	background: transparent url(/img/fahje/footer_bambus.jpg) no-repeat bottom left;
}

/* */

.infokasten {
	background-color: #CCCCEA;
	border: 1px solid #828283;
	margin-bottom: 10px;
}

.infokasten_header {
	border-bottom: 1px solid #727272;
	font-weight: bold;
}

.infokasten_txt:first-letter {
	font-weight: bold;	
}

/* CMS Spezifisch */

.category {
	background-color: #CCCCEA;
	border: 1px solid #828283;
	margin-bottom: 10px;
	}
.title {
	border-bottom: 1px solid #727272;
	font-weight: bold;
}
.author {
	font-size: 80%;
	text-align: right;
}

/* gbook */

.date {
	color: #666;
}
/* news */
.artikel {
	border: 1px solid #666;
	padding: .5em .5em .5em .5em;
	margin-bottom: 1.2em;
}
.teaser {
	font-size: 11pt;
}
	.teaser:first-letter {
		font-size: 11pt;
	}
.text {
	font-size: 12pt;
}
.meta {
	font-size: 9pt;
	background-color: #bbb;
}

h4 {
	margin: 0; padding: 0;
	margin-bottom: 10px;
	font-size: 15px;
}
dl {
	margin: 0; padding: 0;
	margin-bottom: 20px;
}
dd {
	padding-left: 3px;
	margin-left: 10px;
	border-left: 2px solid #fff;
}
dt {
	font-weight: bold;		
}
