/* HTML Tag Redefinition */

html, body { height: 100%; }

body {
	background-color: #b5b5b5;
	padding: 0px;
	margin: 0px;
	overflow-y: scroll; 
	}

img { border: 0px; }
p { padding: 0; margin: 0; padding-bottom: 5px; }
label { font-weight: bold; }
fieldset { border: 1px solid #ccc; }

.clear {
	clear: both;
}

ul {
	list-style-type: square;
	margin: 0 0 0 0;
	padding: 0 0 10px 20px;
}

ul li { padding-bottom: 0; }

#page hr {
	border: none;
	height: 10px;
	margin: 1em -10px;
	height: 4px;
	background: #E6E4CF;
}

#header {
	background: url(/themes/bb-ing/images/logo.jpg) no-repeat;
	height: 100px;
}

#navigation {
	background: url(/themes/bb-ing/images/strand.jpg) no-repeat right top white;
}

#navigation #navcontent {
	margin-top: 18px;
	padding-bottom: 5px;
	background-color: #dcdcc0;
}

#navigation #navcontent ul {
	border: 1px solid white;
	/* font-size: 13px; */
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation #navcontent ul li {
	display: inline;
	display: inline-block;
	border-right: 1px solid white;
	padding-bottom: 0;
}
#navigation #navcontent ul li a {
	text-decoration: none;
	padding: 0 20px;
}

#navigation #navcontent ul li a:hover {
	color: #7f1313;
	background-color: #e5e4cf;
}

#navigation  #navposition {
	color: #7f1313;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 5px 5px 8px;
}

#central {
	/* min-height: 350px; 
	background-color: white; */
}

#central img {
	padding: 0 15px 10px 0;
	max-width: 100%;
	height: auto;
}

#home {
	background: url(/themes/bb-ing/images/schiff.jpg) no-repeat top left;
	background-color: #231313;
}

#boxwrapper {
	margin-left: 480px;
	width: 300px;
	padding: 10px;
}

#home .box1,#home .box2,#home .box3 {
	color: #eee;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 5px 10px 5px 10px;
}

#home #boxwrapper2 {
	padding: 0;
}

#home .box4 {
	line-height: 12px;
	color: #666;
	font-size: 8pt;
}
	
#home .box1 { background-color: black; color: #c5c5c5; }
#home .box2 { background-color: #d45917; }
#home .box3 { background-color: #7f1313; }
#home .box4 { background-color: transparent; }

#slogan {
	padding-left: 484px;
	font-size: 18px;
	font-weight: bolder;
	min-height: 55px;
	background-color: #f3f3f3;
	border-top: 5px solid #dcdcc0;
}

#slogan p {
	padding: 8px 0 8px 0;
}

#slogan small {
	font-weight: normal;
	font-size: 14px;
}

#slogan.full {
	padding-left: 8px;
}

#boxwrapper2 {
	background-color: white;
	padding: 0px 0px 5px 10px;
}

#boxwrapper2 img {
	padding: 8px 10px 10px 0px;
}

#boxwrapper2 h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 13px;
}

#boxright {
	padding: 8px;
	font-size: 13px;
	color: #222;
	background-color: #e5e4cf;
	width: 300px;
	float: right;
}

#boxright p img {
	padding-bottom: 70px;
}

#body.full {
	height: 260px;
	background-color: #231313;
}

.editmode #body.full {
	height: auto;
}

#body.full p {
	color: #eee;
	font-size: 16px;
}

#body.full p.addpadding { padding-top: 70px; }

#body.full p img {
	padding: 0 10px 0 0;
}

#bodycontent {
	background-color: #e5e4cf;
	min-height: 100px;
	padding: 12px 8px 12px 8px;
}

#body.default {
	background-color: #dcdcc0;
	/* color: #222; */
	padding: 0;
	margin: 0;
}

#body.tworows {
	/* height: 510px; */
	overflow: auto;
	background: #fff;
}

.editmode #body.tworows {
	height: auto;
}

#body .colleft, #body .colright {
	width: 50%; /* -2px wegen dotted borders */
	background-color: white;
}

#body .colleft img,
#body .colright img {
	float: right;
	padding: 10px 0 10px 15px;
}

/* #body .colleft .block,
#body .colright .block {
	height: 230px;
	padding: 5px 10px 20px 10px;
} */

#body .colleft {
	/* border: 1px dotted grey; */
	float: left;
}

#body .colright {
	/* border: 1px dotted grey; */
	float: right;
}

#bodywrapper {
	background-color: #e5e4cf;
}

#bodywrapper #body-side,
#bodywrapper #bodycontent {
	width: 50%;
	float: left;
	min-height: 0;
	padding: 0;
	margin: 0;
}

#bodywrapper .content {
	margin: 5px 10px 0 10px;
}

#bodywrapper #bodycontent {
	background: #fff;
}

#page .tworows .wrapperBox {
	padding: 10px;
	height: 235px !important;
}

.page-projekte #page .tworows .wrapperBox {
	/* height: 245px !important; */
	height: 320px !important;
}

.editmode #page .tworows .wrapperBox {
	height: auto;
}

.editmode #page .tworows .ccm-block {
	height: 235px !important;
}

#page .tworows .colleft .wrapperBox {
	color: #ccc;
}

#page .tworows .colleft .wrapperBox a {
	color: #eee;
}

#page .tworows .colleft .wrapperBox:nth-child(odd) {
	background: #655959;
}

#page .tworows .colleft .wrapperBox:nth-child(even) {
	background: #231313;
}

#page .tworows .colright .wrapperBox {
	color: #231313;
}

#page .tworows .colright .wrapperBox:nth-child(odd) {
	background: #e5e4cf;
}

#page .tworows .colright .wrapperBox:nth-child(even) {
	background: #fff;
}

/* #body .braun,
.ccm-layout-row:nth-child(odd) {
	background-color: #231313;
	color: #ccc;
}

#body .grau,
.ccm-layout-row:nth-child(even) {
	background-color: #655959;
	color: #ccc;
}

#body .hellgrau {
	background-color: #e5e4cf;
	color: #231313;
}

#body .weiss {
	background-color: white;
	color: #231313;
} */

#central .default {
	padding: 0px 10px 20px 10px;
}

#body.news {
	background-color: white;
}

#page .article {
	background: #fff;
}

#page .article #main,
#page .article #sidebar {
	float: left;
}

#page .article #main {
	width: 82%;
}

#page .article #sidebar {
	width: 18%;
}

#page .article #main-content {
	margin: 5px 20px 10px 15px;
}

#page .article #sidebar-content {
	margin: 10px;
}

#page .article #sidebar .ccm-image-block {
	display: block;
	margin: 0 auto;
}

#central .newsIndex .entry h2,
#central .newsIndex .entry a,
#central .newsIndex .entry {
	color: #ddd;
}

#central .newsIndex .entry:nth-child(odd) {
	background: #231313;
}

#central .newsIndex .entry:nth-child(even) {
	background: #655959;
}

#page #sub-central {
	padding: 10px;
	background: #fff;
}

#footer {
	clear: right;
	padding-bottom: 16px;
	color: #555;
	font-size: 10px;
	position: relative;
}

#footer a { text-decoration: none; }

#footer hr.trenner1,#footer hr.trenner2 {
	padding: 0; margin: 0;
	height: 7px;
	border: none;
}

#footer hr.trenner1 { background-color: #231313; }
#footer hr.trenner2 { background-color: #655959; }

#footernav {
	font-size: 13px;
	text-align: center;
	background-color: #4c4343;
	border-bottom: 1px solid black;
}

#footernav a {
	color: #aaa;
	padding: 0 10px 0 10px;
	width: 150px;
	border-right: 1px solid black;
	background-color: #655959;
}

#footernav a.first {
	border-left: 1px solid black;
}

#footernav a:hover {
	color: #eee;
	background-color: #7a6b6b;
}

/* error text class optionally provided by theme */
div.ccm-error-response { color: #f00; margin-bottom: 12px; }

/* Page Structure / Navigation */
#page {
	width: 800px;
	margin: auto;
	text-align: left;
}

#footer .xing {
	float: right;
	position: absolute;
	top: 5px;
	right: 5px
}

#footer { text-align: center; }

#footer span.sign-in {  }
#footer span.gruenphase { float: right; }
