/* :: Generelle Style Klassen :: */
*{
	margin:0px;
	padding: 0px;
}
html{
	font-family: Helvetica;
	font-size: 16px;
	background: url("../images/background.png") repeat center center fixed;
	
}
.clear{
	clear: both;
}
/* :: MEDIA QUERY :: */
@media (max-width: 1440px){
	.CMSBody
	{
		display: block;
		width: 1220px !important;
		min-height: 600px;

	}
	.CMSBodyContent
	{
		margin-left: 260px !important;
		width: 700px !important;
		min-height: 600px;
		display: block;
		background-color: #e5e5e5;
	}
	.CMSBodyContent h1{
		width: 640px !important;
	}
	.CMSBodyContent h2{
		width: 640px !important;
	}
	.CMSBodyContent h3{
		width: 640px !important;
	}
	.CMSBodyRightMenu
	{

		width: 260px !important;
	}
	.CMSBodyMenuNavi
	{
		width: 250px !important;

	}
	.CMSBodyLeftMenu
	{

		width: 260px !important;

	}
	.CMSBodyPicture{
		width:640px !important;
	}
	.CMSBodyPicture ul li{
		width: 640px !important;
	}
	.CMSBodyPicture ul ul li{
		width: 153px !important;
	}
	a.CMSBodyUserMenu
	{
		padding-left: 5px;
		width: 100%;
		height: 100%;
		display: block;
		line-height:200%;
		text-decoration: none;
		color: white;
		font-size: 14px;
	}
	.CMSBodyFormularEditor{
		width:600px !important;
	}
	.CMSBodyFormularEditorFrame{
		width:596px !important;
	}
	.CMSFooterLineMessageBox{
		right: 140px !important;
	}
}

/* :: Kopfmenü Definition :: */
.CMSHeadLineWithFunktionMenu{
	position: fixed;
	display: block;
	width: 100%;
	height: 50px;
	color: white;
	background-color: rgb(59, 89, 152);
	box-shadow: 3px 3px 3px black;
	text-align: center !important;
	margin-bottom: 60px;
}
.CMSHeadLineWithFunktionMenu img{
	margin-left: 5%;
	margin-top: -5px !important;
}
.CMSHeadLineWithFunktionMenu label{
	font-size: 1em;
	font-weight: bold;
	display: block;
	vertical-align: middle;
}
.CMSHeadLineWithFunktionMenu ul{
	list-style-type: none;
}

.CMSHeadLineWithFunktionMenu ul li{
	margin-top: 10px;
	float: left;
	display: block;
	height: 40px;
	width: 20%;
	color: white;
}
.CMSHeadLineWithFunktionMenu ul li ul {
   display: none;
   background-color: rgb(59, 89, 152); 
}
  	
.CMSHeadLineWithFunktionMenu ul li:hover ul{
	background-color: rgb(59, 89, 152);
	display: block;
	position: absolute;
	width: 180px;
	height: auto;
	margin-left: 80px;
	margin-top: 7px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 2px 4px 2px black;
}
.CMSHeadLineWithFunktionMenu ul li:hover li {
	float: none;
	width: 100% !important;
	height: auto !important;
}
.CMSHeadLineWithFunktionMenu ul li:hover li a{
	padding-left: 20px;
	width: 160px;
	float: left;
	text-align: left;
	color: white;
}

.CMSHeadLineWithFunktionMenu a{
	display: block;
	text-decoration: none;
	font-size: 1em;
	line-height: 200%;
	font-weight: lighter;
	color: white;
	letter-spacing: 0.5pt;
}
.CMSHeadLineWithFunktionMenu a:hover{
	font-weight: bold;
}

/* :: StyleDefinition für das Linke sowie das Rechte Menü :: */
.CMSBodyRightMenu{
	display: block;
	float: right;
	width: 20%;
	min-height: 600px;
	background-color: rgba(59, 89, 152,0.7);
}
.CMSBodyMenuNavi{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	min-height: 380px;
	display: block;
}
.CMSBodyMenuNavi h1{
	display: block;
	padding-left: 5px;
	color: white;
	font-size: 1.5em;
	padding-bottom: 5px;
	border-bottom: solid 1px white;
}
.CMSBodyLeftMenu{
	display: block;
	float: left;
	width: 20%;
	min-height: 600px;
	background-color: rgba(59, 89, 152,0.7);
}
ul.CMSBodyUserMenu{
	margin-top: 10px;
	list-style-type: none;
	color: white;
}
.CMSBodyUserMenu li{
	display: block;
	width: 100%;
	height: 30px;
	text-align: left;
}
a.CMSBodyUserMenu{
	padding-left: 5px;
	width: 100%;
	height: 100%;
	display: block;
	line-height:200%;
	text-decoration: none;
	color: white;
	font-size: 14px;
}
a.CMSBodyUserMenu.active{
	background-color: rgba(255,255,255,0.5);
}
a.CMSBodyUserMenu.active:hover{
	background-color: rgba(255,255,255,0.5);
}
a.CMSBodyUserMenu.aktiv{
	background-color: rgba(0,255,0,0.5);
}
a.CMSBodyUserMenu.aktiv:hover{
	background-color: rgba(0,255,0,0.5);
}
a.CMSBodyUserSubMenu{
	padding-left: 15px;
	font-size: 13px;
	/* width: calc(100% - 10px) !important; */
	width: -moz-calc(100% - 10px);
	height: 80%;
	display: block;
	text-decoration: none;
	color: white;
}
a.CMSBodyUserSubMenu.active{
	background-color: rgba(255,255,255,0.5);
}
a.CMSBodyUserSubMenu.active:hover{
	background-color: rgba(255,255,255,0.5);
}

a.CMSBodyUserSubSubMenu.active{
	background-color: rgba(255,255,255,0.5);
}
a.CMSBodyUserSubSubMenu.active:hover{
	background-color: rgba(255,255,255,0.5);
}

a.CMSBodyUserSubSubMenu{
	padding-left: 20px;
	font-size: 12px;
	width: -moz-calc(100% - 15px);
	height: 80%;
	display: block;
	text-decoration: none;
	color: white;
}
a.CMSBodyUserMenu:hover{
	background-color: rgba(255,255,255,0.5);
}
a.CMSBodyUserSubMenu:hover{
	background-color: rgba(255,255,255,0.5);
}
a.CMSBodyUserSubSubMenu:hover{
	background-color: rgba(255,255,255,0.5);
}
.CMSBodyUserMenuIMG{	
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
}

/* :: Styledefintion für den Inhaltsbereich :: */
.CMSBody{
	display: block;
	width: 80%;
	min-height: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px !important;
	padding-top: 75px;
}
.CMSBodyContent{
	margin-left: 20%;
	padding-bottom: 50px;
	width: 60%;
	min-height: 900px;
	display: block;
	background-color: #e5e5e5;
}
.CMSBodyContent h1{
	font-size: 1.5em;
	color: rgb(59, 89, 152);
	display: block;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px rgb(59, 89, 152);	
	margin-left: auto;
	margin-right: auto;
}
.CMSBodyContent h2{
	font-size: 1em;
	border-bottom: solid 1px rgb(59, 89, 152);	
	color: rgb(59, 89, 152);
	display: block;
	width: 100%;
	float: none;
	margin-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.CMSBodyContent h3{
	font-size: 0.9em;
	color: rgb(59, 89, 152);
	display: block;
	width: 100%;
	float: none;
	padding-top: 15px;
	padding-bottom: 20px;
}
.CMSBodyContent h4{
	font-size: 0.8em;
	color: rgb(59, 89, 152);
	display: block;
	width: 100%;
	float: none;
	padding-top: 15px;
	padding-bottom: 20px;
}
.CMSBodyContent p{
	width: 90%;
	margin: 10px auto;
}
.CMSBodyContent ul{
	width: 90%;
	padding-left: 10px;
	margin: 10px 0px 0px auto;
}
.CMSBodyContent hr{
	margin: auto;
	width: 90%;
	color: rgb(59, 89, 152);
}
.CMSBodyFormularBilder{
	margin-top: 15px;
}
.CMSBodyFormular{
	list-style-type: none;
	display: block;
	width: 90%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.CMSBodyPictureFormular{
	width:auto !important;
	margin:auto!important;
	padding: auto !important;
	float: left !important;
}
.CMSBodyFormular li{
	width: 100%;
	height: 35px;
	display: block;
	float: none;
	
}
.CMSBodyFormular input,select{
	float:right;
}
.CMSBodyFormular label{
	color: rgb(59, 89, 152);
	font-size: 16px;
	float:left;
}
.CMSBodyFormularButton{
	background-color: rgb(59, 89, 152);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 8px;
	border-radius: 5px;
	float:right;
}
.CMSBodyFormularButton:hover{
	box-shadow: 0px 0px 5px black;
}
.CMSBodyFormularTextInput{
	border: 2px solid;
	border-color: rgba(110,110,111,1); 
	border-radius: 3px 3px 3px 3px;
	padding: 2px;
	box-shadow: 0 0 3px #a0acb3; 
	outline: none;
}
.CMSBodyFormularTextInput:focus{
	border-color: rgb(59, 89, 152);
	box-shadow: 1px 1px 5px rgb(59, 89, 152); 
}
.CMSBodyFormularTextInput:hover{
	box-shadow: 0px 0px 5px black;
}
.CMSBodyFormularUeberschriftTextInput{
	margin-top: -2px;
	float: right !important;
	border: 2px solid;
	border-color: rgba(110,110,111,1); 
	border-radius: 3px 3px 3px 3px;
	padding: 2px;
	box-shadow: 0 0 3px #a0acb3; 
	outline: none;
}
.CMSBodyFormularUeberschriftTextInput:focus{
	border-color: rgb(59, 89, 152);
	box-shadow: 1px 1px 5px rgb(59, 89, 152); 
}
.CMSBodyFormularUeberschriftTextInput:hover{
	box-shadow: 0px 0px 5px black;
}
.CMSBodyFormularSelect{
	padding: 2px;
	border: 2px solid;
	border-color: rgba(110,110,111,1);
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 3px #a0acb3;  

}
.CMSBodyFormularSelect:focus
{
	border-color: rgb(59, 89, 152);
	box-shadow: 1px 1px 5px rgb(59, 89, 152);
} 
.CMSBodyFormularSelect option{
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.CMSBodyFormularEditor{
	display: block;
	width: 100%;
	background-color: rgba(110,110,111,1); 
	height: 25px;
}
.CMSBodyFormularEditorFrame{
	border: 2px solid;
	border-color: rgba(110,110,111,1); 
	/* width: calc(100% - 4px); */
	width: -moz-calc(100% - 4px);
	height:300px; 
	margin-top:-19px; 
	background-color: rgb(255,255,255);
}
.CMSBodyFormularWahl{
	width:100%;
	height: 80px;
	display: block;
	margin-bottom: 25px;
}
.CMSBodyFormularWahl ul{
	float: right;
}
.CMSBodyFormularWahl ul li{
	margin-right: 3px;
	width: 35px !important;
	height: 40px;
	float:left;
}
.CMSBodyFormularWahl input{
	float:none;
	display: block;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
.CMSBodyAbsatzWahl{
	
	margin-left: -20px;
}
.CMSBodyAbsatzWahl ul{
	width: 100%;
	padding: none !important;
	margin: none !important;
	list-style-type: none;
}
.CMSBodyAbsatzWahl ul li{
	padding-bottom: 20px;
	width: 700px;
	height: auto;
	display: block;
}
.CMSBodyAbsatzWahl ul ul li{
	float: left;
	width: 160px;
}
.CMSBodyAbsatzWahl ul ul li img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.CMSBodyAbsatzWahl ul ul li input{
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.CMSBodyAbsatzWahl ul ul li label{
	text-align: center;
	margin-bottom: 10px !important;
	display: block;
	height: 20px;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: lighter;
}



.CMSBodyPicture{
	list-style-type: none;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.CMSBodyPicture tr{
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
	max-height: 150px;
}

.CMSBodyPicture tr td{
	background-color:rgb(59, 89, 152);
	margin-right: 5px;
	margin-bottom: 5px !important;
	border:1px solid #CCC;
	/* width: calc(100%/4 - 4*4px) !important; */
	width: -moz-calc(100% / 4 - 4 * 4px) !important;
	max-height: 150px;
}
.CMSBodyPicture tr td:hover{
	box-shadow: 0px 0px 5px black;
}
.CMSBodyPicture tr td img{
	max-height: 140px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.CMSBodyPicture tr td input{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.CMSBodyPicture tr td span{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	display: block;
	height: 30px;
	font-size: 11px;
	font-family: Helvetica;
	font-weight: lighter;
	color:white;
}

/* :: FooterBereich :: */
.CMSFooterLine{
	position: fixed;
	display: block;
	width: 100%;
	height: 50px;
	color: white;
	background-color: rgb(59, 89, 152);
	text-align: center !important;
	bottom:0px;
}
.CMSFooterLine ul{
	list-style-type: none
}
.CMSFooterLine ul li{
	text-align: left;
	margin-top: 20px;
}
.CMSFooterLine ul li label{
	float:left;
	padding-left: 75px;
}
.CMSFooterLine ul li span{
	float: right;
	padding-right: 75px;
}
.CMSFooterLineMessageBox{
	display: none;
	position: absolute;
	top:130px;
	right: 700px !important;
	
	
}
.CMSMessageBox{
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	display: block !important;
	width: 400px;
	min-height: 130px;
	border-radius: 3px 10px 3px 10px;
	
}
.CMSMessageBox p{
	color: white;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}
.CMSMessageBox a{
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -13px;
	margin-left: 10px;
	float: right;
}
.CMSMessageBox.green{
	background-color: rgba(0,128,0,0.8);
}
.CMSMessageBox.red{
	background-color: rgba(128,0,0,0.8);
}
.PreCMS{
	width: 100%;
}
.PreCMSBody{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	display: block;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	width: 400px;
	height: 450px;
	background: rgb(57,97,149);
	background-image: url("../images/login_box_background.png");
	background-size: cover;
/* 	?background: -moz-linear-gradient(80deg, rgba(57,97,149,1) 0%, rgba(50,100,158,1) 18%, rgba(59,89,150,1) 47%, rgba(45,106,175,1) 80%, rgba(37,84,155,1) 100%); */
	list-style-type: none;
	border-radius: 5px;
	box-shadow: 5px 30px 100px black;
	font-size: 16px;
	
}
.PreCMSBody h1{
	color: white;
	text-shadow: 2px 5px 5px black;
	margin: 15px;
}
.PreCMSBody p{
	color: white;
	font-weight: lighter;
	font-size: 0.8em;
	font-style: italic;
	margin: 15px 15px 0px;
	
}
.PreCMSProjectWahl{
	list-style-type: none;
	float: none !important;
	clear: both;
}
.PreCMSProjectWahl li
{
	width: 90%;
	margin-bottom: 20px;
}
.PreCMSProjectWahl li.PreCMSProjectWahl{
	margin-left: 15px;
	margin-bottom: 35px;
}
.PreCMSProjectWahl label{
	color: white;
	font-size:  14px;
	padding-bottom: 0.2em;
	border-bottom: white 1px solid;
	
}
.PreCMSProjectWahl{
	width: 100%;
	float: left;
}
.PreCMSProjectWahl select{
	float:none !important;
	padding: 3px;
	border-radius: 5px;
	font-size: 14px;
	width: 200px !important;
}
.PreCMSBodyFormularButton{
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:rgb(59, 89, 152); 
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;

}
.PreCMSBodyFormularButton:hover{
	box-shadow: 0px 0px 5px black;
}
.PreCMSProjectWahl.ButtonEinzeilig{
	float:left !important;
	width: 105px;
	width: auto;
	clear: none;
}
.PreCMSPasswortChange{
	list-style-type: none;
	line-height: 35px;
	width: 90%;
}
.PreCMSPasswortChange li{
	margin-left: 15px;
	height: 50px;
}
.PreCMSPasswortChange label{
	margin-top: 14px;
	color: white;
	font-size: 14px;
	font-weight: lighter;
}
}
.PreCMSPasswortChange input{
	float:right;
}
.PreCMSPasswortChangeInput{
	float: right;
	font-size: 14px;
	display: block;
	float: right;
	width: 130px;
	height: 20px;
	padding: 9px;
	border: 2px solid rgb(13,74,136);
	color: white;
	font-weight: normal;
	background-color: rgb(37,99,156);
}
.PreCMSPasswortChangeInput:focus{
	border-color: rgb(59, 89, 152);
	box-shadow: 0px 0px 9px black;
}
.PreCMSPasswortChangeInput:hover{
	border-color: rgb(59, 89, 152);
	box-shadow: 0px 0px 9px black;
}
.PreCMSLogin{
	margin-top: 45px;
	width: calc(100% - 10px);
	margin-left: 10px;
}
.PreCMSLogin ul{
	margin-left: none;
	width: 100%;
}
.PreCMSLogin li{
	width: 80%;
	height: 50px;
	margin-left: 30px;
	list-style-type: none;
}
.PreCMSLogin li ul{
	margin-top: 20px;
	margin-left: -20px;
	width: calc(100% + 20px);
	height: 25px;
}
.PreCMSLogin li ul li{
	float:left;
	width: 45%;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.PreCMSLogin li ul li a{
	text-decoration: none;
	color: white;
	font-weight: lighter;
}
.PreCMSLogin li ul li lable{
	margin: 0px;
	position: absolute;
}
.PreCMSLogin li ul li input[type='checkbox']{
	margin-right: 10px;
	margin-top: -3px;
}
.PreCMSLogin li lable{
	float: left;
	position: relative;
	margin-top: 14px;
	color: white;
	font-size: 14px;
	font-weight: lighter;
}
.PreCMSLogin input:not([type="submit"])
{	
	float: right;
	font-size: 14px;
	display: block;
	float: right;
	width: 200px;
	height: 20px;
	padding: 9px;
	border: 2px solid rgb(13,74,136);
	color: white;
	font-weight: normal;
	background-color: rgb(37,99,156);
}
.PreCMSLogin input:not([type='submit']):hover{
	box-shadow: 0px 0px 5px black;
}
.PreCMSLogin input:not([type='submit']):focus{
	box-shadow: 0px 0px 9px black;
}

.PreCMSLogin input[type='checkbox']{
	float: right;
	width: auto !important;
	margin-top: 10px;
	margin-right: 150px;
}
.PreCMSBodyFormularButton.PreCMS
{
	width: 100px !important;
	height: 40px;
	line-height: 190%;
	margin-left: 120px;
}

.PreCMSBodyFormularButton.PreCMS:hover
{
	box-shadow: 0px 0px 5px black;

}

.PreCMSBody label.meldung{
	width: 21em;
	height: auto;
	margin: 15px auto;
	display: block;
	text-align: left;
	color: white;
}


/* Guestbook */

.GuestBookBox{
	display: block;
	width: 600px;
	min-height: 400px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.GuestBookItemBox{
	display: block;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	min-height: 40px;
	margin-bottom: 20px;
	border: 2px solid black;
}
.GuestBookItemBox:hover{
	box-shadow: 0px 0px 4px black;
}
.GuestBookItemBox ul{
	width: 100%;
	padding: 0px;
	margin: 0px !important;
	list-style-type: none;
}
/*Löschen Symbol in Guestbook*/
.delete_icon{
	 -moz-transform:rotate(45deg);
	 transform:rotate(45deg);
}
	
.GuestBookItemIdent{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Helvetica;
	color: white;
	background: url("../images/background.png") repeat center center;
	border-bottom: 1px solid black;
}
.GuestBookItemSubject{
	color: white;
	background: url("../images/background.png") repeat center center;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted black;
}
.GuestBookItemMessage{
	display: inline-block;
	width: auto;
	min-height: 25px;
	font-size: 14px;
	font-family: Helvetica;
	padding: 5px 5px 5px 5px;
}
.GuestBookAnswerBox{
	width: 580px;
	height: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	margin-bottom: 40px;
	background-color: gray;
}
.GuestBookAnswerBox ul{
	list-style-type: none;
}
.GuestBookAnswerBox li{
	margin: 8px;
}
.GuestBookAnswerBox input,textarea{
	padding: 5px;
	border: 2px solid black;
	font-size: 14px;
	font-style: italic;
}
.GuestBookAnswerBox label{
	color: white;
}
.GuestBookAnswerBoxLabelTextArea{
	float: left;
	display: block;
	width: 113px;
}
.pfeil_unten{
	position: static;
}














