/*
 */
 
 
body {
	color:#444;
	font: normal 14px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #eee;
	background-repeat: repeat-x;
	text-align: center; /* geändert */
}


#fc-body {
	background: #ddd;
	
}

#content {
	color:#444;
	font: normal 14px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #eee;
	background-repeat: repeat-x;
	text-align: left; /* geändert */
}

section#fc-body {
	color:#444;
	font: normal 14px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #eee;
	background-repeat: repeat-x;
	text-align: center; /* geändert */
}

#container {
	color:#444;
	font: normal 14px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #eee;
	background-repeat: repeat-x;
	text-align: center; /* geändert */
}

section#fc-content img {
	max-width: 100%;
	height: auto;
	background-color: #eee;
}

aside#fc-sub-content img {
	max-width: 100%;
	height: auto;
}

header#pageHeader {
	background: #eee; /* geändert */
}

header#pageHeader h1 {
	color: #380808;  /* geändert */
	font-size: 40px;
	line-height: 40px;
	margin: 25px 0 0 0;
	text-shadow: 1px 1px 1px #000;  /* geändert */
}

header h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 10px 0 15px 0;
	letter-spacing: 1px;
	color: #a0b9f2;
	text-shadow: 1px 1px 5px #111;
}


footer#pageFooter {
	
	background: #eee;
	color: #555;
}

footer a {
	color: #d2e1f3;
	
}

footer a:hover {
	color: #fff;
}

footer h6 {
	color: #999;
	text-shadow: none;
	margin-bottom: 10px;
}

footer div.tags a {
	display: block;
	float: left;
	padding: 1px 5px;
	margin: 1px;
	color: #aaa;
	
}

footer div.tags a:hover {
	background-color: #36c;
	color: #fff;
	text-decoration: none;
}

footer hr {
	border: 0;
	border-bottom: 1px solid #222;
}

#pageFooter ol.breadcrumb {
	background: rgba(0,0,0,0.3);
}

.scrollBox {
	height: 250px;
	padding: 4px;
	overflow: auto;
	border: 1px solid #ccc;
	background-color: #fff;
}



.styledSpace {
	display: block;
	height: 25px;
	background: transparent url(../images/whitegradient.png) no-repeat bottom center;
	margin: 8px 0 10px 0;
}

.boxShadow {
	height: 22px;
	padding: 0;
	margin: 5px 0 0 0;
	background: transparent url(../images/boxBottom.png) center top;
	background-repeat: no-repeat;
}


input.searchbox {
	background: #fff url(../images/icn16_search_soft.png) no-repeat 7px center;
	padding: 5px 5px 5px 30px;
}

input.searchbox:focus {
	background: #fff url(../images/icn16_search.png) no-repeat 7px center;
	outline: none;
}


/* Sitemap */

ul#sitemap,
ul#sitemap ul {
	list-style-image: url('../images/list_arrow.png');
}

ul#sitemap li {
	margin-bottom: 8px;
	line-height: 14px;
}



.blockImage {
	padding: 4px;
	background: transparent url(../images/white80.png) left top;
	background-repeat: repeat;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.block {
	display: block;
}


/**
 * main navigation
 */
.navline {
	height: 40px;
	background-color: #aaa;
	
	
}
	
.top-nav li {	
	list-style-type: none;
	display: inline-block;	
	background-color: #aaa;
	padding: 8px 0px 0px 0px;
	margin: 0px 14px 0px 0px;
	border: 1px 5pxsolid #342727;
}

.top-nav li a, a:focus {	
	color: #222;
	font-size: 16px;
	
}

.top-nav li a:hover {
	color: #eee;
	text-decoration: none;
}



/**
 * sub navigation
 */

div#toc {
	margin: 4px 0 8px 0;
	padding: 0;
	text-align: left;
}

div#toc h2 {
	font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 2px 4px;
	color: #222;
	border-bottom: 1px solid #ddd;
}

#toclist {
	margin: 0;
	padding: 0;
}

#toclist li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#toclist li a {
	display: block;
	color: #36c;
	text-decoration: none;
	margin: 0;
	margin-right: 1px;
	padding: 4px 6px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	-webkit-transition: background 0.5s linear, color 0.5s linear;
	-moz-transition: background 0.5s linear, color 0.5s linear;
	-o-transition: background 0.5s linear, color 0.5s linear;
	transition: background 0.5s linear, color 0.5s linear;
}

#toclist li a:hover {
	color: #222;
	background-color: #DFE7EF;
}


/*
 * links for subnavigation
 * sub_current{depth}
 */
 
#toclist li a.sub_current1, #toclist li a.sub_current2,
#toclist li a.sub_current3, #toclist li a.sub_current4 {
	color: #222;
	background-color: #CADDEE;
}

#toclist li a.sub_link1,
#toclist li a.sub_current1 {
	padding-left: 10px;
}

#toclist li a.sub_link2,
#toclist li a.sub_current2 {
	padding-left: 20px;
}

#toclist li a.sub_link3,
#toclist li a.sub_current3 {
	padding-left: 30px;
}


#toclist li a.sub_link4,
#toclist li a.sub_current4 {
	padding-left: 40px;
}



/**
 * overwrite some definitions
 * from twitter bootstrap
 */
 


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #4b89d0;
	text-shadow: #fff 1px 1px 1px;
}

ul.nav-stacked li a {
	background: rgba(255,255,255,0.8);
}

ul.nav-stacked li a:hover {
	background: #fff;
}

.well, .form-actions, .hero-unit {
	background: rgba(255,255,255,0.5);
}


section#fc-content {
	float: none;
	width: 100%;
	padding-top: 10px;
	margin: 0 auto;
}

aside#fc-sub-content {
	float: none;
	width: 100%;
	padding-top: 10px;
	margin: 0 auto;
	border-top: 1px solid #fff;
}

div.pagination a {
	background: rgba(255,255,255,0.5);
}


/* modules */


.listBlockItem {
	margin: 4px 0 8px 0;
	padding: 2px 0 15px 0;
	min-height: 35px;
	background: transparent url(../images/whitegradient.png) no-repeat bottom center;
}


a.category_link {
	font-size: 12px;
	color: #eee;
	padding: 3px 6px;
	border-radius: 5px;
	background-color: #4b89d0;
}

a.category_link:hover {
	color: #4b89d0;
	background-color: #eee;
}
