.regbutton {
text-align:center !important;
margin: 5px 10px 5px 0px !important;
width: 100% !important;
}

.regbutton {
white-space: normal !important;
}

.regbutton a {
color: #fff !important;
}

#textcontent {
color: #fff !important;
text-align:center !important;
}

img {margin-top:20px;margin-bottom:20px}

#sidebar .toplinks {
	width: 100% !important;
	text-align:center !important;
	/*margin-top: 2em;
	background-color:none;*/
}
#sidebar .toplinks img {width:50% !important; height:auto !important; padding: 2px;max-width:155px;}

p {margin-top:25px !important}
ul {color:#ccc}

#content {  
	margin:10px 0;
	background: #fff !important;
	padding: 15px;
}

#content .wrapper {
background: #fff;
}

#content p {  
	color:#333;
}
/*Grid Elemente*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12
{
	margin-bottom:20px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	text-align:center;
}

a.buttonlink{ 
	/*background:#0099ff; */
	/*background: #1a82d7; /*MC*/
	background:#830000;
	border-radius:7px; 
	color:#fff;
	display:block;
	/*float:left;*/
	text-align:center;
	/*margin:10px 15px 10px 15px;*/
	padding:15px;
	text-decoration:none;
	font-size: 15pt;
	box-shadow: 5px 5px 7px grey;
}
a.buttonlink:hover{
	background:#aa0000;
	color:#fff !important;
}

/*Floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1200px; 
	padding-top: 5px;
	/*margin: .75em auto;*/
}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
header{
	padding:0;
}
#content {  
	float:left;
	width:65%;
	background: #fff !important;
}
#content.wide-content{
	float:none;
	width:80%;
	background: #f1e1e1 !important;
	margin: 0 auto;
	text-align:center;
	padding: 10px 40px 20px 40px;
	color: #000 !important;
	border-radius: 15px;
}

#content.wide-content h3{
	color: #000 !important;
}

#contenttoo {  
	float:left;
	width:65%;
	background: #fff !important;
	padding: 10px;
}
#contenttoo.wide-content{
	float:none;
	width:100%;
	background: #CEF6F5 !important;
}
/*Grid und colums*/
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; text-align:center; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }
.grid_13 { width: 58.33333333%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13 {
	float: left;
	display: block;
}