/* Stylesheet-Datei für allgemeine Styles
09-07-30 AP, schalk & friends gmbh */


/* Reset - Browser Default Styles deaktivieren
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

fieldset,img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

a {
	outline: none;
}

.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

/* Allgemeine Styles
-------------------------------------------------------- */

.printOnly,
.invisible,
.access { /* Links zur Verbesserung der Accessibility */
	display: none;
}

.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;
}

a {
	color: #60ae30;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #60ae30;
}

/* Allgemeines Layout 
-------------------------------------------------------- */
body {
	background: #fefefe url(/media/images/bg-body.jpg) left top no-repeat;
}

#pageWrapper {
	width: 960px;
	margin: 0 0 0 60px;
}

#header {
	position: relative;
	background-color: #FFFFFF;
}

#branding {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: 3;
}

#visual {
	position: relative;
	z-index: 1;
	width: 960px;
	height: 228px;
}

#gruenerBogen {
	position: absolute;
	top: 135px;
	left: 0;
	z-index: 3;
}

#naviWrapper {
	position: relative;
	width: 960px;
}

#contentWrapper {
	margin-top: 34px;
	width: 960px;
}

#contentWrapper p {
	font-size: 140%;
	line-height: 130%;
	margin-bottom: 1em;
}

#contentStart {
	padding-top: 33px;
	width: 960px;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

hr {
	color: #60AE30;
	background-color: #60AE30;
	border: none;
	height: 1px;
	margin-bottom: 1em;
}

/* Portlets Startseite 
-------------------------------------------------------- */
.portlet {
	background: transparent url(/media/images/bg-portlet.png) left top no-repeat;
	width: 196px;
	height: 183px;
	overflow: hidden;
	float: left;
	padding: 20px;
}

.rechts5 {
	margin-right: 5px;
}

.rechts6 {
	margin-right: 6px;
}

#contentStart .portlet h1 {
	color: #60ae30;
	font-size: 180%;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0.5em;
}


/* Content Innenseiten 
-------------------------------------------------------- */
#contentInnerWrapper {
	background: transparent url(/media/images/bg-content.gif) left top repeat-y;
	width: 960px;
}

#content {
	float: left;
	width: 589px;
	padding: 33px 66px 30px 49px;
}

#content h1 {
	color: #60ae30;
	font-size: 280%;
	margin-bottom: 1em;
	font-weight: normal;
}

#content h2 {
	color: #60ae30;
	font-size: 160%;
	line-height: normal;
	margin-bottom: .8em;
}

#content h3 {
	color: #111133;
	font-size: 140%;
	line-height: 130%;
	margin-bottom: .2em;
}

#content ul {
	font-size: 140%;
	line-height: 130%;
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 15px;
}

#content p.fussnote {
	font-size: 120%;
	background: transparent url(/media/images/bg-fussnote.gif) left top no-repeat;
	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;
}

#content table.headGrey th {
	background-color: #CCCCCC;
}


/* Marginalspalte 
-------------------------------------------------------- */
#marginal {
	float: right;
	width: 236px;
	/*padding-top: 26px;*/
}

.marginalBox {
	background: transparent url(/media/images/bg-margbox-top.png) left top no-repeat;
	width: 236px;
	/*margin-top: 7px;*/
	margin-bottom: 7px;
}

.marginalContent {
	background: transparent url(/media/images/bg-margbox-bottom.png) left bottom no-repeat;
	width: 196px;
	padding: 20px;
}

#marginal h2 {
	color: #60ae30;
	font-size: 140%;
	line-height: normal;
	margin-bottom: .8em;
}

a.button {
	background: transparent url(/media/images/bg-button.gif) left top no-repeat;
	width: 100px;
	height: 28px;
	display: block;
	color: #007734;
	text-decoration: none;
	line-height: 28px;
	padding-left: 38px;
}
