﻿/* ########## 10 Themen Seite ########## */
/* ########## Header ########## */
.header {
 margin:0 0 30px 0;
 padding:0;
 float:left;
 width:100%;
 /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
 font-size:12px;
 /*border: 1px solid blue;*/
}
.header h1  {
 margin:0;
 padding-bottom:10px;
 font-size: 16px;
 color: #000000;
 font-weight: bold;
 text-align:center;
}
.header p {
 text-align: left;
 font-weight: bolder; 
 }
.headerboxli {
 margin:15px 0 0 0;
 padding:0;
 width: 271px;
 height:auto;
 float: left;
 /*font-family:  Arial, Verdana, Helvetica, sans-serif;*/
 font-size: 12px;
 /*border-right: 1px solid #009529;*/
}
.headerboxli h2  {
 margin:0;
 padding-bottom:10px;
 font-size: 12px;
 color: #000000;
 font-weight: bold;
 
}
.headerboxli img { 
 margin:0;
 padding:0;
 float:right;
 border:0px;
 padding-left:20px;
}
body #content>.headerboxli p {
 font-size:20px;
}
.headerboxli p {
 margin:0;
 padding:0;
 float:left;
 font-size:11px;
 font-weight:normal;
 text-align: left;
 
}
.headerboxli a {
 font-size:11px;
 font-weight:bold;
 text-decoration:underline;
 color:#90b630;
}
.headerboxli a:hover {
 font-size:11px;
 font-weight:bold;
 text-decoration:none;
 color:black;
}
.headerboxre {
 margin:15px 0 0 0;
 padding:0;
 width: 271px;
 height:auto;
 float: right;
 /*font-family:  Arial, Verdana, Helvetica, sans-serif;*/
 font-size: 12px;
 /*border-left: 1px solid #009529;*/
}
.headerboxre h2  {
 margin:0;
 float:right;
 
 padding-bottom:10px;
 font-size: 12px;
 color: #000000;
 font-weight: bold;
 
}
.headerboxre img { 
 float:left;
 padding-right:20px;
 border:0px;
}

.headerboxre p {
 float:none;
 font-size:11px;
 font-weight:normal;
 text-align: left;
}
.headerboxre a {
 font-size:11px;
 font-weight:bold;
 text-decoration:underline;
 color:#90b630;
}
.headerboxre a:hover {
 font-size:11px;
 font-weight:bold;
 text-decoration:none;
 color:black;
}
/* ########## 10 Themen Seite ########## */