/*
 * layout
 */
html,body {
	margin:0;
	padding:0;
	}
body {
	font: arial,sans-serif;
	background-image: url(images/hintergrund-body.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	}
p {
	margin:0 10px 10px;
	}
a {
	color: #981793;
	}
div#header {
	height:150px;
	line-height:150px;
	margin:0;
	padding-left:10px;
	border: 1px solid #DDBDFF;
	background: url(images/top_logo.gif) no-repeat;
	}
div#content p {
	line-height:1.4;
	}
div#navigation {
	background-color: #ECDAFF;
	}
div#extra {
	background:#ECDAFF;
	}
div#footer {
	border: 1px solid #DDBDFF;
	background: #ECDAFF;
	}
div#footer p {
	margin:0;
	padding:5px 10px;
	}
div#wrapper { 
	float:right;
	width:100%;
	margin-left:-200px; 
	}
div#content {
	margin: 10px;
	margin-left:210px;
	}
div#navigation {
	float:left;
	width:200px;
	}
div#navpath {
	margin-left: 200px;
        border-bottom: 1px solid #DDBDFF;
        padding: 5px;
	font-size: smaller;
	background: #ECDAFF;
	}
div#extra {
	float:left;
	clear:left;
	width:200px;
	}
div#footer {
	clear:both;
	width:100%;
	}

table {
	}
.categoryHeader {
	font-weight: bold;
	font-size: larger;
	font-variant: small-caps;
	color: 7f00ff;
	}
.category {
	font-size: smaller;
	margin-bottom: 20px;
	color: #7f00ff;
}
.title {
	font-weigth: bold;
	font-size: larger;
	font-variant: small-caps;
	color: #7f00ff;
}

/*
 * class Menu
 */
.menuentry {
	padding: 5px;
	}
.menuactive {
	padding: 5px;
	}

