
/*** Global width definitions Start ***/

.block { width:1120px;}  /* padding-left=70px, 6% */
.spalte_links { width: 20%; }  /* 285 */
.spalte_rechts { width: 80%; } /* 790px */

.span12 { width: 100%; }
.span9 { width: 75%; }
.span3 { width: 25%; }
.span2 { width: 16.5%; }
.span1 { width: 8.3%; }
.span4 { width: 33.2%; }
.span5 { width: 41.5%; }
.span6 { width: 50.0%; }

/*
.row-fluid .span12{width:100%;*width:99.94680851063829%}
.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}
.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}
.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}
.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}
.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}
.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}
.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}
.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}
.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}
.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}
.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}
*/
.spalte2_mitte { width: 75%; }
.spalte2_rechts { width: 25%; }

.spalte2_mitte25 { width: 35%; }
.spalte2_rechts75 { width: 65%; }

.spalte3_links { width:33%; }
.spalte3_mitte { width:34%; }
.spalte3_rechts { width:33%; }
.spalte3_links > div { padding: 0 30px 0 0; }
.spalte3_mitte > div { padding: 0 15px 0 15px; }
.spalte3_rechts > div { padding: 0 0 0 30px; }


.row-fluid .span12 {
	width:100%;
}

/*** Global width definitions End ***/

.zeile {
    margin-left: 0; /* -53px; */
    width:100%;
}

[class*="span"] {
    float: left;
    margin-left: 0; /* 53px; */
    min-height: 1px;
}


.block:after {
    clear: both;
}
.block:before, .block:after {
    content: "";
    display: table;
    line-height: 0;
}
.block {
    margin-left: auto;
    margin-right: auto;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


.zeile:after {
    clear: both;
}
.zeile:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}


/***********************/
/** Mobile Menu Start **/

#navcollapse {
	display:none;
	width:100%!Important;
	padding-bottom:10px;
}

.navbar .btn,
.navbar .btn-group {
	margin-top:10px;
}
.navbar-inverse .btn-navbar {
	background-color: #152ee8;

}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled]{
	color:#ffffff;
	background-color:#152ee8;
	*background-color:#152ee8;
	cursor:pointer;
}



.navbar .btn-navbar {
	background-color: #000;

	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	color: #FFFFFF;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.navbar #dnn_dnnLOGOtablet_hypLogo { float:left; pargin-right:5px;}


.navbar .btn-navbar .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
}
.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}
.btn {

}



.navbar-row {
width:100%;
clear:both;
height:47px;
}

/*** Tablet Navigation ***/
#top-nav-tablet ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}

#top-nav-tablet .menu li a,
#top-nav-tablet .menu li span.separator {
	background: none repeat scroll 0 0 #666;
	border-radius: 2px 2px 2px 2px;
	color: #fff;
	font-weight:normal;
	display: block;
	margin-bottom: 1px;
	padding: 7px 20px;
	text-decoration: none;
	font-size:11pt;
}
#top-nav-tablet .menu li a:hover,
#top-nav-tablet .menu li span.separator:hover {
	background: none repeat scroll 0 0 #000;
}
#top-nav-tablet .menu li.current a {
	background: none repeat scroll 0 0 #333;
}

/** zweites Level **/
#top-nav-tablet ul.menu ul {
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
}
#top-nav-tablet .menu ul li a,
#top-nav-tablet .menu ul li span.separator {
	background: none repeat scroll 0 0 #666;
}


#top-nav-tablet #aca_clickcontainer {
	background: none repeat scroll 0 0 #666;
	border-radius: 2px;

	text-align:left!Important;
	color: #fff;
	display: block;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 1px;
	padding: 7px 20px!Important;
	text-decoration: none;
}

#top-nav-tablet div#aca_clickcontainer:hover {
	background-color: #000000!Important;
}
#top-nav-tablet div#aca_clickcontainer center {
display:inline-block;
}
#top-nav-tablet #aca_clickcontainer span {
	display:inline-block;
	text-align:left!Importnat;
	font-size:11pt!Important;
}

/*** Mobile Menu End ***/
/***********************/



/*********************************/
/********** Media spezifisch *****/



@media (max-width: 480px) {
	.block{ width:auto; }
	[class*="span"] { width:100% }
	.spalte2_links > div  { padding: 10px 10px 10px 0px;}
	.newsblock_left {margin:0;}
	#content {padding:0;}

}

@media (min-width: 481px) and (max-width: 767px) {
	.block{ width:auto; }
	[class*="span"] { width:100% }
	#dnn_spalte2_links { margin:0;}
	.newsblock_left {margin:0;}
	.spalte2_links > div  { padding: 10px 10px 10px 10px;}
	.spalte3_mitte > div {padding: 30px 30px 20px 30px;}
	.spalte3_rechts > div {padding: 10px 30px 20px 30px;}
	#content {padding:0;}

}

@media (min-width: 768px) and (max-width: 979px) {
	.block{ width:auto; }
	.newsblock_left {margin:0;}
	.copyright{ padding-left:10px;}
	#dnn_dnnLOGOtablet_imgLogo { height:50px; width:auto;}
	.spalte_rechts { width:100%;}
	[class*="span"] { width:100% }
	#content {padding:0;}
}


@media (min-width: 980px) and (max-width: 1200px) {
	.block{ width:auto }
	.copyright{ padding-left:10px;}
}

