/* Generic definitions */

html, body {
	height: 100%;
}

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: 12px/17px verdana, arial, helvetica;
	color: #45443C;		
}


/* Definitions for layout */

div#wrap_all {
	text-align: left;
	height: 100%;
	width: 991px;
	margin: 0 auto;
	position: relative;
}

div#wrap_menu_top {
	width: 991px;
	height: 19px;
	text-align: right;
	position: absolute;
	top:  0px;
	left: 0px;
}

div#wrap_header {
	width: 991px;
	height: 153px;
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 19px;
	left:  0px;
}

div#wrap_header_bg {
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

div#wrap_border_int_left {
	height: 32px;
	width: 15px;
	position: absolute;
	top: 172px;
	left:  0px;
	background-image: url(../images/border_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div#wrap_search {
	height: 32px;
	width: 220px;
	background-color: #949494;
	position: absolute;
	top: 172px;
	left:  15px;
}

div#wrap_menu_main {
	height: 32px;
	width: 521px;
	background-color: #949494;
	vertical-align: bottom;
	position: absolute;
	top: 172px;
	left:  235px;
}

div#wrap_add_text {
	height: 32px;
	width: 220px;
	background-color: #949494;
	text-align: right;
	vertical-align: middle;
	position: absolute;
	top: 172px;
	left:  756px;
}

div#wrap_border_int_right {
	height: 32px;
	width: 15px;
	position: absolute;
	top: 172px;
	left:  976px;
	background-image: url(../images/border_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div#wrap_all_content {
	width: 991px;
	height: auto;
	position: absolute;
	top: 204px;
	left:  0px;
	float: left;
	overflow: hidden;
}

div#col_container5 {
	clear: left;
	float: left;
	width: 100%;
	background-image:  url(../images/border_right.png);
	background-repeat:  repeat-y;
	background-position:  right top;
	overflow: hidden;
}

div#col_container4 {
	clear: left;
	float: left;
	width: 100%;
	background-color:  #ededed;
	position: relative;
	right: 15px;
}

div#col_container3 {
	clear: left;
	float: left;
	width: 100%;
	background-color:  white;
	position: relative;
	right: 220px;
}

div#col_container2 {
	clear: left;
	float: left;
	width: 100%;
	background-color:  #ededed;
	position: relative;
	right: 521px;
}

div#col_container1 {
	float: left;
	width: 100%;
	background-image:  url(../images/border_left.png);
	background-repeat:  repeat-y;
	background-position:  right top;
	position: relative;
	right: 220px;
}

div#border_content_left {
	width: 15px;
	border: 0px solid white;
	float: left;
	position: relative;
	left: 991px;
}

div#wrap_sidebar_left {
	height: 100%;
	width: 220px;
	float: left;
	position: relative;
	left: 991px;
}

div#wrap_page_content {
	height: 100%;
	width: 521px;
	float: left;
	position: relative;
	left: 991px;
}

div#wrap_sidebar_right {
	height: 100%;
	width: 220px;
	float: left;
	position: relative;
	left: 991px;
}

div#border_content_right {
	height: 100%;
	width: 15px;
	border: 0px solid white;
	float: left;
	position: relative;
	left: 991px;
}

div#wrap_sidebar_left_border {
	height: 100%;
	width: 100%;
	border-top: 1px solid #d0d0d0;
}

div#wrap_sidebar_right_border {
	height: 100%;
	width: 100%;
	border-top: 1px solid #d0d0d0;
}

div#wrap_page_content_border {
	height: 100%;
	width: 100%;
	border-top: 1px solid #d0d0d0;
}

div#border_footer {
	position: relative;
	height: 15px;
	width: 991px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/border_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

div#wrap_footer {
	width: 521px;
	height: 60px;
	position: absolute;
	left:  235px;
	bottom: 25px;
}

div#footer_links {
	text-align: center;
	width: 521px;
	height: 20px;
	font-size: 9px;
}

div#footer {
	text-align: center;
	color: #8f8f8f;
	font-size: 9px;
	line-height: 150%;
	background-image: url(../images/footer_border_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	margin-left: 20px;
	margin-right: 20px;
}

/* Menu definitions */

div.menu_top {
	color: #737373;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-right: 35px;
	margin-top: 4px;
}

div.menu_top a {
	color: #737373;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

div.menu_top a:hover {
	color: black;
	text-decoration: none;
}

div.menu_top a:active {
	color: black;
	text-decoration: none;
}

div.menu_top a:visited {
	text-decoration: none;
}

div.menu_main_item {
	cursor: pointer;
	float: left;
	position: relative;
}

div.menu_main_normal_left {
	height: 23px;
	width: 8px;
	background-image: url(../images/menu_main_normal_left.png);	
	margin-top: 9px;
	float: left;
}

div.menu_main_normal {
	height: 23px;
	color: white;
	font-size: 11px;
	background-image: url(../images/menu_main_normal.png);
	background-repeat: repeat-x;
	float: left;
	margin-top: 9px;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
}

div.menu_main_normal_right {
	height: 23px;
	width: 8px;
	background-image: url(../images/menu_main_normal_right.png);	
	margin-top: 9px;
	margin-right: 1px;
	float: left;
}

div.menu_main_hover_left {
	height: 23px;
	width: 8px;
	background-image: url(../images/menu_main_hover_left.png);	
	margin-top: 9px;
	float: left;
}

div.menu_main_hover {
	height: 23px;
	color: #9f1b19;
	font-size: 11px;
	background-image: url(../images/menu_main_hover.png);
	background-repeat: repeat-x;
	float: left;
	margin-top: 9px;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
}

div.menu_main_hover_right {
	height: 23px;
	width: 8px;
	background-image: url(../images/menu_main_hover_right.png);	
	margin-top: 9px;
	margin-right: 1px;
	float: left;
}

div.wrap_menu_sub {
	width: auto;
	height: auto;
	cursor: auto;
	border-top: 1px solid #d0d0d0;
	display: none;
	position: absolute;
	z-index: 10;
}

div.wrap_menu_sub_themen {
	top: 32px;
	left: 0px;
}

div.wrap_menu_sub_ref_ber {
	top: 32px;
	left: -90px;
}

div.wrap_menu_sub_publi {
	top: 32px;
	left: -224px;
}

div.wrap_menu_sub_termine {
	top: 32px;
	right: -143px;
}

div.wrap_menu_sub_ueber_uns {
	top: 32px;
	right: -73px;
}

div.wrap_menu_sub_kontakt {
	top: 32px;
	right: -10px;
}

table.table_menu_sub {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

td.cell_menu_sub {
	padding: 0px;
	margin: 0px;
	background-color: #ededed;
	border: 1px solid #cbcbcb;
}

td.cell_menu_sub_border_right {
	width: 10px;
	padding: 0px;
	margin: 0px;
	border: 0px solid white;
	background-image: url(../images/menu_sub_border_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}

td.cell_menu_sub_border_bottom {
	height: 10px;
	padding: 0px;
	margin: 0px;
	border: 0px solid white;
}

div.div_menu_sub_border_bottom_left {
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(../images/menu_sub_border_bottom_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.div_menu_sub_border_bottom {
	height: 10px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	background-image: url(../images/menu_sub_border_bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
}

td.cell_menu_sub_border_corner {
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	border: 0px solid white;
	background-image: url(../images/menu_sub_border_corner.png);
	background-repeat: no-repeat;
	background-position: left top;
}

td.menu_sub_first {
	min-width: 168px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

td.menu_sub {
	min-width: 168px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-image: url(../images/menu_sub_spacer.png);
	background-repeat: repeat-y;
	background-position: left top;
}

div.menu_sub_title {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	font-size: 12px;
}

div.menu_sub_content {
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
	color: #787876;
	font-size: 11px;
}

div.menu_sub_content ul {
	margin: 0px;
	padding-left: 15px;
}

div.menu_sub_content a {
	color: #787876;
	text-decoration: none;
}

div.menu_sub_content a:hover {
	color: #3d3d3c;
	text-decoration: none;
}

div#wrap_menu_breadcrumbs {
	color: #737373;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

div#wrap_menu_breadcrumbs a {
	color: #737373;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}

div#wrap_menu_breadcrumbs a:hover {
	color: black;
	text-decoration: none;
}

div#wrap_menu_breadcrumbs a:active {
	color: black;
	text-decoration: none;
}

div.menu_top a:visited {
	text-decoration: none;
}

/* Content definitions */

div.add_text {
	color: white;
	font-size: 14px;
	font-style: italic;
	margin-top: 6px;
	margin-right: 35px;
}

div.sidebar_left {
	margin-top: 17px;
	margin-left: 20px;
	margin-right: 22px;
	margin-bottom: 17px;
}

div.sidebar_right {
	margin-top: 17px;
	margin-left: 22px;
	margin-right: 20px;
	margin-bottom: 17px;
}

div.page_content {
	min-height: 350px;
	margin-top:  10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 90px;
}
