/*
Contentpapst Standard-Vorlagenset
© 2003-2006, 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 der Datei "standard.css" */

@import url(standard.css);

/* Allgemeine Angaben */

body {
	font-weight: normal; 
	font-size: 11px;
	color: #000000;
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	background: url('custom/background.gif') repeat-x left top;
	background-color: #ffffff;
}

table {
	font-size: 11px;
}

banner {
	border-color: #000000;
}

/* Neue CSS-Befehle und -Klassen */

#layout_frame {
	width: 950px;
}

#layout_top {
	height: 174px;
}

#layout_top_left {
  vertical-align: top;
  text-align: center;
	width: 200px;
	background: url('custom/top_left_image.gif') no-repeat left top;
}

#layout_top_right {
  vertical-align: top;
  text-align: right;
	background: url('custom/top_right_image.gif') no-repeat left top;
}

#layout_middle {
	height: 600px;
}

#layout_navigation {
  vertical-align: top;
	text-align: left;
	width: 200px;
	background-color: #F2F2F2;
}

#layout_navigation_search {
	background: #000066;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	padding-left: 6px;
}

.layout_navigation_title {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	padding: 3px;
	background: #000066;
	color: #FFFFFF;
	text-transform: uppercase;
}

.layout_navigation_content {
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	background: #EDEDED;
}

.layout_navigation_content a {
	text-decoration: none;
}

#layout_content {
	vertical-align: top;
	text-align: left;
	background: #FAFAFA;
}

#layout_content_backtracking {
	background: #000066;
	color: #FFFFFF !important;
	height: 24px;
	max-height: 22px;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	padding-left: 10px;
	margin-bottom: 6px;
}

#layout_content_backtracking a {
	color: #FFFFFF;
}

#layout_content_inside {
	padding: 10px;
	padding-right: 0;
  width: 735px;
	line-height: 17px;
}

#layout_content_inside ul {
	color: #000000 !important;
}

#layout_content_inside ul a {
	color: #000000 !important;
}

#layout_bottom {
	text-align: center;
	color: #FFFFFF;
	background-color: #000066;
	height: 24px;
}

#layout_bottom a {
	padding-left: 4px;
	padding-right: 4px;
	color: #FFFFFF !important;
	text-decoration: none;
}

#layout_bottom a:hover {
	color: #4C4C4C !important;
	text-decoration: none;
}

/* Navigation oben */

#layout_top_navigation {
	float: left;
	width: 100%;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px !important;
}

#layout_top_navigation ul {
	padding: 0;
	padding-right: 10px;
	padding-left: 40px;
	margin: 0;
	list-style-type: none;
}

#layout_top_navigation li {
	padding-right: 0;
	padding-left: 9px;
	padding-top: 0;
	padding-bottom: 0;
	background: url('custom/nav_top_left_normal.gif') no-repeat left top;
	float: left;
	margin: 0;
}

#layout_top_navigation a {
	display: block;
	padding-right: 11px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 5px;
	float: left;
	background: url('custom/nav_top_right_normal.gif') no-repeat right top;
	font-weight: normal;
	color: #909090;
	text-decoration: none;
}

#layout_top_navigation a {
	float: none;
	color: #000000;
}

#layout_top_navigation a:hover {
	padding-bottom: 4px;
	text-decoration: underline;
	color: #000000;
}

#layout_top_navigation #layout_top_navigation_selected {
	background: url('custom/nav_top_left_selected.gif') no-repeat left top;
	color: #FFFFFF;
}

#layout_top_navigation #layout_top_navigation_selected a {
	background: url('custom/nav_top_right_selected.gif') no-repeat right top;
	padding-bottom: 4px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Navigation links */

#layout_left_navigation {
	margin-top: 1px;
}

#layout_left_navigation a, #layout_left_navigation_sub a {
	background: #E4E4E4;
	color: #000000;
	display: block;
	width: 100%;
	height: 16px;
	margin-bottom: 1px;
	padding: 4px;
	padding-left: 6px;
	text-decoration: none;
}

#layout_left_navigation a:hover {
	background: #B4B4B4;
	color: #000000;
	text-decoration: none;
}

#layout_left_navigation_selected {
	font-weight: bold;
}

#layout_left_navigation_sub a {
	background: #F4F4F4;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 0;
}

#layout_left_navigation_sub a:hover {
	background: #B4B4B4;
	color: #000000;
	text-decoration: none;
}

#layout_left_navigation_sub_selected {
	font-weight: bold;
}