body {
    background-color: #E2E2E2; 
    margin-top: 0;
    font-family: Arial;
}

.h1 {
    font-size: 70pt;
    margin: 0;
}

.h2 {
    color: #0000da;
    font-size: 60pt;
    margin: 0;
}

.h3 {
    color: #0000da;
    font-size: 28pt;
    margin: 0;
}

.gzf {
    font-style: italic;
    font-family: arial;
    font-weight: bold;
}

.p52 {
   color: red;
   font-style: normal;
   font-family: arial;
   font-weight: bold;
}

.imgcenter {
	margin: 0 auto;
	display: block;
}

.active {
    color: red;
}

#navigation .active  a {
	color: red;
}


#logo {
    float: right;
    margin-top: 47px;
    margin-right: 20px;
   }

#site {
    width: 960px;
    margin: 0px auto;
    box-shadow: 0 0 10px; 
    background-color: white;
}

#sitewrapper {
	padding: 0 34px 0px 34px;
}


#header {
    height: 200px;
    overflow: hidden;
}

#nav {
    padding: 15px 0 15px 0;
    height: 12px;
    border-color: #000000;
    border-top : 1px solid;
    border-bottom: 1px solid;
    font-size: 12px;
    font-weight: bolder;
}

ul#navigation {
    list-style-type:none;  
    margin: 0; 
    padding: 0; 
}

ul#navigation li{
    float:left; 
    margin-right: 30px;
}

ul#navigation li:last-child{
    margin-right: 0px;
}

ul#navigation li a{
    color: #000000;
    text-decoration: none;
}
ul#navigation li a:hover{
    color: red;
}


#content {
	margin: 20px 10px 20px 10px;
    text-align:justify;
    min-height: 350px;
	padding:2px;
  
}

#content ul {
    list-style-type: square;
}

#content td{
    vertical-align: top;
}


#footer {
	background-image: url("../info/footer.jpg");
	background-size: 960px 75px;
	height: 8px;
}

#shift {
	float: right;
	/*falls weiter weg vom rechten Rand margin-right erhöhen*/
	margin-right: 0px; 
}

#index {
    background-image: url("../info/title.jpg");
    width: 960px;
    height: 710px;
    margin-right: auto;
    margin-left: auto;
    background-size: 960px 710px;
}

#headerpic {
    float: right;
    margin-top: 20px;
}

#partnerwrapper div{
	width: 264px;
	float: left;
	border: 1px #ced4d9 solid;
	margin-bottom: 10px;
	padding: 5px;
}


#partnerwrapper img {
	margin:auto;
	display:block;
}
#partnerwrapper > div:nth-child(3n-2){
	margin-right: 20px;
}
#partnerwrapper > div:nth-child(3n-3){;
	margin-left: 20px;
}

#partnerwrapper {
	overflow:hidden;
	height:1%;
}

#partnerwrapper a{
    color: blue;
    text-decoration: none;
}


