/* +++++++++++++++++++++++++++++++++++++++++++++++++++
CSS-Angaben zum Styleguide wiwo.de für externe Partner
++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*	++++++++++++++   I. Typografie +++++++++++++++++++++
	Hinweis: hier werden nur die Stile angegeben, die 
	das Aussehen der Schrift beeinflussen. Daher beziehen
	sich die Angaben hier auf ein span-Tag. Schriften in 
	p oder 	h1 - h6 machen weitere Anpassungen notwendig, 
	werden aber empfohlen. 
*/


/* Seitenüberschrift, kommt höchstens einmal oben in der Seite vor */
.seitenueberschrift {
	color:#7F232F;
	font-family:"Trebuchet MS",sans-serif;
	font-size: 22px;
	font-style:normal;
	font-weight:bold;
	line-height:18px;
}


/* Überschrift ohne Verlinkung */
.headline {
	color:#7F232F;
	font-family:"Trebuchet MS",sans-serif;
	font-size: 17px;
	font-style:normal;
	font-variant:normal;
	line-height:18px;
}

/* Überschrift mit Verlinkung */
.headline-link a {
	color:#7F232F;
	font-family:"Trebuchet MS",sans-serif;
	font-size: 17px;
	font-style:normal;
	font-variant:normal;
	line-height:18px;
	text-decoration:none;
}
.headline-link a:hover {
	text-decoration: underline
}

/* Fliesstexte */
.fliesstext {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-variant:normal;
	line-height:14px;
}

/* Link im Fließtext */
.fliesstext a {
	color:#7F232F;
	text-decoration: none;
}
.fliesstext a:hover {
	color:#7F232F;
	text-decoration: underline;
}

/* freistehender Link */
a.link {
	color:#7F232F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-variant:normal;
	line-height:16px;
	background-image:url(arrow_red.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding-left: 7px;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}


/*	++++++++++++++   II. Boxen  +++++++++++++++++++++
	Hinweis: die Breite der Boxen kann flexibel angepasst
	werden (max. 439px gesamt)
*/

div.box {
	width: 417px; /* maximale Breite abzgl. padding und border */
	padding: 10px; 
	border: 1px solid #dadada;
	background-color: #e6e8e9;
}
div.box .box-headline {
	color:#7F232F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
	line-height:17px;
}


/*	++++++++++++++   III. Tabellen  +++++++++++++++++++++
	Hinweis: bei Verwendung der korrekten HTML-Auszeichung
	mit thead-tbody etc. muß ggf angepasst werden
*/

table.datentabelle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
table.datentabelle td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table tr td.thead {
	font-weight: bold;
	background: #b1c6c9;
	padding: 4px 4px 4px 10px;
}
table tr td.tbody {
	background: #f0f1f3;
	padding: 4px 4px 4px 10px;
}

table.datentabelle .last { 
	/* Zusatzklasse verhindert border-right bei der letzen Spalte */
	border-right: 0px;
}







