/* -- HTML Elemente -- */
body,
html {
	height:100%;
	margin:0;
	padding:0;
	font:12px Helvetica, Arial, sans-serif;
	text-align:center;
	background:#000;
}

hr {
	/* color auf die Hintergrundfarbe stellen*/
	color:#FCEFCD;
	/* background-color auf die Hintergrundfarbe stellen*/
	background-color:#FCEFCD;
	border:1px solid #000;
	border-width:1px 0px 0px 0px;

}

img {
	border:0;
}

h1 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

h2 {
	margin:0;
	padding:10px 0;
	color:#666;
	font-size:12px;
	font-weight:bold;
}

a:link,
a:visited {
	text-decoration:underline;
}

a:hover,
a:active {
	text-decoration:none;
}

.clearer {
	clear:both;
}

/* -- Haupt Elemente -- */
table#table_wrapper {
	width:100%;
	height:100%;
	background:url(../img/table_wrapper.gif) repeat-y center;
}

table#table_wrapper td {
	vertical-align:top;
}

div#outer_wrapper {
	background:url(../img/outer_wrapper.gif) repeat-x;
}

	div#main_wrapper {
		width:940px;
		margin:0 auto;
		text-align:left;
		position:relative;
	}

/* -- Header -- */
div#mast_head {
	margin:0 120px 0 140px;
}

	div#logo {
		width:150px;
		height:74px;
		position:absolute;
		top:20px;
		left:-25px;
		background:url(../img/logo.jpg) no-repeat right;
	}

	address#contact_info {
		width:130px;
		position:absolute;
		top:120px;
		left:820px;
		color:#FFF;
		font-style:normal;
		line-height:1.05em;
	}

		address#contact_info strong {
			display:block;
		}

		address#contact_info a:link,
		address#contact_info a:visited {
			color:#FFF;
		}

		address#contact_info a:hover,
		address#contact_info a:active {
			color:#EEE;
		}

/* -- Navigation -- */
div#nav_bar { 
	margin:0 120px 0 140px;
	position:relative;
}

	div#nav_bar ul {
		margin:0;
		padding:0;
		list-style:none;
	}

		div#nav_bar li {
			float:left;
		}

	/* -- Hauptnavigation, Ebene 0 -- */
	ul#nav_lvl_0 {
		width:659px;
		height:19px;
		float:left;
		background:url(../img/nav_lvl_0.gif) repeat-x top;
		border-left:1px solid #848689;
	}

		ul#nav_lvl_0 li.active a {
			background:url(../img/nav_lvl_0_item_active.gif) !important;
		}

			ul#nav_lvl_0 a {
				width:71px;
				height:18px;
				float:left;
				display:block;
				text-align:center;
				line-height:18px;
			}

			ul#nav_lvl_0 a:link,
			ul#nav_lvl_0 a:visited {
				color:#FFF;
				font-weight:bold;
				text-decoration:none;
				background:url(../img/nav_lvl_0_item.gif);
			}

			ul#nav_lvl_0 a:hover,
			ul#nav_lvl_0 a:active {
				color:#EEE;
				background:url(../img/nav_lvl_0_item_active.gif)
			}

		/* -- Subnavigation, Ebene 1 -- */
		ul#nav_lvl_1 {
			width:659px;
			height:19px;
			float:left;
			background:url(../img/nav_lvl_1.gif) repeat-x top;
			border-left:1px solid #848689;
		}

			ul#nav_lvl_1 li.active a {
				font-weight:bold;
			}

				ul#nav_lvl_1 a {
					height:18px;
					padding:0 8px;
					float:left;
					display:block;
					text-align:center;
					line-height:18px;
					background:url(../img/nav_lvl_1_item.gif) right;
				}

				ul#nav_lvl_1 a:link,
				ul#nav_lvl_1 a:visited {
					color:#FFF;
					text-decoration:none;
				}

				ul#nav_lvl_1 a:hover,
				ul#nav_lvl_1 a:active {
					color:#DDD;
				}

			/* -- Sub-Subnavigation, Ebene 2 -- */
			ul#nav_lvl_2 {

			}

				ul#nav_lvl_2 li.active a {
					font-weight:bold;
				}

					ul#nav_lvl_2 a {
						padding:6px 1px 0 8px;
						float:left;
						display:block;
						font-size:11px;
					}

					ul#nav_lvl_2 a:link,
					ul#nav_lvl_2 a:visited {
						color:#000;
						text-decoration:none;
					}

					ul#nav_lvl_2 a:hover,
					ul#nav_lvl_2 a:active {
						color:#666;
					}

/* -- Service Navigation -- */
ul#service_nav {
	width:120px;
	position:absolute;
	top:2px;
	left:677px;
}

	ul#service_nav li {
		padding:0 0 0 5px;
	}

	ul#service_nav li.active a {
		color:#EEE !important;
	}
	
		ul#service_nav a {
			color:#828282;
			font-size:11px;
			text-decoration:none !important;
		}

/* -- Content -- */
div#content {
	margin:0 180px 30px 190px;
	padding:50px 0 0 0;
}
	
	/* Wird nur auf der Startseite verwendet. */
	div#slogan {
		margin:20px 0 0 0;
		padding:0 0 35px 383px;
		font-size:12px;
		font-weight:bold;
	}
	
	/* Für Slogan auf allen anderen Seiten. */
	div#content_slogan {
		padding:0 0 8px 0;
		color:#424242;
		font-size:12px;
		font-weight:bold;
	}

	div#content a:link,
	div#content a:visited {
		color:#828282;
	}

	div#content a:hover,
	div#content a:active {
		color:#424242;
	}

	div#content ul {
		margin:0;
		padding:6px 0 6px 25px;
		list-style:none;
	}

		div#content li {
			padding:2px 0 2px 12px;
			background:url(../img/icon_orange_8x11.gif) no-repeat 0 4px;
		}

	/* -- Spalten im Content --*/
	div.with_cols div#content_col_left,
	div.with_cols div#content_col_right {
		float:left;
	}

		div.with_cols div#content_col_left {
			width:200px;
			padding:0 0 40px 0;
			text-align:right;
		}
		
			div.with_cols div#content_col_left table {
				border-collapse:collapse;
			}

		div.with_cols div#content_col_right {
			width:340px;
			padding:0 0 0 25px;
			border-left:1px solid #424242;
		}

/**********************************************************************************************************
 *                                              EXT STYLES                                                *
 **********************************************************************************************************/
/* -- Sitemap -- */
div#sitemap {
	width:300px;
	padding:10px 0 0 0;
}

	div#sitemap h2 {
		padding:4px 0;
		border-bottom:1px dashed;
	}

		div#sitemap h2 a {
			color:#F49C00 !important;
			text-decoration:none;
		}

	div#sitemap ul ul li {
		background:url(../img/icon_grey_8x11.gif) no-repeat 0 4px !important;
	}



table.news_table {
	width:350px;
	margin:10px 0;
}
	
	table.news_table td {
		vertical-align:top;
	}

	table.news_table td.news_image {
		width:100px;
	}

	table.news_table td.news_text {
		width:200px;
	}

	table.news_table td.news_more {
		font-weight:bold;
		white-space:nowrap;
		text-align:right;
	}

	
