/* default
--------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #ddd;
	font-family: arial, sans-serif;
	
	background-image: url('../images/background.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	border: none;
}

/* typografie 
--------------------------------------------------------------------------------------*/
p {
	font-family: arial;
	font-size: 12px;
	color: #555f66;
	line-height: 18px;
}

.p-klein {
	font-family: arial;
	font-size: 10px;
	color: #555f66;
}

h1 {
	font-family: arial;
	font-size: 24px;
	color: #555f66;
	margin-bottom: -10px;
}

.h2 {
	font-family: arial;
	font-size: 18px;
	color: #901e79;
	margin-bottom: -10px;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style:none;
	font-family: 'Arial', 'lucida grande', sans-serif;
	font-size: 12px;
	color: #555f66;
	line-height: 18px;
}

h3 {
	color: #901e79;
	font-family: arial;
	font-size: 14px;
}

a {
	color: #8f1c79; 
	text-decoration: none;
}

a:hover {
	color: #8f1c79; 
	text-decoration: underline;
}

.menu {
	width: 150px;
	height: 190px;
	padding-left: 40px;
	border-right: 1px solid #901e79;
	float: left;
}

.menu .menu_liste li a {
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-decoration:none;
	color: #911e79;
	margin-bottom: 5px;
}

.active { 
	color: #555f66;
	font-size: 14px;
	padding-left: 0px;
	text-decoration: none; 
}


/* opbouw
--------------------------------------------------------------------------------------*/
#container  {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;	
	background-color: #fff;
	border-left: 1px solid #901e79;
	border-right: 1px solid #901e79;
}

#watermerk {
	width: 850px;
	height: 100%;
	background-image: url('../images/bg_watermerk.jpg');
	background-repeat: no-repeat;	
	background-position: left bottom;
}

.header {
	width: 810px;
	padding-left: 40px;
	height: 150px;
	padding-top: 31px;
}

.content {
	width: 585px;
	min-height: 550px;
	padding-right: 40px;
	padding-bottom: 50px;
	float: right;
	text-align: justify;
	margin-top: -13px;
	margin-bottom: 20px;
	margin-right: 10px;
	display: block;
}

.artikel {
	padding-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #901e79;
}

.table {
	font-family: arial;
	font-size: 12px;
	color: #555f66;
	line-height: 18px;
}

.image {
	float: left; 
	margin-right: 15px; 
	margin-bottom: 15px;
}

/* footer
--------------------------------------------------------------------------------------*/
.footer {
	width: 850px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	text-align: right;
	border-top:1px solid #901e79;
	/* background-image: url('../images/footer.jpg'); 
	background-repeat: no-repeat;	
	background-position: left bottom;	*/
}