/* *****************************************
*
* common.css
*
* Common CSS definitions for CMS
*
* Copyright 2005 by  Gerhard Sinnhuber
*
* Author(s):  http://www.transform.at
*
***************************************** */

/* Colordefinitions

dunkelbraun: #583318;
rot: #df1616;
dunkelblau: #094f9e;

hellblau: #7da7d6

hellrot: FF4F12
*/


html,body {
	font-family		: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size		: 14px;
	font-weight		: 400; 
	line-height: 20px;
	color: #191a1a;
	text-decoration		: none;
	text-transform		: none;
	margin:0px;
	padding:0px;
    position: relative;
    text-align: left; 
	width: 100%;
	min-height: 100%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
}


.frontend{
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center 142px;
}


.wrapper{
	position: relative;
	width: 1062px;
	margin: 0 auto;
	padding: 0;
	clear:both;
	min-height: 1px;
}



a,  a:active,  a:visited {  
	color:#094F9E; 
	border:0px; 
	text-decoration: none;
	font-weight:400;
}


 a:hover	{
	text-decoration: none;
	color:#FF4F12; 
	}


h1 {
	font-weight: 700; 
	font-size: 20px;
	text-decoration: none;
	color: #4a4a4a; 
	padding: 0px;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: 700; 
	font-size: 18Px;
	line-height: 22px;
	text-decoration: none;
	color: #4a4a4a; 
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 5px 0px;
	border-top: dotted 0px #ccc;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}


h3,h4 {
	font-weight: 700; 
	font-size: 14Px;
	text-decoration: none;
	color: #4a4a4a; 
	padding: 0px;
	margin: 0px;
}

h5,h6 {
	font-weight: bold; 
	font-size: 12Px;
	text-decoration: none;
	color: #4a4a4a; 
	padding: 3px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	border-top: dotted 0px #666;
	border-bottom: 1px solid #656565;
}

input{
	font-family		:  'Open Sans', Arial, Tahoma,  Helvetica, sans-serif;
	font-size: 12Px;
}
button{
	font-family		:  'Open Sans', Arial, Tahoma,  Helvetica, sans-serif;
	font-size: 12Px;
}
select {
	font-family		:  'Open Sans', Arial, Tahoma,  Helvetica, sans-serif;
	font-size:12px;
}
textarea{
	font-family		:  'Open Sans', Arial, Tahoma,  Helvetica, sans-serif;
	font-size: 12Px;
}


hr{
	background-color: #aeaeae; /* Farbe für Opera und Firefox */
	color: #aeaeae; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px; 
}

b, strong{
font-weight: 700;
}

p {
	margin-bottom: 10px;
}

#content_center li{
margin-left:27px;
}

#content_center ul{
margin: 5px 0 10px 0;
}

img {border: none;}
/* --------------------------------------
    Grundbereiche
   -------------------------------------*/



#header{
	position: relative;
	top:0px;
	border: 0px;
	height: 100px;
	width: 100%;
	padding:0px;
	margin: 0px;
	background: #fff;
	/*background-image: url("/images/bg-ornament.png");*/
	border-bottom: 1px dotted #efefef;
	background-repeat: no-repeat;
}


#headerlogo{
position: absolute;
right:0px;
top: -24px;
width: 300px;
color: #583318;
font-size: 46px;
font-weight: 700;
}

#footer{
position: fixed;
width: 100%;
left:0px;
bottom:0px;
padding: 0;
background: #7da7d6;
height: 30px;
}

#footer>div {
padding: 5px 30px;
}
#footer a, #footer a:active, #footer a:visited {
color: #583318;
}
#footer a:hover {
	text-decoration: none;
	color:#FF4F12;
}

/* --------------------------------------
    Haupt-Navigations Definitionen
   -------------------------------------*/


.mainmenu{
	position: relative;
	left: 0px;
	width:100%;
	height: 34px;
	margin-top: 41px;
	border:0px;
	text-align:left;
	line-height: 20px; 
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
   
}

.mainmenu ul{
	position: relative;
	display: block;
	left: 0px;
   padding: 0px; 
   margin: 0px; 
   height: 29px; 
   width: 750px;
   border-bottom: 0.5px solid #094f9e;
}

.mainmenu li{
	display: inline; 
   float: left; 
   padding:3px 10px; 
   margin: 0px; 
   height: 24px; 
   margin-right: 30px;

}


.mainmenu li a, .mainmenu li a:active, .mainmenu li a:visited { 
	color:#094f9e;
	text-decoration: none;
}
.mainmenu li a:hover {
	text-decoration: none;
	color:#FF4F12;
}

.mainmenu li.item-selected  a , .mainmenu li.item-selected a:active , .mainmenu li.item-selected a:visited { 
	color:#FF4F12;
	text-decoration: none;
}

.menuactive{
	position: relative;
	top: 0px;
	left: 0px;
	height: 24px;
	color: #7da7d6;
	float:left;
	margin-right: 20px;
}
.menuactive a, .menuactive a:active, .menuactive a:visited {  
	color:#FF4F12; 
	border:0px; 
	text-decoration: none;
}
.menuactive a:hover	{
	text-decoration: none;
	color:#FF4F12; 
	}




/* --------------------------------------
    Sub-Navigation  Definitionen
   -------------------------------------*/



.subnav{position: relative;left:0px; top: 0px; width: 220px;letter-spacing:0.0px;}
.subnav ul {padding: 0px; margin: 0px 10px; display: block; margin-top:5px; }
.subnav ul li{list-style-type: none; display: block; padding:0px; text-indent: 0px; min-height: 22px; line-height:15px; margin-bottom: 10px;}
.subnav ul li.item-selected{ text-indent: 0px; }

.subnav, .subnav a,  .subnav a:active, .subnav a:visited{ font-weight: 400; color: #094F9E}
.subnav>ul >li.item-selected,.subnav >ul >li.item-selected >a, .subnav >ul >li.item-selected >a:active, .subnav >ul >li.item-selected >a:visited{ font-weight: 400; color: #FF4F12}



.subnav >ul >li >ul{display:block; margin-left: 15px;margin-top: 10px;color: #094F9E}
.subnav >ul >li >ul >li{list-style-type: none; display: block; padding:0px;color: #094F9E}
.subnav >ul>li >ul >li >a, .subnav >ul >li >ul >li >a:active, .subnav >ul >li >ul >li >a:visited {color: #094F9E }

.subnav >ul>li >ul>li.item-selected, .subnav >ul >li >ul >li.item-selected >a, .subnav >ul >li >ul >li.item-selected >a:active, .subnav >ul >li >ul >li.item-selected >a:visited{ 
font-weight: 400; 
color: #FF4F12;
}


.subnav a:hover,  .subnav ul li >ul li.item-selected a:hover, .subnav >ul >li >ul >li  a:hover {
text-decoration: none;
color: #FF4F12;
}


#header .subnav {
padding-left: 265px;
width: 700px;
float: left;
}

#header .subnav ul li{list-style-type: none; float: left; margin-left: 15px;}

/*
dunkelblau #094F9E
hellblau #7DA7D6
*/



/* --------------------------------------
    Content Definitionen
   -------------------------------------*/


#mainarea{
	position: relative;
	top:0px;
	left: 0px;
	width: 100%;
	min-height: 400px;
	padding-top: 0px;	
}


#content_left{
	position: relative;
	float: left;
	top:0px;
	left: 0px;
	min-width: 240px;
	min-height: 300px;
	width: 240px;
	margin-top: 0px;
	margin-right: 40px;
	overflow: visible;
	padding: 0px 10px 0 0;
}

#content_left h1{
margin: 0 0 20px 10px;
}


#content_center{
	position: relative;
	float: left;
	top:0px;
	left: 0px;
	width: 540px;
	min-height: 300px;
	margin-top: 0px;
	padding: 0;
	/*background: rgba(255,255,255,0.8);*/
	border-radius:  8px 8px;
     -moz-border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
}


#content_center_breit{
	position: relative;
	float: left;
	top:0px;
	left: 0px;
	width: 750px;
	min-height: 300px;
	margin-top: 0px;
	padding: 0px 0px 0px;
}

#content_startseite{
	position: relative;
	width: 830px;
	min-height: 300px;
	margin-top: 0px;
	padding: 0;
}

#content_right{
	position: relative;
	float: left;
	left:0px;
	top:0px;
	width: 160px;
	min-height: 20px;
	margin-left: 30px;
	padding: 20px 10px;
}

#content_buchen{
	position: absolute;
	top:0px;
	margin-left: 0px;
	width: 750px;
	min-height: 300px;
	margin-top: 0px;
	padding: 0;
	z-index: 9999;
	border: solid 0.5px #094F9E;
	background: #fff;
	display: none;
	padding: 20px 40px;
}
.buchenclose{
font-size: 25px;
cursor: pointer;
}
.description{
	padding: 0px 20px 0px 0px;
	color: #4a4a4a;
}

.headline{
	padding: 0px 0px 0px 0px;
	color: #4a4a4a;
	font-weight: bold;
	font-size:14px;
}

.teaser{
	padding: 0px 0px 0px 0px;
	color: #4a4a4a;
}

.fliesstext{
	position: relative;
	padding: 0px 0px 50px 0px;
	color: #4a4a4a;
}


.nohyphen {
-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* --------------------------------------
    spezielle Definitionen
   -------------------------------------*/

.bigbox,.smallbox, .smallboxhigh, .verysmallbox, .verysmallquadbox{
	position: relative;
	float: left;
	width:420px;
	height: 420px;
	overflow: hidden;
	background: #fff;
	margin: 10px 20px 10px 0px;
	padding:10px;
	/*
	border-radius:  8px;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    -moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #333;
	border: 1px solid #aaa;
	*/
}



.smallbox{
	width:210px;
	height: 190px;
	overflow: hidden;
	
}
.smallboxhigh{
	width:140px;
	height: 230px;
	overflow: hidden;
	border: 1px solid #333; 
	margin: 10px 10px 10px 0px;
}

.verysmallbox{
	width:150px;
	height: 180px;
	overflow: hidden;
	margin: 10px 10px 10px 0px;
	line-height: 18px;
}
.verysmallbox  div{
margin-top: 10px;
}

.verysmallquadbox{
	width:150px;
	height: 130px;
	overflow: hidden;
	margin: 10px 10px 10px 0px;
	line-height: 18px;
}
.verysmallquadbox  div{
margin-top: 10px;
}

.centerfour {
width: 370px;
padding: 0 100px;
text-align:center;
}

.infobox {
width: 420px;
min-height: 100px;
font-size: 32px;
margin:0 auto;
background: -moz-linear-gradient(center top , #FEFEFE, #DCDCDC) repeat scroll 0% 0% #DCDCDC;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 2px 2px rgba(0, 0, 0, 0.2);
padding: 20px;
}
.infobox .icon-alert {
    float: left;
}

.infobox >div {
font-size: 14px;
}
.infoheader{
margin-top: 7px;
font-size: 16px;
font-weight: bold;
}
.infotext{
margin-top: 15px;
clear: left;
text-indent: -8px;
width: 300px;
margin: 0 auto;
}


.smallinfobox{
position: relative;
top: 30px; left: 25px;
border-top: 0px solid #094f9e;
border-bottom: 0px solid #094f9e;
width: 350px;
padding: 20px 0px;
background: #ecefee;
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
margin-top: 0px;
}

.medicon{
	font-size: 30px;
}

.bigicon{
	font-size: 40px;
}

.verybigicon{
	font-size: 80px;
}

.bigtext{
font-size: 28px;
}

.buttonimage{
position: absolute;
top: -10px;
left: -10px;
width: 240px;
height: 220px;
}

.buttontext{
position: absolute;
bottom: 10px;
color: #fff;
font-weight: bold;
font-size: 28px;
text-shadow: 0px 0px 5px #000;
}

.contbox{
	position: relative;
	float: left;
	width:190px;
	height: 150px;
	background: #cecece;
	margin: 5px;
	padding:10px;
	border-radius:  8px;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.contbox .startbutton{
position: absolute;
bottom: 10px;
right: 15px;
}


.contbox h3{
margin-right: 15px;
margin-bottom: 10px;
}


.hide{
display: none;
}

.clear{
clear: both;
}

.banner_top_left{
	position: absolute;
	left: 0;
	top: 0;
	z-index:999;
}
.banner_top_right{
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

.bghell{
background: #b9cbe3;
}

.buchung{
min-height: 30px;
padding: 10px;
}

.buchung a {
display: block;
color: #fff;
font-weight: 700;
font-size: 16px;
}

.projektbutton {
margin: 10px 0;
}

#buchungsdetail { 
position: absolute;
top:0px;
left: 290px;
width: 560px;
display: none;
border: 0px solid #999;
background: #fff;
padding: 10px;
z-index:999;
}

.aktuell {
position: relative;
float: left;
width: 250px;
min-height: 100px;
margin-right: 20px;
margin-top: 20px;
}

.mitarbeiter {
position: relative;
float: left;
width: 100%;
min-height: 150px;
border-bottom: 1px solid #094F9E;
margin-bottom: 15px;
padding-bottom: 15px;
}

.mitarbeiter img {margin:0 15px 15px 0;} 


.linkespalte, .rechtespalte {
position: relative;
float: left;
width: 400px; 
min-height: 200px;
}

.linkespalte{
margin-right: 20px; 
}


#accordion h2{
border-top: 0px solid #094F9E;
color: #094F9E;
font-weight: 400;
font-size: 16px;
}
#accordion >div{
margin: 0 28px;
}

.nav370 #accordion h2{
border-top: 0px solid #094F9E;
color: #000;
font-weight: bold;
font-size: 16px;
}

.nav370 #accordion >div{
margin: 0 28px;
}

.nav370 #accordion .subheadline{
font-size: 14px;
font-weight: normal;
}

.blue{
color: #094F9E;
}

.nav370 #accordion .ui-icon{
display: none;
}

.huge{
font-size: 28px;
line-height: 32px;
}



.bereichstitel{
text-align: center;
font-size: 22px;
line-height: 32px;
font-weight: 700;
}

.bereichsicon{
font-size: 100px;
position: absolute;
bottom: 0px;
text-align: center;
}


.bildlink{
min-height: 120px;
width: 520px;
margin: 20px 20px 0px 0px;
}

.bildlink img {
	float: left; 
	margin-right: 10px; 
}

.blacktransparency{
	background-color: rgba(0,0,0,0.4);
}
.whitetransparency{
	background-color: rgba(255,255,255,0.4);
}


/* --------------------------------------
    Formulare
   -------------------------------------*/

dt, dd{
	position: relative;
	min-width: 150px;
	max-width: 460px;
	min-height: 30px;
	float: left;
	margin: 20px 20px 0px ;
}

dt{ clear:both; width: 200px; max-width: 200px;}
dd { min-width: 230px; }
dd .info { min-width: 150px; }
dd input { width: 230px;}

.veryshortint {
width: 20px;
}

.shorttext{
width: 150px;
}


/* ----------------------------------------------------------------------------------------
	startseite bereich
	-------------------------------------------------------------------------------------- */


#slideswrapper{ position: relative; width: 800px; height: 290px; margin-left: 15px;}
#slides{display:block;}
#slides img{border: 0;}

.slidetext{ float: left; width: 400px;height: 272px;font-size:16px; line-height: 22px;}
.slidetext>div {position: absolute; margin: 5% 5% 2% 5%; min-height: 10px; width: 40%; bottom: 0px;}
.slidetexthead {border-bottom: 1px dotted #767666; font-size:18px; padding: 0 15px;}
.slidetextbody {padding: 0 15px;}
.slidetextkategory{color: #d71b74; font-size: 14px;}
.slidetext .weiterbutton {font-size: 14px;margin-left: 0;}
.slidepict { position: absolute; width: 400px; height: 272px; }


.ribbonbox {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 120px;
    padding: 20px;
    margin: 20px;
    background: #e5e5e5;
    float: left;
    -webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	background: -moz-linear-gradient(center top , #DCDCDC, #FEFEFE) repeat scroll 0% 0% #DCDCDC;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbonbox h1 {
    position: relative;
    padding: 10px 5px;
    margin: 0 -30px 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    background: #094F9E; 
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    zoom: 1;
}


a .ribbonbox h1, a:visited  .ribbonbox h1, a:active  .ribbonbox h1{
color: #fff;
}
a:hover  .ribbonbox h1{
color: #FF4F12;
}

.ribbonbox h1:before,
.ribbonbox h1:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    border-width: 0 10px 10px 0;
    border-style: solid;
    border-color: transparent #647D01;
}
.ribbonbox h1:after {
    left: auto;
    right: 0;
    border-width: 0 0 10px 10px;
}

.linkebox{
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
margin-top: 27px;
}

.rechtebox{
-moz-transform: rotate(4deg);
-webkit-transform: rotate(4deg);
-o-transform: rotate(4deg);
-ms-transform: rotate(4deg);
transform: rotate(4deg);
margin-top: 27px;
}

.attachments{
width: 100%
}

.attachmentsheader{
margin-bottom: 15px;
border-bottom: 0.5px solid #094f9e;
}


.schreibschrift{
	font-family: 'Gloria Hallelujah', cursive; 
	font-size: 18px;
	padding: 0 20px;
}

.screenshotlinkbox{
width: 200px;
min-height: 150px;
float: left;
padding-top: 5px;
line-height: 14px;
font-size: 11px;
}