/**
 * Pedalo / Holz Hoerz
 * WYSIWYG Stylesheet
 *
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2009-07-07
 * Modified: 2009-08-01
 */


body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding: 8px;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #C40201;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}

a img {
	border: 0;
}

ul {
	margin: 2px 0 3px 20px;
}


h1 {
	color: #C40201;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 10px 0;
}

td {
	vertical-align: top;
}


span.pdflink {
	background: url(../images/pdf_icon.gif) no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 23px;
}

p.pdflink {
	background: url(../images/pdf_icon.gif) no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 23px;
}

.zeilefarbig {
	background-color: #efefef;
}

span.rote_schrift {
	color: #C40201;
}


/* blocks */

h2.boxHead {
	color: #C40201;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 13px;
}

.contentBoxInner2 div.boxContent {
	padding: 0;
}

div.contentBoxInner1 div.contentBoxInner2.blocks {
	padding-top: 3px;
}

 p.boxContentExtended {
	margin-top: 9px;
}
