body {
	font-size: 16px;/*HDC Schriftgröße Menüoberpunkt  13px;*/
	line-height: 20px;/*HDC Schriftabstand 18px;*/
}

ul.unstyled,
ol.unstyled {
	margin-left: 10px; /*HDC einrücken Untermenü    0;*/
}

.small {
	font-size: 13px; /*HDC Schriftgröße Untermenü 11px;*/
}
.breadcrumb {
	font-size: .7em;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1200px; 
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1180px;
}

dd.createdby, dd.published, dd.hits{
	font-size: 10px;
	margin-left:0;
    margin-right: 10px;
	float:left;
    padding-bottom:20px;

}
dl {
	padding-bottom: 10px;
}


.moduletable{
	margin-top:5 px;
}

.moduletable, .moduletable_menu{
	min-height: 20px;
	padding: 10px;
	/*margin: 0 0 10px 0;*/
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
/* showplus_images_slider hier Border ausblenden */
}

.row-fluid [class*="span12"]{
	margin-left:0;
	float:none;
}	
	
.row-fluid .span3 {
	width: 20.404255317%;
	*width: 23.351063827638%;
}

.row-fluid .span6 {
	width: 54.936%;
	*width: 48.882978718638%;
}

content.moduletable{
	border: none;
}

div[itemprop="blogPost"]{
	/* Rahmen um die Beiträge*/
        border: 1px solid #e3e3e3;
		background-color: #f5f5f5;
        border-radius: 4px;
        padding: 10px;
		margin-top: 10px;
}
img{
	/*Abstand um Bild*/
	padding: 5px;
}

.page-header{
	border-bottom: none;
	margin: 0px 0px 10px 0px;
}