/*
Contentpapst Standard-Vorlagenset
© 2003-2004, sandoba.de medien agentur

Contentpapst ist das Content-Management-System der sandoba.de medien 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 url(standard.css);

body {
	font-weight: normal; 
	font-size: 11px;
	color: #000000; 
	font-style: normal; 
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 2cm 1cm 1cm 2.5cm;
	
	size: portrait;
	background-color: #FFFFFF;
	caption-side: top;
	
	orphans: 2;
	widows: 2;
}

table {
	font-size: 11px;
}

banner {
	border-color:#000000;
}

/* Beschriftungen */

.font_title {
	font-weight: bold; 
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: -20px;
	color: #789EB8;
	border-bottom: 1px dashed #4A7C98;
}

.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, #menu_content, #menu_header, #menu_navigation, #menu_top {
	display: none;
}

#menu_text {
	display: display;
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 600px;
}

/* Sonstiges */

.border_line {
	border-bottom: 1px dashed #BFB8AD;
}