/* Stylesheet-Datei für allgemeine Styles
10-03-15 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,  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;
}


.hinweisSurfEdit {
	float: left; 
	border:2px solid #009DDA; 
	margin-bottom: 10px; 
	padding: 20px 20px 10px 20px;
	text-align: center;
}

/* Allgemeine Styles */

a {
	color: #333;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #333;
}

.access { /* Links zur Verbesserung der Accessibility */
    position: absolute;	
	left: -9999px;
    top: -9999px;
}

.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: 62.5%/100% Arial, Helvetica, sans-serif;  Schriftgroesse auf 10px setzen - besser zum Rechnen */
	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;
}

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;
}

h4 {
	font-size: 3.7em;
	font-family: "Arial black", Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
}

h5 {
	font-size: 2em;
}

h6 {
	font-size: 1.6em;
	color: #848484;
}

p {
	/*font-size: 1.9em;*/
	font-size: 1.4em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

hr {
	background-color: #de2d2e;
	color: #de2d2e;
	border: none;
	height: 1px;
	width: 100%;
	margin-bottom: 1em;
}

h3 a {
	color: #848484;
	text-decoration: none;
}

h3 a:hover {
    color: #848484;
    text-decoration: underline;
}

#pageWrapper {
	width: 960px;
	margin: 0px auto;
}


/* Headerbereich */
#header {
	height: 62px;
	width: 945px;
	padding: 50px 13px 18px 2px;
	color: #000;
}

#header #branding {
	width: 120px;
	float: left;
}

#header #language {
	width: 800px;
	float: right;
	text-align: right;
	font-size: 1.4em;
	margin-bottom: 0;
	line-height: normal;
	height: 14px;
	padding-top: 48px;
}

#header a,
#header a:hover {
	color: #000;
}


/* Visualbereich */
#visualWrapper {
	position: relative;
	width: 960px;
	height: 296px;
	margin-bottom: 0px;
	background: transparent url(/media/uploads/images/visuals/960/visual1.jpg) no-repeat top left;
	-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);	
}

.startseite {
	margin-bottom: 30px !important;
}

#visualWrapper h4 {
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 2;
	background-color: #FFFFFF;
	padding: 0 20px 3px 20px;
	/*line-height: 42px;
	border-bottom: 2px solid #fff;*/
	font-size: 3.3em;
	line-height: 36px;
	border-bottom: 4px solid #fff;
}


/* Content-Bereich Startseite */
.portletBox p {
	margin-bottom: 0;
}

.portletBoxStart h1,
.portletBox h2 {
    font-size: 1.6em;
    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.4em;
	margin-left: 23px;
	line-height: 1.5em;
	list-style-image: url(/media/images/css/bulletpoint.png);
}

#content ol {
    margin-left: 15px;
	font-size: 1.4em;
	margin-bottom: 1em;
	line-height: 1.5em;
    list-style-type: decimal;
}

.innerPage {
	padding-top: 45px;
}

.portletBox {
	margin-bottom: 28px;
}

.portletBox>div {
	float: left;
	height: 80px;
	width: 80px;
	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);
/*	text-indent: -9999em;	*/
}

/* Ausgabe News */
.schatten {
    float: left;
    height: 115px;
    width: 115px;
    margin: 4px 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);
/*  text-indent: -9999em;   */
}


/* Marginalspalte */
#marginal {
	width: 240px;
	float: right;
}

#matrixWrapper {
	height: 239px;
	width: 239px;
	margin-bottom: 22px;
	margin-top: 25px;
	position: relative;
}

.corneroverlay_topleft, .corneroverlay_topright, .corneroverlay_bottomleft, .corneroverlay_bottomright {
	height: 12px;
	width: 12px;
}

#matrix {
	width: 239px;
	line-height: 0;
	-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);	
}

#matrix li {
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#matrix li a {
	display: block;
	height: 79px;
	width: 79px;
}

#matrix li a span {
	display: block;
	text-indent: -9999em;
}

#matrix .topLeft a {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

#matrix .topRight a {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

#matrix .bottomLeft a {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#matrix .bottomRight a {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#matrix li.lastInRow {
	border-right: none;
}

#matrix li.lastInCol {
	border-bottom: none;
}

.marginalBox {
	border-bottom: 1px dotted #848484;
	margin-bottom: 20px;
}

.marginalBox h2 {
    font-size: 1.6em;
}

.marginalBox h3 {
    margin-bottom: 20px;
}

.marginalBox p {
	font-size: 1.4em;
	line-height: 1.5em;
}

.marginalBox h3 a:hover {
	color: #848484;
	text-decoration: none;
}

.marginalBox p a:hover {
	text-decoration: underline;
}

#marginal p.showMatrix {
	line-height: normal;
}

.headline {
    margin-top: 3em;
}

/* Ausgabe Bildstrecke */
#galleryWrapper {
	margin-bottom: 3em;
	height: 115px;
	width: 579px;
}
 
#content #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);	
	list-style-image: none;
	margin: 0;
}

#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;
}


/* Footerbereich */

#footer {
	color: #000;
	border-top: 1px solid #de2d2e;
}

#footer a,
#footer a:hover {
	color: #000;
}

#footer ul li {
	float: left;
}


/* Tabellen */

table {
	border-top: 2px solid #DE2D2E;
	border-bottom: 2px solid #DE2D2E;
	font-size: 2em;
	margin-bottom: 18px;
}

table tr,
table th,
table td {
	border-bottom: 1px solid #DE2D2E;
}

table th,
table td {
	padding: 6px 12px 6px 0;
	color: #4c4c4c;
}

table th {
	text-align: left;
}

.likeButton{
	margin-bottom: 18px;
}