﻿@charset "utf-8";
/* CSS Document */

/* Allgemeines Layout */

html {
	margin:0;
	padding:0;
	height:100%;
}

body         {
	text-indent: 0;
	word-spacing: 0;
	margin: 50px 0 0 0;
	padding:0;
	background-image: url(../design/images/bg_body.gif);
	background-repeat: repeat-x;
	background-color:#e1e1e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
} 

#page_container {
	width: 1026px;
	margin-left:auto;
	margin-right:auto;
	/* border:1px solid #e1e1e1; */
}

#page_border {
	width: 1026px;
	background-image: url(../design/images/shadow_right.gif);
	background-repeat: no-repeat;
	background-position: 1022px 0px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}


/*  wird auf den Seiten definiert, da das Pic zufällig eingeblendet werden soll
#header_top {
} */

#header_top_logo {
	margin:0;
	padding:0;
	width:200px;
	height:104px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#header_top_search {
	margin:75px 0px 0px 485px;
	padding:0;
	color:#81B2D7;
	font-size:11px;
	width:200px;
	height:20px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#header_main_menu {
	width: 1020px;
	height: 25px;
	/* background-image: url(../images/bg_header_main_menu.gif); */
	/* background-repeat: no-repeat; */
	background-color:#e7301c;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	border-top:5px solid #ffe400;
	/* border-bottom:20px solid #81b2d7; */
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}

#header_breadcrumb {
	width: 1000px;
	height:16px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	background-color:#81b2d7;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	padding: 4px 0px 0px 20px;
}

#header_breadcrumb a {
	color:#fff;
	text-decoration:none;
}

#header_breadcrumb a:hover {
	text-decoration:underline;
}

#main_content {
	position:relative;
	width: 1020px;
	font-size:12px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color: #fff;
	margin:0;
	padding:0;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
/*    z-index:-9; */
}

#main_content_left {
	position:relative;
	width: 775px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color: #fff;
	margin:0;
	padding: 15px 15px 15px 15px;
}

#main_content_left a {
	padding-right:15px;
	background-image: url(../design/images/link_main_content.gif);
	background-repeat: no-repeat;
	background-position:right;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #81B2D7;
	color:#81B2D7;
}

#main_content_left a:hover {
	border-bottom:1px solid #81B2D7;
	padding-right:15px;
	background-image: url(../design/images/link_main_content_over.gif);
	background-repeat: no-repeat;
	background-position:right;
}

#main_content_right {
	position:relative;
	width: 200px;
	font-size:10px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color: #fff;
	margin:0;
	padding: 15px 15px 15px 0px;
}

#main_content_right table p {
	text-align:left;
}

#main_content_right a {
	padding-right:12px;
	background-image: url(../design/images/link_main_content_mini.gif);
	background-repeat: no-repeat;
	background-position:right;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #81B2D7;
	color:#81B2D7;
}

#main_content_right a:hover {
	border-bottom:1px solid #81B2D7;
	padding-right:12px;
	background-image: url(../design/images/link_main_content_mini_over.gif);
	background-repeat: no-repeat;
	background-position:right;
}

#header_main_menu_service {
	margin: 0;
	padding-top:3px;
	padding-right:14px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	width: 1006px;
	height: 18px;
	float:left;
	text-align:right;
	background-color:#81b2d7;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

#header_main_menu_service a {
	margin:0;
	padding:0;
	text-align:right;
	text-decoration:none;
	color:#fff;
}

#header_main_menu_service a:hover {
	margin:0;
	padding:0;
	text-align:right;
	text-decoration:underline;
	color:#fff;
}

#footer {
	position:relative;
	width: 1026px;
	height:35px;
	font-size:11px;
	text-align:center;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-image: url(../design/images/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	margin:0;
	padding: 10px 0 0 0;
}

/* Allgemeine Tag-Definitionen in den verschiedenen Bereichen des Layouts */

#main_content p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.5;
	text-align:justify;
}

h3 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#81B2D7;
	margin:0 -8px 8px -8px;
	padding:8px;
}

#linkkennung {
	padding-right:15px;
	background-image: url(../design/images/link_main_content.gif);
	background-repeat: no-repeat;
	background-position:right;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #81B2D7;
	color:#81B2D7;
}
