/* CSS Document */
#notseen{
	display:none;
}
#sitehead {
	margin-top: 15px;
	margin-bottom: 15px;
}
#mainnav .navbar-header button{
	background-color:#eee;
}
nav#mainnav {
	/* background:#d0e4f6;
	background:#4f8ec1; */
	background-image: url(../images/layout/menu_bk.jpg);
	background-repeat: repeat-x;
}
#mainnav .navbar {
	margin-bottom: 15px;
}
#mainnav-collapse {
	background: red;
}
#carousel1 {
	background: #d0e4f6;
	background-image: url(../images/layout/header_bk.jpg);
	background-repeat: repeat-x;
}
.carousel-caption h3{
	color:white;
	font-size:34px;
	font-weight:normal;
	text-shadow:3px 3px black;
}
.carousel-caption p{
	font-size:26px;
	text-shadow:3px 3px black;
}
#sitefooter {
	background: #a0b4c6;
	padding-bottom: 30px;
}
#sitefooter .mailog a:link, #sitefooter .mailog a:visited{
	color:white;
	text-decoration:underline;
	
}

/* typo */
body {
	font-size: 16px;
}
h1, h2, h3 {
	color: #0f507d;
	font-weight: normal;
}
h4{
	color: #0f507d;
	margin-bottom:0.3em;
}
h5{
	color: #666;
	font-weight:bold;
	font-size:100%;
}
h1{
	margin-bottom:1em;
}
h2 {
	font-size: 24px;
}
.first-header{
	margin-top:0;
}
#maincontent {
	padding-bottom: 0px;
}
#pushing {
	padding-bottom: 30px;
}
#sitefooter, #sitefooter h3 {
	color: white;
}
.list-normal {
	margin-left: 1.2em;
	padding-left: 0;
}
.trenner {
	margin-top: 30px;
	margin-bottom: 20px;
	height: 2px;
	border-bottom: 1px dotted #4f8ec1;
}
.trenner2{
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
}
.clearfloatimage{
clear:both;
overflow:hidden;
}
#backtotop{
	position:fixed;
	z-index:9000;
	bottom:60px;
	right:15px;
	background:none;
	display:none;
	font-size:30px;
	padding:5px;
	cursor:pointer;
}
#backtotop img{
	width:48px;
	height:48px;
}


/* Formulare */
input{
	font-weight:normal;
}
	


/* Carousel fade */

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 1.2s;
  -o-transition: opacity ease-in-out 1.2s;
  -webkit-transition: opacity ease-in-out 1.2s;
  transition: opacity ease-in-out 1.2s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1.2s;
  -o-transition: opacity ease-in-out 1.2s;
  -webkit-transition: opacity ease-in-out 1.2s;
  transition: opacity ease-in-out 1.2s;
  z-index:2;
}