/* Layout */

body{
	background: #a8cddd;
	color: #333
}

#rahmen{
	background: #fff;
}

.article, .gallery {
	background: none;
}

#content{
	width: 574px;
	margin: 0;
	padding: 0;
}
.long #content{
	width: 745px;
	margin: 0 0 0 17px;
	padding: 0;
}
#sidebar{
	padding: 0px;
	width: 195px;
	margin: 0 10px 0 15px;
	background: none
}

#content, #sidebar{
	margin-top: 15px;
}


.long #sidebar{
	margin-top: 0
}

 #stepnav {
 	margin-top: 8px;
 }

#schmuckbild{
	background: #e1e1e1 url("/++resource++206-schule-am-weserbogen/img/header.jpg") no-repeat bottom left;
	overflow: hidden;
	margin: 0px;
    padding: 0;
    border-bottom: 1px solid #025b7c;
}

#maincontent{
width: 990px
}

#content .article {
	font-size: 14px;
	margin-bottom: 15px;
}

.article.img-fullwidth .img {
	padding: 0;
	margin: 0 0 15px 0;}

#content .fliesstext{
	margin-top: 8px;
}

.sidebar-block{
	background: #9dcbdb;
	box-shadow: 2px 2px 0px #79a9ba;
}

#sidebar p {
	font-size: 12px !important;	
}


.sidebar-block h3 {	
	border-bottom: 1px solid #79a9ba;
	margin: 0;
	color: #025b7c;
	padding: 5px 0;
}

.sidebar-block .fliesstext{
	padding-top: 5px;
	border-top: 1px solid #c7e2ec;
	
}

#footer{
	margin: 0 auto;
	margin-top: 15px;
	background: #fff;
	margin-bottom:-16px;
	width: 100%;
}

#content h2{
	font-weight: normal;
	margin: 0px 0 0px;
	color: #025b7c;
	font: 23px verdana,arial,trebuchet ms,calibri,helvetica,sans-serif
}
.article .img {
	padding-bottom: 10px
}


.article .eintrag, .img-fullwidth .img {
    padding: 0px 15px 0 15px;
}

.img-left h2{
	margin-top: 0px;
}

.img-left img{
	margin-top: 4px;
}

#content h3{
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
}

#bread-wrap{
	background: #e1e1e1;
	overflow: hidden;
	padding: 6px 0
}
#breadcrumb {
	padding: 5px 0 3px 2%;
	font-size: 12px;
	width: 65%;
	float: left;
}
#breadcrumb li{
	display: inline;
}
form#suche{
	float: right;
	padding-right: 20px;
}

form#suche input#go{
	border: 1px #e1e1e1 solid;
	padding: 3px;
	font-size: 12px;
	
}

form#suche input#go:focus{
	background: #ddeaf9;
	
}

form#suche input.suche_button{
	border: 0; 
	background: #15a1ff;
	color: #fff;
	cursor: pointer;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;	
	transition: background 0.2s ease-in-out;
}

form#suche input.suche_button:hover, form#suche input.suche_button:focus{
	background: #2d9bfb;
}
form#suche input.suche_button:active{
	background: #2076c1;
}

/* Navi */

#fixnav {
	font-weight: normal;
	font-size: 15px; 
}


#fixnav ul {
	float: right;
	list-style:none;
	background-color: #333;
	overflow: hidden;
	margin: 2%;	
	background-image: linear-gradient(bottom, #4D4D4D 0%, #212121 71%);
	background-image: -o-linear-gradient(bottom, #4D4D4D 0%, #212121 71%);
	background-image: -moz-linear-gradient(bottom, #4D4D4D 0%, #212121 71%);
	background-image: -webkit-linear-gradient(bottom, #4D4D4D 0%, #212121 71%);
	background-image: -ms-linear-gradient(bottom, #4D4D4D 0%, #212121 71%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #4D4D4D),
		color-stop(0.71, #212121)
	);
	clear: both; 
}

#fixnav ul li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#fixnav a, #fixnav strong{
	display: block;
	padding: 7px 25px 12px 25px;
	margin: 0;
	color: #fff;
	border-left: 1px solid #333;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;	
	transition: all 0.6s ease-in-out;
}


#fixnav a:hover, #fixnav a:active, #fixnav a:focus{
	background: #49a4c8;
	background-image: linear-gradient(left bottom, #8FCEE3 43%, #51A7C3 100%);
	background-image: -o-linear-gradient(left bottom, #8FCEE3 43%, #51A7C3 100%);
	background-image: -moz-linear-gradient(left bottom, #8FCEE3 43%, #51A7C3 100%);
	background-image: -webkit-linear-gradient(left bottom, #8FCEE3 43%, #51A7C3 100%);
	background-image: -ms-linear-gradient(left bottom, #8FCEE3 43%, #51A7C3 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0.43, #8FCEE3),
		color-stop(1, #51A7C3)
	);
	-webkit-box-shadow: inset 0px 0px 25px 2px #40829c;
    box-shadow: inset 0px 0px 25px 2px #40829c;
}

#header h1{
	font-size: 24px;
	color:#fff;
	text-align: right;
	line-height: 20px;
	padding: 14px 2% 20px 0;
	display: block;
	text-shadow: 1px 1px 1px #333;
} 


#header h1 em{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
}


form#suche .suche_button:hover, form#suche .suche_button:focus{
	opacity: 0.6;
}

#stepnav{
	padding: 0 15px 0 10px;
	width: 171px;
	background: none
}

#stepnav .stepnav ul li, #stepnav .stepnav ul, #stepnav .stepnav ul ul {
	border: none;
}


#stepnav ul#navi_liste li a, #stepnav ul#navi_liste li strong{
	display: block;
	padding: 7px 0 6px 17px;
	margin: 8px 0;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;	
	transition: background 0.2s ease-in-out;
}

#stepnav ul#navi_liste li a:hover, #stepnav ul#navi_liste li a:focus {
	background-color: #9DCBDB;
	color: #fff;
	text-decoration: none;
}
#stepnav ul#navi_liste li a:active {
	background-color: #2076c1;
}
	
	
#stepnav ul#navi_liste li strong{
	background-color: #2076c1;
}



#stepnav .stepnav ul ul li{
	padding-left: 0px;

}

#stepnav .stepnav ul#navi_liste ul li a, #stepnav .stepnav ul#navi_liste ul li a:visited{
	color: #fff;
	
}
#stepnav .stepnav ul#navi_liste ul li a:hover, #stepnav .stepnav ul#navi_liste ul li a:focus, #stepnav ul#navi_liste ul li strong{
	color: #fff;
	background: #41849c;
}
#stepnav .stepnav ul#navi_liste ul li a:active{
	background: #c5d7eb;
}
#stepnav .stepnav ul ul{
	margin-left: 16px;

}


#stepnav .stepnav ul li{
    line-height: 1.1em
}

.article.img-fullwidth span {
    margin: 0 0 0 15px;
}

.article.img-left .eintrag {
    margin-left: 200px;
}
.colage{
	margin: 10px 0 15px 17px
}