@charset "UTF-8";

html {
	overflow-y:scroll;
}

body {
	background-repeat: no-repeat;
	background-image: url(../images/layout/hintergrund_bogen.jpg);
	background-color: white;
	text-align:center;
	color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}


#wrapper {
	width: 1140px;
	margin: 0 auto;
}

#header {
	height: 160px;
}

#left {
	width: 200px;
}

#main {
	margin-left: 0px;
	width: calc(100% - 220px);
}

#footer {
	height: 25px;
}


a:hover{
}

a{
	text-decoration: none;
	cursor: pointer;
	color: #009a48;
}

input:focus,
textarea:focus,
a:focus{
	outline: 0 none; 
}
h1.ce_headline {
	color: #009a48;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ce_gallery h1 {
	color: #009a48;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
textarea{
   resize: none;
}

p.error {
	color:#8c1010;
}

#wrapper {
	overflow: auto;
	text-align: left;
	margin: auto;
	/*width: 901px;*/
}

#header {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #FFF;
	margin-top: 60px;
}
#header img {
	margin-left: 819px;
}

#container{
	overflow: auto;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-bottom: 30px;
	background-color: #FFF;
}
.spalte_links {
	width: 580px;
	margin-right: 20px;
	/*background-color: #6CF;*/
	float: left;
}
.spalte_rechts {
	width: 280px;
	/*background-color: #999;*/
}
.breit {
	width: 880px;
}
.dreispaltig {
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
.Bildgalerie {
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
  vertical-align:top;
}
.Bildgalerie ul li,
.ce_gallery li {
	margin: 0 !important;
}

.Bildgalerie li {
	width: 292px;
}

.vierspaltig {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
figcaption {
	margin: 0px 0px 5px 0px;
}
#left{
	float:left;
	/*width:0;*/
	min-height: 200px;
	margin-left: 20px;
}
#left a,
#left strong.trail,
#left strong.active {
	display: block;
	color: #000;
	font-size: 12px;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: solid 1px #000000;
	text-align: right;
	color: #009a48;
	text-decoration: none;
}
#left strong.trail,
#left strong.active {
	color: #ce0831;
}
#left ul.level_2 strong.trail,
#left ul.level_2 strong.active {
	padding-right: 15px;
}
#left ul {
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#left ul li ul.level_2 a {
	padding-right: 15px;
	color: #999;
}

#left ul.level_1 li ul.level_2 {
	display: none;
}
#left ul.level_1 li.trail ul.level_2,
#left ul.level_1 li.active ul.level_2 {
	display: block;
}
#info {
	text-align: right;
	margin-top: 200px;
	padding-right: 40px;
}
#info img.lehrbetrieb {
	margin-top: 10px;
}
#info a {
	border: none;
	color: #000;
}
#left ul.share {
	margin-left: 55px;
	list-style: none;
}
#left ul.share li {
	float: left;
}
#left ul.share a {
	border: none;
	display:inherit;
	margin-right: 3px;
}
div.zeigebuch img {
	border: solid 1px #000000;
}
#main{
	/*float:left;
	width:0;*/
	min-height: 200px;
}

#main .ce_text p{
	padding-bottom: 0.75em;
}
#main .ce_text ul{
	list-style-type: disc;
}

#main a{

}

#main a:hover{
	
}

#main #page_title h1{

}
#main .mod_article ul li{
	margin-left: 14px;
}

#main .mod_article ol li{
	margin-left: 14px;
}

#footer{
	border-top: solid 1px #000000;
	padding-top: 3px;
}
#footer p,
#footer a {
	color: #009a48;
	text-align: right;

}
/*------------------------------------------------------- FORMULAR */
div.formbody input {
    margin-bottom: 3px;
}
div.formbody label {
    float: left;
    width: 120px;
}
div.formbody input#ctrl_registration.captcha {
    margin-right: 7px;
    width: 25px;
}

#login label {
	font-size: 16px;
	font-weight: bold;
	margin-right: 25px;
}
#login input {
	margin-bottom: 8px;
}


/*------------------------------------------------------- MEDIABOX */

#mbMedia {
	max-width: 100% !important;
	height: auto !important;
}

#mbBottom {
    max-width: 100%;
    padding-top: 0px;
}


/*------------------------------------------------------- MIX */

.imgBorder img {
	border: solid 1px gray;
}