/*
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: 62.5%; /* Resets 1em to 10px */ 
	color: #666;
	font-style: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	/* background: #B5B5B5; */ 
	background: #fff; 
	padding: 0px; 
	margin: 0px; 
	background-image: url(images/bodybg.gif); 
	/* background-position: left top; */ 
	background-repeat: repeat-y;  
}

#page { 
width: 1000px; 
/* background: #fff; 
border-right: 2px solid #CCC; */ 
padding: 0px; 
margin: 0px; 
} 

h1, h2, h3, h4, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { 
	font-weight: normal; 
	font-size: 1.4em; 
    padding: 0px; 
	margin: 0px; 
	color: #B5B5B5; 
} 

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { 
	font-weight: normal; 
    padding: 0px; 
	margin: 0px; 
	color: #000; 
} 

table {
	font-size: 1.2em; 
}

banner {
	border-color:#666;
}

/* Beschriftungen */

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

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

#font_sub_nav a:hover {
	color: #666;
}

/* Menüs */

#menu_search { 
	font-family: Arial, Helvetica, Sans-Serif; 
    /* 
	position: absolute center;
	left: 190px; 
	top: 115px;
	*/ 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 5px; 
	padding-top: 3px; 
	width: 410px;
	height: 40px;
	background-image: url(images/search_box.gif);
	background-repeat: no-repeat;
}

#menu_content { 
	font-family: Arial, Helvetica, Sans-Serif; 
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu_text {
	/* 
	position: absolute;
	left: 10px;
	top: 0px; */ 
	width: 750px;
	font-size: 1.4em;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, Sans-Serif; 
	text-align: left; 
    /* border-right: 1px dotted #666; */ 
	padding: 10px; 
	padding-top: 0px; 
	_height: 805px; 
	min-height: 805px; 
}

#menu_header {
	position: absolute;
	left: 0px;
	top: 0px;	
	background-image: url(images/xp_header_back.jpg);
	font-family: Arial, Helvetica, Sans-Serif; 
	background-repeat: no-repeat;
}

#menu_navigation { 
	font-family: Arial, Helvetica, Sans-Serif;
	position: absolute;
	left: 775px;
	top: 5px;
	margin: 0px; 
	padding: 0px; 
	width: 220px; 
	border: 0 none; 
}

#menu_top {
	font-family: Arial, Helvetica, Sans-Serif; 
	position: relative;
	top: -44px;
	left: 332px;
	margin-bottom: -20px;
}

/* Sonstiges */

.border_line {
	/* border-bottom: 1px dotted #9EB6C2; */
    border-bottom: 1px dotted #666; 
}

#clear { 
    clear: both; 
} 

#startpage_bg { 
    height: 812px; 
	background-image: url(images/start_bg.jpg); 
	background-position: right top; 
	background-repeat: no-repeat; 
	padding-left: 10px; 
	padding-right: 10px; 
} 

#startpage_enbg { 
    height: 812px; 
	background-image: url(images/start_enbg.jpg); 
	background-position: right top; 
	background-repeat: no-repeat; 
	padding-left: 10px; 
	padding-right: 10px; 
} 

#startpage_bg h1, #startpage_enbg h1 { 
     font-weight: normal; 
	 font-size: 1.2em; 
} 

hr { 
    color: #ccc; 
	height: 1px; 
} 