/* Stylesheet-Datei fuer Printversion
10-03-25 AP, schalk & friends gmbh */


a.access,
#visualWrapper,
#language,
#navSubWrapper,
#breadcrumb,
#marginal,
#footer {
    display: none;
}

ol, ul, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

.group:after { /* automatisches Clearing von Floats */
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.group {display: inline-block;}

/* Hides from IE-mac \*/
* html .group {height: 1%;}
.group {display: block;}
/* End hide from IE-mac */



body {
	font-size: 62.5%;   /* Schriftgroesse auf 10px setzen - besser zum Rechnen */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFFFFF url(/media/images/css/bg-body.png) left top repeat-x;
}

img {
	border: none;
}

h1 {
	font-size: 2.8em;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #de2d2e;
	line-height: normal;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 2em;
	color: #de2d2e;
	line-height: normal;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #848484;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 2em;
}

h6 {
	font-size: 1.6em;
	color: #848484;
}

p {
	font-size: 1.9em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

h3 a {
	color: #848484;
	text-decoration: none;
}

h3 a:hover {
    color: #848484;
    text-decoration: underline;
}


/* Headerbereich */
#branding {
	width: 120px;
	margin-bottom: 25px;
}


/* Content-Bereich Startseite */
#contentWrapper {
	border-top: 1px solid #de2d2e;
}

.portletBox p {
	margin-bottom: 0;
}

.portletBoxStart h1,
.portletBox h2 {
    font-size: 2em;
    color: #de2d2e;
    font-family: "Arial black", Arial, Helvetica, sans-serif;
    margin-bottom: 0.5em;
}

.portletBoxStart h1 a,
.portletBoxStart h1 a:hover,
.portletBox h2 a,
.portletBox h2 a:hover {
	color: #de2d2e;
	text-decoration: none;
}


/* Content-Bereich */
#content {
	/*width: 706px;*/
	width: 640px;
	float: left;
	padding-top: 20px;
}

#content ul {
	margin-bottom: 1em;
	font-size: 1.9em;
	margin-left: 23px;
	line-height: 1.4em;
	list-style-image: url(/media/images/css/bulletpoint.png);
}

#content ol {
    margin-left: 15px;
	font-size: 1.9em;
	margin-bottom: 1em;
	line-height: 1.4em;
    list-style-type: decimal;
}

.innerPage {
	padding-top: 45px;
}

.portletBox {
	margin-bottom: 28px;
}

.portletBox>div {
	float: left;
	height: 115px;
	width: 115px;
	margin: 0 24px 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.5);
	box-shadow: 10px 10px 25px rgba(0,0,0,.5);
}


/* Ausgabe Bildstrecke */
#galleryWrapper {
	margin-bottom: 3em;
	height: 115px;
	width: 579px;
}

#gallery {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.5);
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.5);
	box-shadow: 10px 10px 25px rgba(0,0,0,.5);	
}

#gallery li {
	float: left;
	height: 115px;
	width: 115px;
	border-right: 1px solid #fff;
}

#gallery li a {
	display: block;
	height: 115px;
	width: 115px;
}

#gallery li a span {
	display: block;
	text-indent: -9999em;
}

#gallery .firstInLine a {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#gallery .lastInLine a {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#gallery .lastInLine {
	border-right: none;
}


/* Formulare */
label, input, textarea, select {
    font-size: 62.5%;   /* Schriftgroesse auf 10px setzen - besser zum Rechnen */
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.formular select,
.formular .text,
.formular textarea {
    padding: 2px;
    font-size: 1.6em;
}

.formular .formRow {
    margin-bottom: 13px;
}

.formular .formRow label {
    float: left;
    width: 180px;
    padding: 0;
    font-size: 1.6em;
    color: #000;
}

.formular .formRow .labelPlz {
    float: left;
    width: 50px;
}
.formular .formRow .labelOrt {
    float: left;
    width: 130px;
}

.formular .formRow select,
.formular .formRow.text,
.formular .formRow textarea {
    float: left;
}

.formular .innerFormRow,
.formular .innerFormRowText {
    width: 400px;
    float: left;
}

.formular .innerFormRow label {
    width: 140px;
}

.formular .innerFormRowText label {
    width: 20px;
}

.formular .formRow .innerFormRowText .text {
    width: 115px;
    float: left;
    margin-right: 10px;
}

.formular .formRow .innerFormRowText .last {
    margin-right: 0;
}

.formular .formRow select {
    width: 396px;
}

.formular .formRow textarea {
    width: 394px;
}

.formular .formRow .text {
    width: 394px;
}

.formular .formRow #plz {
    width: 98px;
    margin-right: 13px;
}
.formular .error #plz {
    margin-right: 11px;
}
.formular .formRow #ort {
    width: 276px;
}

.formular .check,
.formular .radio {
    margin-right: 4px;
}

.formular .singleCheck {
    float: left;
    margin-right: 8px;
}

.formular .formRow .labelWide {
    float: left;
    width: 500px;
}

.formular .button input {
    padding: 0 0 2px 0;
    display: block;
    width: 400px;
    float: left;
    margin: 10px 0 50px 180px;
    color: #000;
    font-size: 1.6em;
	font-weight: bold;
    -moz-box-shadow: 10px 10px 25px rgba(0,0,0,.5);
    -webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.5);
    box-shadow: 10px 10px 25px rgba(0,0,0,.5);
}

.formular .button:hover input {
    text-decoration: underline;
}

.formContent {
    margin-bottom: 18px;
}

.formular p.error {
    color: #DE2D2E;
    margin-bottom: 8px;
    font-size: 1.4em;
}

.formular .error .text,
.formular .error select,
.formular .error textarea {
    border: 1px solid #DE2D2E;
}
