/*
Contentpapst Demoversion
© 2003-2004, sandoba.de medien agentur

Contentpapst 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: #2E5067;
	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:#2E5067;
}

/* Beschriftungen */

.font_white {
	color: #FFFFFF;
	display: inline;
}

#font_sub_nav {
	position: relative;
	color: #2E5067;
	left: 5px;
}

#font_sub_nav a:hover {
	color: #2E5067;
}

/* 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;
}


ul div {

position: relative;
top: -12px;
}

li + div {

position: relative;
top: -12px;
left: 10px;
}
