/* =============================================================

	Projekt:		m.volution GmbH
	Autor:			FinwallMedia, S. Meier

	Erstellt:		29.01.2007
	Modifiziert:	<!--%TimeStamp%-->12.02.2007 12:10<!---->

============================================================= */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	color: #828282;
	font: normal 75.01% verdana, arial, helvetica, sans-serif;
}

a { color: #828282; text-decoration: none; }
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: 1em;
	margin-bottom: 6px;
	padding-bottom: 0;
	line-height: 1.2em;
	color: #11100E;
}

/** PRINT SPECIAL ************************************************************/

#print_logo {
				padding-top: 30px;
				margin-bottom: 30px;
				border-left: 20px solid #fff;
				width: 650px;
}

#print_content {
				border-left: 20px solid #fff;
				width: 650px;
				font: normal 0.9em/1.55em verdana, arial, helvetica, sans-serif;
}

	#print_content p {
		margin-bottom: 2em;
	}

#print_address {
				margin: 20px 0 20px 20px;
				padding: 10px 0 10px 10px;
				width: 640px;
				border-top: 1px solid #d8d8d8;
				border-bottom: 1px solid #d8d8d8;
				color: #666;
				font: normal 0.85em/1.5em verdana, arial, sans-serif;
}

#print_button, #print_button2 {
				margin: 0 0 0 20px;
				padding-bottom: 20px;
				width: 660px;
				border-top: 1px solid #dd8d8d8;
}

#print_button2 {
				padding-bottom: 10px !important;
				border-top: none;
				border-bottom: 1px solid #d8d8d8;
}

#print_button a, #print_button2 a {
 				cursor: pointer;
}

/** **/
/** LAYOUT ******************************************************************/

		/* 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;
			}

	#content_left {
		width: 600px;
		float: left;
	}


/** CONTENT TEMPLATES *******************************************************/
/* Einspalter Standard */
.esStandard {
	padding: 0 0 25px 10px;
}

/* Einspalter Bilder */
.esPic {
	margin: 0 0 25px 0;
}

/* Einspalter Absatz links */
.esAbsLeft {
	padding: 0 0 25px 10px;
}

	.esAbsLeft div {
		float: left;
		margin: 0 15px 5px 0;
	}
	.esAbsLeft div img {
		/*margin-left: -10px;
		padding-left: -10px;*/
	}

/* Zweispalter Standard */
.zsStandard {
	padding-bottom: 25px;
}

	.zsStandard_l, .zsStandard_r {
		float: left;
		width: 295px;
		margin: 0;
		border-right: 20px solid #fff;
		padding: 0 0 0 10px
	}

	.zsStandard_l img, .zsStandard_r img {
		/*margin-left: -10px;*/
	}

/* Überschriften, Einspalter */
.esHeadline {
	padding: 5px 10px;
	margin: 0 0 20px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

/* Überschriften, Zweispalter */
.zsHeadline {
	padding-bottom: 20px;
}

	.zsHeadline_l, .zsHeadline_r {
		padding: 6px 0px 5px 10px;
		float: left;
		width: 315px;
		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;
	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: 40%;
		border-right: 5% solid #fff;
		border-bottom: 1px solid #d8d8d8;
		height: 1px;
	}

/* Vierspalter mit Bildern */
.vsPic {
	padding: 0 0 10px 0;
}

	.vsPic_l1 {
		float: left;
		width: 100px;
		padding: 0 15px 15px 0;
	}

	.vsPic_l2 {
		float: left;
		width: 160px;
		border-right: 25px solid #fff;
	}
	.vsPic_r1 {
		float: left;
		width: 100px;
		padding: 0 15px 15px 0;
	}
	.vsPic_r2 {
		float: left;
		width: 160px;
		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;
	font-size: 1.2em;
	line-height: 1.4em;
}

.news_overview2 {
	padding: 0 0 20px 10px;
	font-size: 1em;
	line-height: 1.4em;
}

	.news_overview p, .news_overview2 p {
		padding-bottom: 0;
		color: #323232;
	}

	.news_date {
		display: block;
		margin-bottom: 20px;
		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.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 a {
		display: none;
    }






