/* Stylesheet fuer die Druckausgabe */

a.access,
#visual,
#gruenerBogen,
#naviWrapper,
#marginal,
#footer,
.tracking {
	display: none;
}

ol, ul, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

.clearfix:after { /* automatisches Clearing von Floats */
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body,
label, input, textarea, select {
	font: 62.5%/130% Arial, Helvetica, sans-serif; /* Schriftgroesse auf 10px setzen - besser zum Rechnen */
	color: #111133;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

a {
	color: #60ae30;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #60ae30;
}

#contentWrapper p {
	font-size: 140%;
	line-height: 130%;
	margin-bottom: 1em;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

hr {
	border-bottom: 1px solid #60AE30;
	height: 1px;
	margin-bottom: 1em;
}

#branding {
	margin-bottom: 40px;
}
*html #branding {
	margin-bottom: 0;
}

/* Portlets Startseite 
-------------------------------------------------------- */
.portlet {
	padding: 20px 0;
	border-bottom: 1px solid #60AE30;
	clear: both;
	float: none;
}

#contentStart .portlet h1 {
	color: #60ae30;
	font-size: 180%;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0.5em;
}

/* Content Innenseiten 
-------------------------------------------------------- */
#content h1 {
	color: #60ae30;
	font-size: 280%;
	margin-bottom: 1em;
	font-weight: normal;
	line-height: normal;
}

#content h2 {
	color: #60ae30;
	font-size: 160%;
	line-height: normal;
	margin-bottom: .8em;
	line-height: normal;
}

#content h3 {
	color: #111133;
	font-size: 140%;
	line-height: 130%;
	margin-bottom: .2em;
	line-height: normal;
}

#content ul {
	font-size: 140%;
	line-height: 130%;
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 15px;
}

#content p.fussnote {
	font-size: 120%;
	border-top: 1px dotted #60AE30;
	padding-top: 3px;
}

#content table {
	font-size: 140%;
	line-height: 130%;
	margin-bottom: 2em;
}

#content table.headGrey {
	width: 510px;
}

#content table.headGrey td,
#content table.headGrey th {
	padding: 3px 5px;
	border: 1px solid #999999;
}


/* Marginalspalte 
-------------------------------------------------------- 
#marginal {
	border-top: 1px solid #60AE30;
	padding-top: 30px;
}

.marginalBox {
	margin-bottom: 7px;
	padding: 15px;
	border-bottom: 1px solid #60AE30;
}

#marginal h2 {
	color: #60ae30;
	font-size: 140%;
	line-height: normal;
	margin-bottom: .8em;
}

a.button {
	height: 28px;
	display: block;
	color: #007734;
	text-decoration: none;
	line-height: 28px;
}*/
