@charset "utf-8";
/* CSS Document */

#adminModeInfoBox {
	position:fixed;
	padding:10px;
	background-color:rgba(255,255,255,0.85);
	border:1px solid #999;
	border-radius:10px;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	z-index:9999;
	width:200px;
}

#adminModeInfoBox.top { top:10px; }
#adminModeInfoBox.bottom { bottom:10px; }

#adminModeInfoBox.left { left:10px; }
#adminModeInfoBox.right { right:10px; }

#adminModeInfoBox .directions {
	position:absolute;
	right:5px;
	top:5px;
}


#hiddenContentPiece {
	display:none;
}

.clear {
	clear:both;
}

/* Listen & Standart Elemente */

.shadowBox {
	box-shadow: -1px 1px 3px 0 #59616E;	
}

.quickModulNavi,
.mainContentArea ul,
ul.no_style {	
	padding:0;
	list-style:none;
}

ul.no_style {
	margin:0;	
}

.quickModulNavi {
	margin:0;
}

.quickModulNavi.active {
	font-weight:bold;
}

.mainContentArea ul li {
	position:relative;
	padding-left:15px;
}

body.textContent .mainContentArea ul li span[class^="icon"] {
	position:absolute;
	left:0;
	top:3px;
}

.button.icon .iconContainer{
	background-repeat:no-repeat;	
	display:inline-block;
}


/* Contentsuche */

.contentSuche {
	position:relative;	
}

.contentSucheTrigger,
.contentSucheMain span[class^="icon"] {
	font-size:20px;
	cursor:pointer;
}

.contentSucheMain {
	position:absolute;
	right:0;
	top:-6px;
	width:300px;
}

.contentSucheMain .contentSucheIcons {
	position:absolute;
	right:0;
	top:6px;
	z-index:600;
}


/*
.contentSucheMain .contentSucheIcons span { display:none; }
.contentSucheMain .contentSucheIcons span.display { display:block; }
*/

/* Filebrowser */

#fileBrowser,
#fileBrowserDummy {
	padding:5px;
	border:1px solid #BBBBBB;
	background-color:#FFF;
	min-height:400px;
}

#fileBrowserDummy {
	padding:10px;
	text-align:center;
	height:auto;
	font-weight:bold;
}



/* Schattierte Box */
.framedBox {
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 0px 3px 0px ;
	box-shadow: 0px 0px 3px 0px ; 
}

.framedBox.center {
	margin:0 auto;
	width:75%;
}

.framedBoxInner {
	padding:20px;
}


/* Seiten-Funktionen */
#contentPageFunctions li{
	display:inline-block;
	margin:0 10px;
}

#contentPageFunctions li span{
	font-size:18px;	
}



/* Newsliste */
.newsElement.withImage .newsListImage{
	width:15%;
	height:75px;
	float:left;
}

.newsElement.withImage .newsText{
	width:82%;
	float:right;
}

.boxElement.withImage .boxImage{
	width:20%;
	height:50px;
	float:left;
	margin:0;
}

.boxElement.withImage .boxText{
	width:75%;
	float:right;
}




/* Merkzettel-Button */
#globalMerkzettelHolder {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#666;
	
	font-size:18px;
	color:#fff;
    padding: 6px;
    position: fixed;
    top: 0;
	left:0; 
    width: 19px;
    z-index: 5000;
	cursor:pointer;
	
	height:120px;
	background-image:url(../pics/objekte/icons/merkzettel.png);
	background-repeat:no-repeat;
	background-position:center 20px;
}

#globalMerkzettelHolder span {
	margin-left:-3px;
}



/* Login-Formular*/
#loginHolder {
    border: 1px solid #FFFFFF;
    height: 100px;
    opacity: 0;
    position: fixed;
    top: 175px;
    width: 313px;
    z-index: 9999;
}
#loginHolder.open {
    left: 0;
}

#loginForm {
    background-color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 70px;
    padding: 15px;
    width: 250px;
}

#loginLink {
    background-color: #9BC24E;
    background-image: url("../pics/basic/login.png");
    background-position: center 34px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    height: 34px;
    padding-left: 6px;
    padding-top: 66px;
    width: 27px;
}

#loginHolder.loggedIn #loginLink {
    background-image: url("../pics/basic/intern.png");
    background-position: center 25px;
}

#loginHolder.loggedIn #loginLink span {
    display: none;
}

#loginForm .button {
    border: medium none;
    cursor: pointer;
    text-align: center;
}

#loginForm a {
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}

#loginForm p {
    margin-bottom: 5px;
    margin-top: 0;
}

/* Interner Bereich*/

#internNameHeader {
	font-size:14px;
	text-align:right;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
}



/* Language Switcher */
#languageSwitch {
	margin:0;
	padding:0;
}

#languageSwitch li.flagElement{
	padding:0;
	list-style:none;
	display:inline-block;
	padding-right:10px;
	
}

#languageSwitch li.flagElement img{
	border:1px solid #999;
}

#languageSwitch li.flagElement.active img{
	-webkit-box-shadow: 0px 0px 3px 2px rgba(135, 135, 135, 0.75);
	box-shadow: 0px 0px 3px 2px rgba(135, 135, 135, 0.75); 
}
