/*################################
      bootstrap overrides
################################*/

/*.grid-padding { padding-left: 4px; padding-right: 4px; }*/

/*################################
      html elemente
################################*/
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
html { 
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 0.75rem;
	line-height: 13px;
	line-height: 1.0rem;
	color: #666;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	/*
	min-width: 400px;*/
	}
.preview { /* body-angaben für admin-preview */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Georgia, 'Times New Roman', Times, serif*/
	font-size: 11px;
	font-size: 0.75rem;
	color: #333;
}
img {
	border: 0px;
}
p, h1, h2, h3 {
	font-size: 11px;
	font-size: 0.75rem;
	font-weight: normal;
	/*font-family: 'Times New Roman', Times, serif;
	font-size: 14px;*/
	color: #666;
	display: inline;
}
strong {
	/*font-size: 12px;*/
}

a, a:visited, a:active{
	color: #666;
}

table {
	border: none;
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
	padding-right: 12px;
	padding-bottom: 6px;
	
}
/* ################## RÄNDER RECHTS LINKS ETC ##################### */
.pigrid {	
	clear:both;
	margin-left: -4px;
	margin-right: -4px;
}

.pigriditem {
    position: relative;
    width: 25%;
    float: left;
    min-height: 1%;
	margin-bottom: 8px;
	/*
    padding-right: 4px;
    padding-left: 4px;
	*/
}
.gridMargH {
    margin-right: 4px;
    margin-left: 4px;
}
.gridMargCat {
    margin-bottom: 36px;
}
.margH {
	margin-left: 20px;
	margin-right: 20px;
}
.padH {
	padding-left: 20px;
	padding-right: 20px;
}
.posH {
	left: 20px;
	right: 20px;
}
.hidden {
	display: none;
}
/*################################
      custom elemente
################################*/
#center {
	background-color:#FFF;
	position:relative;
	width: 100%;
	height: 100%;
}
.inv {
	width: 0px;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}
#top {
	height: 0px;
	overflow: hidden;
}
#head {
	padding-top: 60px;
}
#content {
	width:100%;
}
#printcontent {
	width: 96%;
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 2%;
}
#clearcols {
	clear: both;
	height: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 1px;/**/
	overflow:hidden;
}
#piorientationbar {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	margin-top: 42px;
	background-color:#CCC9C8;
	font-size: 11px;
	font-size: 0.75rem;
	height: 28px;
	line-height: 28px;
	padding: 0;
	color: #FFF;
	padding-left: 10px;
	/*
	padding-right: 10px;
	*/
	text-transform: uppercase;
}
/* --------------------------- navis ---------------------------------*/
.navlist {
	display:block;
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.navlist li {
	display: block;
	height: 1%; /*ie-fix display: block;*/
}
.navlist li a {
	display: block;
	color: #999;	
	text-decoration: none;
	text-transform:uppercase;
}
.navlist li a:hover {
	/*color: #333;*/
}
.navlist li a strong { 
	font-weight:normal;
}

/*########### navi 1 level 0 ###########*/
.minactive {
	display:none;
}
.mactive {
	display:block;
}
#menu {
	float: right;

}
.menu10 {
}

.menu10 li {
}


.menu10 li.lilev0 {
	float: left;
	width: 88px;
	/*
	padding-left:4px;*/
}

.menu10 li:first-child {
	padding-left:0px;
}

.menu10 li a{
}

.menu10 li a.alev0 {
	text-align:center;
	font-size: 14px;
	font-size: 0.9rem;
	color: #FFFFFF;
	display:block;
	width: 100%;
	height:46px;
	line-height:46px;
	background-color:#787878;
	border-left: 4px solid #FFF;
}
.menu10 li:first-child a.alev0{
	border-left:0px;
}
.navlist .Lactive{
	color: #333;
}
.navlist .Lactive:hover{
	color: #333;
}
.navlist .Factive{
	color: #333;
}
.navlist .Factive:hover{
	color: #333;
}
.navlist .rubric{
	display: block;
	color: #666;
	font-style:italic;	
	padding-left: 20px;	
	padding-right: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	height: 1%; /*ie-fix display: block;*/
}

.menu11 {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-top: 60px;
	background-color:#CCC9C8;
	height: 28px;
	line-height: 28px;
	padding: 0;
}
.menu11.minactive {
	display: none;
	/*
	visibility: hidden !important;*/
}
.menu11 li.lilev1{
	display: block;	
	height: 28px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	border-right: 4px #FFF solid;
	float: left;
}
.menu11 li:first-child {
	/*padding-left:10px;*/
}
.projectsearch{
	position: relative;
	display: block;	
	height: 28px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.projectsearch input {
	border: none;
	vertical-align:auto;
}
.projectsearch input.searchfield {
	border: none;
	color: #666;
	width: 120px;
	height: 20px;
	margin-top: 4px;
	margin-right: 8px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFF;
	float: left;
}

.searchform {
	position:relative;
	text-align:left;
	font-size: 11px;
	font-size: 0.75rem;
	color: #FFFFFF;
	vertical-align:auto;
	display:inline-block;
	width: auto !important;
	height: auto;
	line-height:auto;
	background-color:none;
	padding-left: 10px;
	padding-right: 10px;
}

.menu11 li a.alev1 {
	text-align:left;
	font-size: 11px;
	font-size: 0.75rem;
	color: #FFFFFF;
	vertical-align:auto;
	display:inline-block;
	width: auto !important;
	height: auto;
	line-height:auto;
	background-color:#CCC9C8;
	padding-left: 10px;
	padding-right: 10px;
}
.menu11 li a.alev1_search {
	position: absolute;
	background-color:#CCC9C8;
	width: 100%;
}

.menu11 li.projectsearch a.alev1 {
	
}
.projectsearch input.submitbutton {
	font-size: 11px;
	font-size: 0.75rem;
	color: #FFF;
	text-transform: uppercase;
	background: none;
}
.projectsearch input.submitbutton:hover {
	cursor: pointer; cursor: hand;
	text-decoration:underline;
}

.searcharrow {
	float:left;
	height: 28px;
	width: 9px;
	background: url(../img/search_arrow_l.png) no-repeat center left;
	margin-right: 0px;	
}

.menu11 li.close_menu {
	display: none;
}
.menu11 li.close_menu a {
	background-color: #999;
}
/*
.menu11 li:hover ul {
    visibility:visible !important;
}
*/
.menu12 {
	position:absolute;
	background-color:#FFFFFF;
	top:28px;
	padding-bottom: 4px;
}
.menu12.minactive {
	display: none;
	/*
	visibility:visible;
	visibility: hidden !important;
	background-color: #808080;*/
}

.menu12 li .alev2 {
	text-align:left;
	color: #FFFFFF;
	vertical-align:auto;
	display:block;
	width: auto !important;
	height: auto;
	line-height:auto;
	background-color:#CCC9C8;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	border-top: 4px #FFF solid;
}
.menu12.mactive {	
	display: none;
	/*
	visibility:visible;
	visibility: hidden !important;
	background-color: #808080;*/
}

.navlist .level1{
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:20px;
	clear: both;
}

.menu10.menu_static li.m_item_active ul.menu11 {
	display:block;
}
.menu11 li.m_item_active ul.menu12 {
	display:block;
}
.menu12.mactive.menu_static {
	display:block;
}
.menu11.menu_static li.m_item_active .menu12.mactive.menu_static {
	display:none;
}
.folder {
	float:right;
	height: 28px;
	width: 9px;
	background: url(../img/menu_folder.png) no-repeat center left;
	margin-left: 7px;	
}
li.m_item_active > a .folder {
	background-image: url(../img/menu_folder_close.png);
}
ul.menu_static li.active > a .folder {
	background-image: url(../img/menu_folder_close.png) !important;
}
ul.menu_static li.active.m_item_active > a .folder {
	background-image: url(../img/menu_folder.png) !important;
}
/*
*/
/*------------ header --------------*/
.rootstr {
	color: #999;
	text-decoration: none;
}
.rootstr:hover{
	color: #333;
}
#headline {
	color: #999;
}
#logo {
	width: 230px;
	float: left;
}
#colorbar{
	width: 100%;
	height: 6px;
	background-color: #808080;
	margin-bottom: 30px;
	position: fixed;
	z-index: 9;
	overflow:hidden;
}
#topcontent{
	position: absolute; /* fixed */
	z-index: 7;
	top: 0px;
	height: 180px;
	background-color:#FFF;
}
.topPad {
	padding-top: 18px;	
}

/*---------- CONTENT --------------- */
#newscontent {
	position: absolute;
	z-index: 6;
	top: 220px;
	background:url(../img/cover_projects.png) repeat;
	color: #FFF;
	margin-bottom: 20px;
}
#newscontent .newsinner {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#newscontent a, #newscontent a:visited, #newscontent a:hover, #newscontent a:active{
	color: #FFF;
}
#newscontent h1 {
	font-size: 24px;	
	font-size: 1.5rem;
	font-weight:normal;
	line-height: 30px;
	margin-bottom: 20px;
	color: #FFF;
}
#newscontent h2 {
	color: #FFF;
	font-size: 11px;
	font-size: 0.75rem;
	font-weight: bold;
}
#newscontent h3 {
	color: #FFF;
	font-size: 11px;
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 20px;
}
#dyncontent {
	display:none;
}
#categorycontent {
	
}
.cover {
	z-index: 2;
	position:fixed;
	top: 0px;
	bottom: 0px;
}

.pi_bg0 {
	background:url(../img/cover_projects.png) repeat;
	/*background:url(../img/cover_default.png) repeat;*/
}
.pi_bg1 {
	background:url(../img/cover_projects.png) repeat;
}
.pi_bg2 {
	background:url(../img/cover_office.png) repeat;
}
.pi_bg3 {
	background:url(../img/cover_contact.png) repeat;
}

#cover #loading {
	position: absolute;
	top: 250px;
	left: 50%;
	width:50px;
	height: 50px;
	margin-left: -15px;
	margin-top: -15px;
	background-image:url(../img/loading.png);
	-webkit-animation:spinner 1.8s infinite linear;
	animation:spinner 1.8s infinite linear;
	vertical-align:middle;
	display: none;
}
.contentlayout {
	margin-top: 30px;
	margin-bottom: 40px;
	/*background:url(../img/bg_content.png) repeat;*/
	background-color: #F4F3F2;
	/*
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #596162;
	border-bottom: 1px solid #596162;
}
#contentblock {
	width: 100%;
	height: 100%;
}
#contentleft {
	position: fixed;
	width: 202px;
	margin-left: 30px;
	z-index: 9;
}
#contentleft #logo{
	padding-top: 5px;
	height: 80px;
}
#contentleft .menu{
	margin-bottom: 12px;
}
#contentleft .menuline{
	border-top: 1px solid #ccc;
	width:115px;
	height:12px;
	overflow:hidden;
}
#dynsize {
	width: 100%;
	height: 100%;/**/
}
#contentimage {
	position: fixed;
	/*background-color:#DEDEDE;*/
	overflow:hidden;
	z-index: 5;
	top: 180px;
	bottom: 0px;
}
#contenttext {
	position: absolute;
	z-index: 2;
	/*overflow-y:auto;*/
}
#contentprojects {
	position: absolute;
	z-index: 2;
}
#contenttextbg {
	position: fixed;
	z-index: 1;
	height: 100%;
}
.contentarea {
	position: absolute;
	z-index: 2;
	top: 180px;
	/*	
	background-color: #F0F0F0;
	left: 232px;	
	top: 115px;
	right: 0px;
	bottom:0px;
	min-width: 540px;
	*/
}
.contentarea img{
	-ms-interpolation-mode:bicubic;
}
.bottomcontainer {
}
.centertext {
	width: 46%;
	margin-right: auto;
	margin-left: auto;	
}
#centertextcontent {
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 40px;
	padding-right: 40px;
}
#centertextbg {
	background-color:#FFF;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

#piprintcont {
	position:relative;
}
#piprinter {
	position:absolute;
	right:0px;
	margin-right:-33px;
	top:2px;
	width:20px;
	height:20px;
}
.pigr {
	color:#999;
}
.pisw {
	color:#333;
}
.contentchapters {
	
}
.colmain {
	width:72%;
	float:left;/**/
	overflow:hidden;	
	/*display: inline;
	padding-right:30px;
	overflow:hidden;*/
	vertical-align: top;
}
#printcontent .colmain {
	width: 100%;
}
.colmarg {
	width:250px;
	float:right;
	overflow:hidden;
	/*overflow:hidden;*/
	display: inline;
	vertical-align: top;
}
.coltop {
	clear:both;
	width:100%;
	overflow:hidden;
}
.colbottom {
	clear:both;
	width:100%;
	overflow:hidden;
}
#printcontent .colmarg img {
	/*width: 90%;
	height: 90%;*/
}
.contentseperator {
	border-top: 1px solid #666;	
	height: 12px;
	overflow:hidden;
}
.chapnofloat {
	clear:both;
	width:100%;
	/*overflow:hidden;*/
}
.chapabst {
	clear:both;
	padding-top: 12px;
	width: 100%;
}
.chapbabst {
	clear:both;
	height: 12px;
}
.chapline {
	clear:both;
	border-top: 1px solid #666;
	padding-top: 12px;
	width: 100%;
}
/*########### --------- eingebettete bilder etc. -------------###########*/
.htmliframe { /*für html iframes */	
	height: 320px;
}
.chapterimg {
	background-color: #E9E9E9;
	margin-bottom: 10px;
}
.imgtop {
	padding-bottom: 10px;
	overflow: hidden;
}
.imgmidtop {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
.imgbottom {
	overflow: hidden;
	padding-top: 12px;
}
.imgmidbottom {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
}
.imgleft {
	width: 50%;
	overflow: hidden;
	/*margin-right: -10px;
	padding-left: 20px;*/
	margin-bottom: 20px;
	float: left;
}
.imgright {
	width: 50%;
	overflow: hidden;
	/*margin-right: -10px;
	padding-left: 20px;*/
	margin-bottom: 20px;
	float: right;
}
.imgthumbleft {
	overflow: hidden;
	margin-right: 30px;
	float: left;
}
.imgthumbright {
	overflow: hidden;
	margin-left: 30px;
	float: right;
}
.imgthumbtop {
	overflow: hidden;
	padding-bottom: 10px;
}
.imgsubtitle {
	text-align: left;
	color: #666666;
	font-size: 91%;
	font-size: 0.75rem;
	/*
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	*/	
	padding-top: 2px;
	padding-left: 4px;	
	padding-right: 2px;	
	padding-bottom: 4px;	
}
/*------------- TEXTFORMATIERUNGEN ------------- */
.textblock .pipagetitle {
	display:table;
	width: 100%;
}
.textblock .pipagetitle h1 {
	display: table-cell;
	font-size: 24px;	
	font-size: 1.5rem;
	font-weight:normal;
	line-height: 30px;
	margin-bottom: 20px;
	display: block;
	color: #666;
	overflow: hidden;
}
.textblock .pipagetitle .picontenttools {
	width: 110px;
	display: table-cell;
	text-align:right;
}
.textblock .pipagetitle .picontenttools img {
	margin-left: 14px;
}
.chapterblock {
	/*clear: both;
	display: block;
	overflow:visible;
	border:1px solid #000000;
	overflow:hidden;*/
}
.brdrs{
	border:0px solid #CCCCCC;
}
.brdrc{
	width:100%;
	/*height:1%;
	overflow:hidden;*/
}
.textblock {
	color: #666;
	width: 100%;
	/*page-break-inside:always;
	overflow: visible;
	clear: both;
	line-height:15px;*/
}
.textblock .textfloatcontainer {
	width: 50%;
	padding-left: 10px;	
	padding-right: 40px;	
	/*height:1%;*/
	overflow:hidden;
}
.textblock .textcontainer {
	padding-left: 10px;	
	padding-right: 10px;
}
.textblock a {
	color: #6B8B9A;
	font-size: inherit;
	text-decoration:none;
}
.textblock a:hover {
	color: #6B8B9A !important;
	text-decoration:underline;
	/*color: #000;*/
}
.textblock strong a, h1 a, h2 a, h3 a {
	color: #333;
	font-size: inherit;
	text-decoration:underline;
}
.textblock table {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.textblock .link {
}
.textblock .link:hover {
	color: #000;
}
.textblock .filelink {
	color: #666;
	text-decoration: underline;
}
.textblock .filelink:hover {
	color: #000;
}
.textblock h1 {
	font-size: 11px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #666;
}
.textblock h2 {
	font-size: 11px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #666;
}
.textblock h3 {
	font-size: 11px;
	font-size: 0.75rem;
	color: #000;
	font-weight: normal;
	line-height: 20px;
}
.textblock strong {
	font-weight: bold;
	color: #666;
}
.textblock ul {
}
.textblock li {
	list-style-type:none;
	background-image:url(../img/list-img.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}
/*--------- infobox -----------*/
.infobox {
	border:1px solid #666;
	padding: 5px;
	overflow:hidden;
	height:1%;
}
.infobox a{
	/*color:#DDDDDD!important;*/
}

.textblock .infobox .link {
	/*color:none;*/
}
.textblock .infobox .link:hover {
	/*color:none;*/
}
.textblock .infobox .filelink {
	/*color:none;*/
}
.textblock .infobox .filelink:hover {
	/*color:none;*/
}

/* ------------------- DIVERSE ---------------------- */
.marker {
	background-color:#DBDBDB;
}

/*################################
      druckversion
################################*/

.printseperator {
	clear: both;
	border-top: 1px #000 solid;
	margin-top: 20px;
	/*width: 100%;*/
}
#printfoot {
	/*width: 100%;*/
	color: #000;
	font-size: 100%;
	margin-bottom: 30px;
	padding-top: 10px;
}
.printpageurl {
	color: #000;
}
/*################################
      standard-plugins
################################*/

/*########## sitemap [zur zeit nicht benutzt] ##########*/

.textblock .sitemaplink {
	/*color: #BEBDB6;*/
	color: #666666;
	text-decoration: underline;
}
.textblock .sitemapfolderlink {
	/*color: #BEBDB6;*/
	color: #666666;
	text-decoration: underline;
}
.textblock .sitemaprubric {
	/*color: #BEBDB6;*/
	color: #666666;
	text-decoration: underline;
}
.textblock .sitemaplist {
	list-style:none;
	padding-top: 2px;
	padding-bottom: 6px;
}
.textblock .sitemaplist li {
	padding-top: 1px;
	padding-bottom: 1px;
}
/*################################
      bildergalerien
################################*/

.galleryalign {
	float: right;
	width: 50%;
}
.gallery_print img{
	width: 100%;
	margin-bottom: 10px;
}

/* -------- übersicht-darstellung -----------*/
.galleryall {
	clear:both;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	width: 100%;
}
.galleryallprint {
	float:right;
}
.galleryclear {
	clear: both;
}
.galleryrow {
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 3px;	
}
/* original*/

.gallerythumbsframe {
	width: 24.9%;
	float:left;
	overflow: hidden;
	height:1%;
	display: inline;
	/*border: 1px solid #000;*/
	margin: 0px;
}
.pithumbsleft {
	width:49.9%;
	float:left;
}
.pithumbsright {
	width:49.9%;
	float:right;
}
.gallerythumbs {
	width: 100%;
}
.gallerythumbsprint {
	/*
	padding-right: 20px;
	padding-bottom: 20px;
	*/
}
.projectlink {
	background-color:#F4F3F2; /*#F5F5F5;*/
	/*background-color:none;*/
	line-height: 0px;
	overflow:hidden;
	height: 1%;
}
.projectlink:hover {
	background-color:#D8DCDE;
	/*background-color:#F0F0F0;*/
}
.item_display_category {
	position: absolute;
	right: 10px;
	top: 10px;
	left: 10px;
	bottom: 10px;
	overflow: hidden;
	color: #FFF;
}
.item_display_category_tbl {
	position: relative;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 100%
	display: table;
	overflow: hidden;
}
.item_display_category_inner {
	position: relative;
	height: 100%;
	vertical-align: middle;
	white-space:nowrap;
	overflow:hidden;
}
.item_display_category_inner:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	width:0px;
	overflow: hidden;
}
.item_category_name {
	display: block;
	color:#FFF;
	width: 100%;
	white-space:normal;
	text-align:center;
	line-height: 30px;
	font-size: 24px;
	font-size: 1.5rem;
	display: inline-block; 
	vertical-align: middle;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 30px;
}

.thumb1{
	margin-right:2.5%;
}
.thumb2{
	margin-right:1.5%; margin-left:1%;
}
.thumb3{
	margin-left:1.5%; margin-right:1%;
}
.thumb4{
	margin-left:2.5%;
}

.galleryimgsubtitle {
	overflow:hidden;
	text-align: left;
	color: #999;
	/*
	padding-top: 4px;
	padding-left: 4px;	
	padding-right: 4px;
	margin-bottom: 10px;	
	*/	
}
.galleryimgsubtitle a{
	display:block;
	text-decoration:none;	
	color: #999;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 14px;
	height: 36px;	
}
.galleryimgsubtitle a:hover{
}
.pigalleryimgtitle {
	font-size: 0.70rem;
	color: #333;	
}
.pigalleryimgarchitect{
	color: #999;	
}
.pigalleryimgortjahr {
	color: #999;	
}

/* -------- einzel-darstellung -----------*/
.showgallerynavi {	
	margin-left: auto;	
	margin-right: auto;
	clear: both;
	width: 100%;	
	font-size: 11px;	
	font-size: 0.75rem;
	text-align: center;	
	color: #999999;
}
.showgallerynavi .link {
	color: #999999;
	text-decoration:none;
}
.showgallerynavi .link:hover {
	color: #000;
}
.showgallerynavi strong {

}
.showgalleryimgrow {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	clear: both;
	width: 100%;
	text-align: center;
}
.showgalleryimg {		
	margin-left: auto;	
	margin-right: auto;
}
.showgalleryimgsubtitle {
	text-align: left;
	color: #999999;
	font-size: 10px;
	font-size: 0.7rem;	
	margin-top: 10px;	
}
.gallerylink {
	color: #999999;
	text-decoration: none;
}
.gallerylink:hover {
	color: #000;
}

/*################################
      formulare
################################*/
.forminput { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #666; border: #999999 1px solid;}
.formcheckbox { border: #000 1px solid;}
.formtextarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #666; border: #999999 1px solid;}
.formbutton { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #999999; border: #999999 1px solid; background-color:#FFFFFF;}
.formbutton:hover { color: #000;}
.formwarning { color: #990000; font-weight: bold;}
.formok { color: #009900; font-weight: bold;}


/*################################
      editmode
################################*/

.editexit {
	width: 9px;
	height: 9px;
	position:absolute;
	margin-top: 11px;
	margin-left: 5px;
	z-index: 99;
}

/*------------- Menü EDIT-Buttons -------------*/

.navlist li .editnav {
	width: 9px;
	height: 9px;
	margin-left: -15px;
	position:absolute;
}
.navlist li .editnav a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
/*------------- Chapter / Page EDIT-Buttons -------------*/
.editchapter {
	width: 9px;
	height: 9px;
	position:absolute;
	margin-top: 0px;
	margin-left:-9px;
	clear:both;
	z-index:0;
}
.editpage {
	width: 9px;
	height: 9px;
	position:absolute;
	margin-top: -12px;
	margin-left:0px;
}
/*------------- Image-File EDIT-Buttons -------------*/

.editimgfile {
	width: 9px;
	height: 9px;
	position:absolute;
	margin-top: 1px;
	margin-left: 1px;
}
.editpiimgfile {
	width: 9px;
	height: 9px;
	position:fixed;
	left: 235px;
	top: 118px;
	z-index: 99;
}
/*------------- Image-File EDIT-Buttons -------------*/

.editgallery {
	width: 9px;
	height: 9px;
	position:absolute;
	margin-top: 12px;
	margin-left: -9px;/**/
}

/* ---------------- PICHLER MAP ----------------------*/
/*
.gm-style-iw, .gm-style-iw div { 
	overflow:hidden !important;
}
*/
.pi_map_content {
	bottom:0px;
	background-color:#CCC;
}
.pi_map_info_button_bg {
	background-color:#FFF;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	position:absolute;
	width: 20px;
	height: 20px;
	bottom:0px;
	right: 0px;
	padding: 2px;
	padding: 2px;
	overflow: hidden;
}
.pi_map_infowindow_content {
	width: 180px;
	padding-bottom: 6px;
}
.pi_map_info_content {
	min-height: 120px;
	/*
	line-height:1.35;
	overflow:hidden;
	white-space:nowrap;*/
}
.pi_map_image_container {
	position:relative;
}
.pi_map_image {
	display:block;
	width: 100%;
	/*height: auto;*/
}
