/*Contentpapst Demoversion© 2003-2004, sandoba.de medien agenturContentpapst ist das Content-Management-System der sandoba.de medie agentur (www.sandoba.de) aus Berlin. Weder ein Teil noch der gesamte Quellcode, Inhalte oder Grafiken sind ohne schriftliche Erlaubnis in anderen Medien (v.a. auf anderen Websites) einzusetzen, sofern nicht anderweitig angegeben.*//* Import der Datei "standard.css" */@import url(standard.css);/* Allgemeine Angaben */

body {	font-weight: normal;	font-size: 11px;	color: #000000;	font-style: normal;	font-family: Arial, Helvetica, Sans-Serif;	background-image: url(images/xp_back.gif);	background-repeat: repeat;}

table {	font-size: 11px;}
banner {	border-color:#000000;}/* Beschriftungen */
.font_white {	color: #FFFFFF;	display: inline;}
#font_sub_nav {	position: relative;	color: #000000;	left: 5px;}
#font_sub_nav a:hover {	color: #000000;}/* Menüs */
#menu_search {	position: absolute;	left: 190px;	top: 115px;		padding-top: 3px;		width: 410px;	height: 40px;		background-image: url(images/search_box.gif);	background-repeat: norepeat;}
#menu_content {	position: absolute;	left: 0px;	top: 0px;}
#menu_text {	position: absolute;	left: 190px;	top: 154px;	width: 400px;	max-width: 400px;}
#menu_header {	position: absolute;	left: 0px;	top: 0px;		background-image: url(images/xp_header_back.jpg);	background-repeat: norepeat;}
#menu_navigation {	position: absolute;	left: 0px;	top: 125px;}
#menu_top {	position: relative;	top: -44px;	left: 332px;	margin-bottom: -20px;}/* Sonstiges */
.border_line {	border-bottom: 1px dashed #BFB8AD;}

/* Äußerer Rahmen um die Navigation */

div.navigation {	
	width: 160px;
	background-color: #F3E9EB;
	margin-top: 2px;
}

/* Gestaltung der Hauptnavigationspunkte */

a.navigation_main {	
   margin-bottom: 1px;
   *margin-bottom: 0px;
	padding: 6px 6px 6px 9px;
	width: 145px;
	*width: 160px;
	display: block;
	max-width: 160px;
	height: 12px;
	background: #FCF8F9;
	text-decoration: none;
	cursor: pointer;
	color: #892336;
	font-weight: bold;
	background-image: url(nav1.gif);
	background-repeat: repeat-x;
}

a.navigation_main:link, a.navigation_main:active {

        color: #892336;
    	text-decoration: none;
    	font-weight: bold;
}

a.navigation_main:hover {

	color: #892336;
	text-decoration: none;
	font-weight: bold;
	background-color: #DFC6CB;
	background-image: url(nav1_1.gif);
	background-repeat: repeat-x;
	border:none;
}

a.navigation_main:visited {	

	color: #892336;
	font-weight: bold;
	text-decoration: none;
}

/* Ausklappender Container */

.navigation_extra {	
	background: #F3E9EB;
	padding-right: 2px;
	padding-left: 2px;
	visibility: hidden;
	color: #892336;
	padding-bottom: 2px;
	width: 160px;
	padding-top: 2px;
	position: absolute;
}

a.navigation_extra:visited {	
	color: #892336;
	text-decoration: none;
}

/* Gestaltung der Unternavigationspunkte */

a.navigation {	
	background: #F3E9EB;
	display: block;
	padding-left: 15px;
	padding-top: 2px;
	height: 21px;
		width: 145px;
	*width: 160px;
	color: #892336;
	text-decoration: none;
	font-weight: normal;
	background-repeat: repeat-x;
}

a.navigation:link, a.navigation:active {	
	color: #892336;
	text-decoration: none;
	font-weight: normal;
}


a.navigation:hover {	
	background: #DFC6CB;
	color: #892336;
	text-decoration: none;
	font-weight: normal;
	background-repeat: repeat-x;
}

a.navigation:visited {	
	color: #892336;
	font-weight: normal;
	text-decoration: none;
