/* =============================================================

	Projekt:		m.volution GmbH
	Autor:			FinwallMedia, S. Meier

	Erstellt:		29.01.2007
	Modifiziert:	<!--%TimeStamp%-->30.10.2007 14:50<!---->

============================================================= */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #828282;
	font: normal 75.01% verdana, arial, helvetica, sans-serif;
}

body div {
	text-align: left;
}


a { color: #828282; text-decoration: none; }
a:hover { color: #F78C1F; }
a#anfang { position: absolute; left: 0px; top: 0px; }
a#printlink { display: block; background: url(../img/icon_content_link.gif) 0 0.5em no-repeat; border-bottom: 1px solid #fff; padding-left: 16px; }
a:hover#printlink { background: url(../img/icon_startnews.gif) 0 0.5em no-repeat; }

.hide, dfn, a.anker { display: none; }
a img { border: none; }
table, td, { font-size: 1em; }
sup, sub { font-size: 0.65em; }

.cleaner1, .cleaner2 {
	display: block; clear: both; font-size: 0px; line-height: 0px; background: transparent; }

.cleaner1 { height: 0px; }
.cleaner2 { height: 1px; }

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

/** LAYOUT ******************************************************************/

#header {
	height: 125px;
	/*border-top: 15px solid #fff;*/
	background: url(../img/header_right.jpg) right top no-repeat;
}

	img#logo {
		display: block;
		float: left;
	}

	/** Navi Top **/
	ul#navi_top {
		list-style: none;
		float: right;
		font-size: 0.75em;
		padding-top: 106px;
	}

		ul#navi_top li {
			display: inline;
		}

			ul#navi_top a {
				color: #828282;
				padding: 0 5px 0 9px;
				text-decoration: none;
				background: url(../img/list_icon_navi_top.gif) 0 0.5em no-repeat;
			}

			ul#navi_top a:hover {
				color: #FBA91D;
			}

#navi_abs {
	font-size: 0.9em;
}

	form#sitesearch {
		float: right;
		width: 188px;
		border: 1px solid #d8d8d8;
		background: #e7e7e7 url(../img/bg_navi_main.gif) left top repeat-x;
		padding: 3px 0 4px 10px;
	}

		form:hover#sitesearch {
			color: #F78C1F;
			border-color: #F68D41;
			/*border-bottom-color: #d8d8d8;*/
		}

		form#sitesearch input {
			width: 105px;
			border: 1px solid #d8d8d8;
			border-bottom: none;
			margin-left: 10px;
			padding: 1px;
			color: #828282;
			font-size: 1em;
		}

		form#sitesearch input.form_button {
			width: 9px !important;
			margin: 0 0 -2px 7px;
			padding: 0 0 0 9px;
			height: 10px;
			border: none;
			background: #fff url(../img/go.gif) center center no-repeat !important;
			font-size: 0;
			color: #e7e7e7;
			line-height: 0;
			cursor: pointer;
		}

		form#sitesearch input:hover.form_button {
			background: #fff url(../img/go2.gif) center center no-repeat !important;
		}

		/** Navi Main **/
		ul#navi_main {
			list-style: none;
		}

			ul#navi_main li {
				display: inline;
			}

				ul#navi_main a {
					display: block;
					float: left;
					width: 137px;
					color: #828282;
					background: #e7e7e7 url(../img/bg_navi_main.gif) left top repeat-x;
					border: 1px solid #d8d8d8;
					padding: 5px 0 5px 10px;
					margin-right: 1px;
				}

				ul#navi_main a:hover, ul#navi_main a:hover.active {
					color: #F78C1F;
					border-color: #F68D41;
					/*border-bottom-color: #d8d8d8;*/
				}

				ul#navi_main a.active {
					color: #323232;
					font-weight: bold;
					border-color: #F68D41;
					border-bottom-color: #d8d8d8;
				}

/* Content */
#content {
	padding-top: 25px;
	font-size: 0.9em;
	line-height: 1.4em;
}

	#content_right {
		width: 200px;
		float: right;
	}

		/* Navi Sub */
		ul#navi_sub {
			list-style: none;
			padding-bottom: 30px;
			border-top: 1px solid #d8d8d8;
			font-size: 1.2em;
			font-weight: bold;
		}

			ul#navi_sub li a {
				display: block;
				border-bottom: 1px solid #d8d8d8;
				padding: 5px 0 5px 27px;
				width: 173px;
				background: url(../img/icon_startnews.gif) 10px 0.85em no-repeat;
			}

			ul#navi_sub li a.active {
				color: #F78C1F;
			}

				ul#navi_sub ul {
					padding-left: 10px;
					list-style: none;
					font-size: 0.85em;
					font-weight: normal;
				}

					ul#navi_sub ul li a {
						display: block;
						border-bottom: 1px solid #d8d8d8;
						padding: 5px 0 5px 30px;
						width: 160px;
						background: url(../img/icon_subnavi1.gif) 18px 0.95em no-repeat;
					}

						ul#navi_sub ul li a:hover, ul#navi_sub ul li a.active {
							background: url(../img/icon_subnavi2.gif) 18px 0.95em no-repeat;
						}

						ul#navi_sub ul ul a, ul#navi_sub ul ul a:hover, ul#navi_sub ul ul a.active {
							display: block;
							border-bottom: 1px solid #d8d8d8;
							padding: 5px 0 5px 20px;
							background: none !important;
						}

		/* Start-News */
		#start_news {
			margin-bottom: 30px;
		}

		#start_news h2 {
			border-top: 1px solid #D8D8D8;
			border-bottom: 1px solid #D8D8D8;
			padding: 5px 27px;
			color: #F78C1F;
			background: url(../img/icon_startnews.gif) 10px 0.75em no-repeat;
		}

			#start_news p {
				border-bottom: 1px solid #D8D8D8;
				border-left: 10px solid #fff;
				padding: 15px 15px 15px 0;
			}

			#start_news .start_news_date {
				display: block;
				border-bottom: 5px solid #fff;
			}

		/* Login */
		#login {
			padding: 15px 0 15px 0;
			margin: 0 0 20px 10px;
			border-top: 1px solid #d8d8d8;
			border-bottom: 1px solid #d8d8d8;
		}

			#login form {
				background: url(../img/key.gif) 0 2px no-repeat;
				padding-left: 50px;
			}

				#login form input {
					border: 1px solid #d8d8d8;
					width: 105px;
					margin-bottom: 2px;
					padding: 1px;
					color: #828282;
					font-size: 0.9em;
				}

				#login form input.form_button {
					width: 9px !important;
					margin: 0 0 -2px 7px;
					padding: 0 0 0 9px;
					height: 10px;
					border: none;
					background: #fff url(../img/icon_content_link.gif) center center no-repeat !important;
					font-size: 0;
					color: #e7e7e7;
					line-height: 0;
					cursor: pointer;
				}

				#login form input:hover.form_button {
					background: #fff url(../img/icon_startnews.gif) center center no-repeat !important;
				}

		/* Logout */
		#logout {
			padding: 15px 0 15px 50px;
			margin: 0 0 20px 10px;
			border-top: 1px solid #d8d8d8;
			border-bottom: 1px solid #d8d8d8;
			background: url(../img/key.gif) 0 20px no-repeat;
		}

			#logout a#logout_link {
				display: block;
				float: right;
				margin-right: 10px;
				padding: 5px 17px 0 0;
				background: url(../img/icon_content_link.gif) 100% 75% no-repeat;
			}

			#logout a:hover#logout_link {
				background: url(../img/icon_startnews.gif) 100% 75% no-repeat;
			}

	#content_left {
		width: 600px;
		float: left;
	}

	#content_left p {
		margin-bottom: 2em;
	}

#footer {
	border-top: 1px solid #D8D8D8;
	padding: 5px 10px;
	margin: 10px 0 20px 0;
	font-size: 0.75em;
	line-height: 1.5em;
}

/** CONTENT TEMPLATES *******************************************************/
/* Einspalter Standard */
.esStandard {
	padding: 0 25px 25px 10px;
}

.esStandard ul,
.esAbsLeft ul,
.zsStandard ul,
.vsPic ul {
	margin: 0 2em;
}


/* Einspalter Bilder */
.esPic {
	margin: 0 25px 25px 0;
}

/* Einspalter Absatz links */
.esAbsLeft {
	margin: 0 25px 25px 10px;
}

	.esAbsLeft div {
		float: left;
		margin: 0 15px 5px 0;
		padding-left: 10px;
	}
	.esAbsLeft div img {
		margin-left: -10px;
		padding-left: -10px;
	}

/* Zweispalter Standard */
.zsStandard {
	padding-bottom: 25px;
}

	.zsStandard_l, .zsStandard_r {
		float: left;
		width: 265px;
		margin: 0;
		border-right: 25px solid #fff;
		padding: 0 0 0 10px
	}

	.zsStandard_l img, .zsStandard_r img {
		/*margin-left: -10px;*/
	}

/* Überschriften, Einspalter */
.esHeadline {
	padding: 5px 10px;
	margin: 0 25px 20px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

/* Überschriften, Zweispalter */
.zsHeadline {
	padding-bottom: 20px;
}

	.zsHeadline_l, .zsHeadline_r {
		padding: 6px 10px 5px 10px;
		float: left;
		width: 255px;
		border-right: 25px solid #fff;
		background: url(../img/onepxgrey.gif) left top repeat-x;
		border-bottom: 1px solid #d8d8d8;
	}

/* Trenner Einspalter */
.one_col_sep {
	background: #fff;
	border-top: 1px solid #d8d8d8;
	margin-right: 25px;
	font-size: 1px;
	line-height: 0px;
	height: 24px;
}

/* Trenner Zweispalter */
.two_col_sep {
	background: #fff;
	font-size: 1px;
	line-height: 0px;
	height: 24px;
}

	.two_col_sep p {
		float: left;
		width: 275px;
		border-right: 25px solid #fff;
		border-bottom: 1px solid #d8d8d8;
		height: 1px;
	}

/* Vierspalter mit Bildern */
.vsPic {
	padding: 0 0 10px 10px;
}

	.vsPic_l1 {
		float: left;
		width: 100px;
		padding: 0 15px 15px 0;
	}

	.vsPic_l2 {
		float: left;
		width: 155px;
		border-right: 25px solid #fff;
	}
	.vsPic_r1 {
		float: left;
		width: 100px;
		padding: 0 15px 15px 0;
	}
	.vsPic_r2 {
		float: left;
		width: 155px;
		border-right: 25px solid #fff;
	}

.vs_logos {
	padding: 0 0 10px 10px;
}

	.vs_logos div {
		width: 150px;
		float: left;
	}

	.vs_logos div.vs_logos_last {
		width: 100px;
	}



/* NEWS */

.news_overview {
	padding: 0 0 10px 10px;
	margin-right: 25px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.news_overview2 {
	padding: 0 0 20px 10px;
	margin-right: 25px;
	font-size: 1em;
	line-height: 1.4em;
}

	.news_overview p, .news_overview2 p {
		padding-bottom: 0px;
		color: #323232;
	}

	.news_date {
		display: block;
		margin-bottom: 10px;
		color: #323232;
	}

	.news_overview2 .news_date {
		font-size: 1.2em;
	}

	a.news_link {
		padding: 0 16px 0 10px;
		background: url(../img/icon_news_link.gif) 100% 62% no-repeat;
		color: #323232;
	}

		a:hover.news_link {
			color: #F78C1F;
			background: url(../img/icon_startnews.gif) 100% 62% no-repeat;
		}

	.news_overview ul {
		list-style: none;
	}

		.news_overview ul li {
			display: inline;
			padding: 0 6px 0 0;
			margin-right: 8px;
			border-right: 1px solid #d8d8d8;
		}

		.news_overview ul li#news_ul_last {
			border-right: none;
		}

			.news_overview ul li a {
				color: #323232;
			}

			.news_overview ul li a:hover {
				color: #F78C1F;
			}

			.news_overview ul li a.active {
				font-weight: bold;
			}

	.news_overview h2, .news_overview2 h2 {
		font-size: 1em;
		margin-bottom: 20px;
		padding: 0;
		color: #323232;
	}

	.news_overview2 h2 {
		font-size: 1.2em;
	}
	.news_content {
		display: block;
		font-size: 0.85em;
		margin-bottom: 20px;
	}

	.news_overview p.active, .news_overview p.active .news_date {
		color: #F78C1F;
    }
	.news_overview p.active a {
		display: none;
    }






