h4{
	font-size: 30px;
    font-weight: bold;
    color: #E32626;
    font-family: 'HelveticaRounded-Bold';
    margin: 0 auto;
    max-width: 950px;
}

h7 {
	font-weight: bold;
	font-size: 20px;
	max-width: 950px;
	font-family: 'HelveticaRounded-Bold';
	
}

blockquote > p {
    font-size: 18px;
    font-weight: bold;
    color: grey;
}

section#inhalt {
    min-height: 300px;
    padding-top: 15px;
}
 
#aside_left div {
    position: absolute;
}

#aside_right div {
    position: absolute;
} 

.FilterElement input, select{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 3px;
	outline: 0;
	border: 0;
	width: 24%;
	min-width: 125px;
	background: #FFFFFF;
	border-radius: 5px;
    display:inline-block;
}

.FilterElement .column_left {
	float: left;
	width: 49%;
    margin-bottom: 25px;
    text-align: center;
}

.FilterElement .column_right {
	float: right;
	width: 49%;
    margin-bottom: 25px;
    text-align: center;
}

label {
    margin-right: 10px;
}

.FilterElement button{
	width: auto;
	padding: 3px 15px;
	line-height: 25px;
	text-shadow: none;
	cursor: pointer;
	box-shadow: none;
	background: #333333;
	color: #fff;
	margin-left: 10px;
	float:right;
	border-radius: 5px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.FilterElement button:focus{
	outline: none;
}



/* ARTIKEL*/ 
#boxcontent {
	width: auto;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
#boxcontent article {
	float: left;
	width: 250px;
	margin-right: 5px;
	font-size: 14px;
}
#boxcontent  h3 {
	font-family: 'HelveticaRounded-Bold';
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 75px;
}

#boxcontent  img {
	margin-bottom: 10px;
	float: left;
	max-width: 100%;
	margin-right: 10px;
}


#boxcontent  p {
	margin-bottom: 10px;
	margin-left: 5px;
}

#boxcontent ol, #boxcontent ul {
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 14px;
}


#boxcontent ol>li>ol, #boxcontent ol>li>ul, #boxcontent ul>li>ol, #boxcontent ul>li>ul {
    margin-left: 0;
}


#boxcontent>p>img {
    width: 100%;
    float: initial;
}

#boxcontent p#datum{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    float: right;
}

#boxcontent p#autor {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    float: left;
    margin-left: 5px;
}

#boxcontent article p {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 0 px;
	text-align: justify;
}

#boxcontent a.button {
	float: right;
}

#boxcontent table {
	font-size: 12px;
	width: 100%;
	margin-top: 20px;
	margin-left: 5px;
}

#boxcontent table tr td{
	width: 33%;
	padding-left:5px;
	padding-right:5px;
  text-align: center;
}

#seitenzahl{
	font-weight: bold;
	font-size: 16px;
	color: #E32626;
	margin-bottom: 30px;
}

#seitenzahl>a{
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
a#neu {
	float: right;
	color: #E32626;
	font-weight: bold;
	font-size: 17px;
}

input#bearbeiten, #loeschen {
    float: right;
    color: #E32626;
    font-weight: bold;
    font-size: 17px;
    text-decoration: underline;
    background-color: inherit;
}

/* SAISONTABELLE */
#SaisonTabelle {
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	/*white-space: nowrap;*/
}

#SaisonTabelle caption {
	font-size: 16px;
	font-weight:bold;
	padding: 10px 5px 10px 5px; 
}

#SaisonTabelle  tr{
}

#SaisonTabelle  tr.Erster{
	background-color:#85F785;
}

#SaisonTabelle  tr.Letzter{
	background-color:#FF5B5B;
}

#SaisonTabelle  td{
	width:auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:3px;
}

#laden_tabelle {
    display: none;
    position: absolute;
    margin-top: 50px;
    margin-left: 87px;
}

@media (max-width: 1100px) {
	#boxcontent table {
		width: auto;
	}
}

@media (max-width: 472px) {

  #boxcontent p {
    margin-bottom: 10px;
    margin-left: 5px;
  }
  
  #boxcontent p#datum {
      float: left;
  }

  #boxcontent p#autor {
      float: right;
      margin-left: 0px; 
  }
}

@media (max-width: 350px) {
  #boxcontent p#datum {
    width: 100%;
  }
}