@charset "utf-8";
/* CSS Document */

/* 
colors:
donkerpaars : 4B1372
lichtpaars : B20031;

*/
html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B1372;
	line-height: 1.6em;
}
body {
	background: url(/images/bg_shade.gif) repeat-y  center;
	margin: 0;
}
h1,h2 {
	font-size: 11px;
}
a {
	color: #4B1372;
}
#container {
	width: 962px;
	margin: auto;
	margin-top: 0px;
	background: url(/images/bg.gif) no-repeat;
	min-height: 619px;
}
#content {
	width: 649px;
	position: absolute;
	top: 205px;
	margin-left: 155px;
	min-height: 349px; /* 350 - 1 */
	background-image: url("/images/bg_content.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
a#logo {
	display: block;
	float: left;
	margin: 10px 0 0 33px;
}
/*
NAW
*/
#naw {
	position: absolute;
	margin: 0 0 0 340px;
	top: 76px;
	padding: 0;
	font-size: 10px;
}
#naw li {
	display: inline;
	float: left;
	list-style: none;
	padding: 0 2px;
	color: #B20031;
}
#naw li a,
#naw li span,
ul#navigation_main a { 
	color: #4B1372; 
	text-decoration: none;
}
#naw a:hover {
	text-decoration: underline;
}
#naw li:before { 	content: '| '; }
#naw li:first-child:before { 	content: ""; }
/*
NAVIGATION
*/
ul#navigation_main {
	position: absolute;
	margin-left: 155px;
	top: 120px;
	padding: 0;
}
ul#navigation_main li {
	display: inline;
	float: left;
	list-style: none;
	padding-right: 28px;
}
ul#navigation_main a {
	color: #B20031; 
	font-size: 14px;
}
ul#navigation_main li.selected a {
	color: #4B1372; 
	font-size: 14px;
	font-weight: bold;
}
ul#navigation_,
ul#navigation_ li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navigation_ li {
	margin-bottom: 16px;
}
ul#navigation_ a {
	color: #4B1372;
	font-weight: bold;
}
ul#navigation_ li.selected a {
	color: #B20031;
}
/* 
CONTENT
*/
#content .bar {
	float: left;
	width: 205px; /* 209 - 2*2 */
	margin-right: 11px;
	border-top: 1px solid #4B1372;
	min-height: 344px; /* 350 -2*1 (border) - 2*2 (padding) */
	padding: 2px;
}
#content .bar:last-child {
	margin: 0;
}
#content .bardouble {
	float: left;
	width: 429px; 
	background-image: url("/images/bg_content.gif");
	background-repeat: no-repeat;
	padding: 2px 0;
}
.article p, 
.article h2 { 
	margin-top: 0; 
}
/* 
FORM 
*/
.formfield {
	width: 209px;
	float: left;
}
.formfield input[type="text"],
.formfield textarea {
	border: 2px solid #4B1372;
	width: 205px;
	margin-bottom: 4px;
}
input[type="reset"] {
	display: none;
}
input[type="submit"] {
	background-color: white;
	border: none;
	color: #4B1372;
	text-decoration: underline;
	text-align: left;
	margin-top: 10px;
	padding: 0;
	cursor: pointer;
	display: inline;
	float: left;
}
#formfield_1, #formfield_3, #formfield_5, #formfield_7 {
	margin-right: 11px;
}
.nogroup { display: block; float: left; clear: left; }
