html,body {
    margin:0;
    padding:0;
    height:100%; /* braucht es für die min-height des Containers */
}

html {
   background-color: #000;
   background-image: url('../images/bg.png');
   background-repeat: no-repeat;
   background-size: 100%;
   font-family: Verdana,Geneva,sans-serif;
   font-size: 11px;
   color: #FFF;
   font-weight: bold;
}

@font-face {
    font-family: 'collegedregular';
    src: url('../font/colleged-webfont.eot');
    src: url('../font/colleged-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/colleged-webfont.woff') format('woff'),
         url('../font/colleged-webfont.ttf') format('truetype'),
         url('../font/colleged-webfont.svg#collegedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3 {
	font-family: 'collegedregular';
	color: #d80;
	text-shadow: #222 3px 3px 3px;
}

body {
   width: 1100px;
   margin-right: auto;
   margin-left: auto;
}

.wrapper {
   height:auto !important; /* normale Browser */
   height:100%; /* IE6: setzt dies wie min-height um*/
   min-height:100%; /* normale Browser */
   position:relative;
}

.topspacer {
	height: 30px;
}

.maincontainer {
   background-color: rgba(256,256,256,0.5);
   width: 800px;
   margin: auto;
   margin-top: 200px;
   box-shadow: 4px 4px 8px #000;
   border-radius: 0px;
   padding: 0;
   padding-left: 50px;
   padding-right: 50px;
   padding-top: 00px;
   margin-bottom: 50px;
   position:absolute;
   left: 100px;
}

.shadow {
	   box-shadow: 4px 4px 8px #000;
}


.header {
   width: 1000px;
   height: 40px;
   background-image: url('../images/header.png');
   margin:-100px;
   margin-top: -200px;
   margin-bottom: 0;
   position:relative;
   padding-top: 310px;
}

.logo {
   float: left;
   margin:-40px;
   width:200px;
   margin-bottom: 0;
 }

.social {
	width: 128px;
	height: 32px;
	margin: 0;
	padding: 0;
	margin-left: 772px;
	margin-top: 0;
}


.social img {
	float: left;
	margin: 0;
	z-index: 5;
}

p {
	margin: 0;
	margin-bottom: 20px;
	text-indent: 3em;
	text-shadow: #222 1px 1px 1px;
}

.content {
	margin: 0;
	margin-top: 10px;
}

.textheader {
	width:100%;
	margin: 0;
	padding-left:3em;
}

.subheader {
	margin-left: 0;
	padding-left: 3em;
}

.textcontent {
	background-color: rgba(0,0,0,0.7);
	padding: 15px;
	width: 500px;
	margin: 0;
	text-align: justify;
	float: left;
}

.textcolumns {
	column-count: 2;
	column-gap: 15px;
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	
}

.sidecontent {
	background-color: rgba(0,0,0,0.9);
	padding: 15px;
	width: 210px;
	margin: 0;
	margin-left: 560px;
}

 a {
    -webkit-transition: color 0.2s;
    -khtml-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    font-weight: bold;
    text-decoration:none;
    color: #5c6553;
 }



 a:hover {
    color: #AB9;
 }



 .centercontent {
    margin-left: 120px;
    margin-right: 120px;
    text-align:center;
    min-height: 600px;

 }



 .contentbox {
    background-color: #e5e8eb;
    text-align: justify;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 640px;
    font-size: 12px;
    margin-top: 10px;
 }



.bottomspacer {
   height: 0;
   clear:both;
}

.spacer {
	height: 50px;
}

.spacer10 {
	height: 10px;
}

.footer {
    margin: 0;
    margin-top: 20px;
    position:absolute;
    width:850px;
    bottom:50; 
    background-color: rgba(256,256,256,0.5);
    margin-left: -50px;
    padding-left: 50px;
}

.footer h3 {
	
    color: #333;
    text-shadow: none;
    width: 400px;
    height: 20px;
    float: left;
    margin-bottom: 0;
}

.footertag {
	float: left; 
	height: 33px;
}

small  p {
	width: 800px;
	text-align: right;
	height: 33px;
	vertical-align: bottom;
	margin: 0;
}

small  {
	width: 600px;
	text-align: right;
	height: 20px;
	line-height: 33px;
	margin: 0;
	vertical-align: bottom;
}

.newsbox {
	width: 370px;
	height: 220px;
	padding: 15px;
	background-color: rgba(0,0,0,0.7);
	float: left;
	margin-right: 50px;
}

.newstag h2 {
	margin: 0;
	width: 100%;
	text-align: center;
	height: 20px;
	margin-bottom: 10px;
}

.newsimage {
	background-size: auto 100%;
	height: 190px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden !important;
	float: left;
}

.newscontent {
	margin: 0;
	margin-left: 110px;
	height: 190px;
	width: 260px;
}

.newstext {
	overflow: hidden !important;
	width: 260px;
	height: 160px;
	text-align: justify;
}

.newslink {
	width: 260px;
	text-align: center;
	height: 30px;
}
	

.videobox {
	width: 320px;
	height: 220px;
	padding: 15px;
	background-color: rgba(0,0,0,0.7);
	float: left;
}

.videotag h2 {
	margin: 0;
	width: 100%;
	text-align: center;
	height: 20px;
	margin-bottom: 10px;
}

.videocontent {
	margin: 0;
	height: 190px;
	width: 320px;
}


.links {
	width: 800px;
	background-color: rgba(0,0,0,0.7);
	
}

.links h2 {
	margin: 0;
	width: 100%;
	text-align: center;
}

.contentdrittel {
	width: 203px;
	height: 220px;
	padding: 15px;
	background-color: rgba(0,0,0,0.7);
	float: left;
	margin-right: 50px;
}
.linksdrittel {
	width: 236px;
	padding: 15px;
	float: left;
	margin: 0;
}
.drei {
	margin-right: 0;
	width: 204px;
}
.linksdrei {
	margin-right: 0;
	width: 237px;
}

.tag h2 {
	margin: 0;
	width: 100%;
	text-align: center;
	height: 20px;
	margin-bottom: 10px;
}

.dates {
	margin: 0;
	height: 160px;
	width: 100%;
	text-align: center;
	overflow: hidden !important;	
}

.dates p {
	text-indent: 0;
	margin-bottom: 5px;
}

.more {
	width: 100%;
	text-align: center;
	height: 30px;
}

.photos {
	margin: 0;
	height: 160px;
	width: 100%;
}
.music {
	margin: 0;
	height: 190px;
	width: 100%;
}
 .mainphoto {
 	 background: transparent url('../images/1.jpg') center center no-repeat;
 	 background-size: cover;
 	 width: 203px;
 	 height: 100px;
 	 overflow: hidden !important;
 	 margin: 0;
 	 margin-bottom: 10px;
 }
.photo1 {
 	 background: transparent url('../images/2.jpg') center center no-repeat;
 	 background-size: cover;
 	 width: 50px;
 	 height: 50px;
 	 overflow: hidden !important;
 	 margin: 0;
 	 margin-right: 1px;
 	 float: left;
 }
.photo2 {
 	 background: transparent url('../images/3.jpg') center center no-repeat;
 	 background-size: cover;
 	 width: 50px;
 	 height: 50px;
 	 overflow: hidden !important;
 	 margin: 0;
 	 margin-right: 1px;
 	 float: left;
 }
.photo3 {
 	 background: transparent url('../images/4.jpg') center center no-repeat;
 	 background-size: cover;
 	 width: 50px;
 	 height: 50px;
 	 overflow: hidden !important;
 	 margin: 0;
 }
