body {
	margin:0;
	padding:0;
	font-family: 'Avenir', arial, verdana, sans-serif;
	/*font-family: 'Avenir LT Std 65 Medium', arial, verdana, sans-serif;*/
}

*:focus {
    outline: none;
}

a img {
	border: none;
}

#page #content {
	/*margin: 100px 20px 0 20px;*/
	margin: 80px 20px 0 20px;
}

#page #content #marg-left,
#page #content #marg-right {
	/*width: 33%;*/
	width: 20%;
	/*float: left;*/
}
#page #content #main {
	float: left;
	/*width: 60%;*/
	width: 60%;
}
#page #content #marg-left {
	float: left;

	position: relative; 
}
#page #content #marg-right {
	float: right;

	position: relative; 
	/*height: 515px;*/
	height: 600px;
}

#page #content #main #inner-main {
	margin: 0 30px;
	/*max-height: 450px;*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#page #content #marg-left {
	/*float: left;*/
	/*margin-top:240px;*/

	/*position:absolute;
	bottom:0;*/

	
}
#page #content #marg-left #inner-left {
	position: absolute;
	bottom: 0;
}

#page #content #marg-right #inner-right {
	/*min-height: 1000px;*/

	/*min-height: 500px;*/

	position: absolute;
	bottom: 20px;

	width: 100%;
	/*min-height: 500px;*/
}

#page #content #main #inner-main,
/*#page #content #marg-left #inner-left {*/
#page #content #marg-left {
	/*height: 450px;
	max-height: 450px;*/

	/*height: 500px;
	max-height: 500px;*/
	/*height: 530px;
	max-height: 530px;*/
	height: 600px;
	max-height: 600px;
}


/*
##################
### NAVIGATION ###
##################
*/
#page #content #marg-right #pagenav {
	/*position: relative;
	bottom:0;*/
	/*float: right;*/

	position: absolute;
	bottom: 0;
}
#page #content #marg-right #pagenav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#page #content #marg-right #pagenav ul li {
	float:left;
	/*margin-right:5px;*/
	margin-right:4px;
	margin-bottom:5px;
}
#page #content #marg-right #pagenav ul li a {
	text-decoration: none;
	display: block;
	border: 1px solid #0000a0;

	border-radius: 10px;
	width: 13px;
	height: 13px;
}
#page #content #marg-right #pagenav ul li a:hover {
	/*background-color: #0000a0;*/
	background-color: #9B9BFF;
}
#page #content #marg-right #pagenav ul li.active a {
	background-color: #0000a0;
}

/* Seitenlink in RTE mit einzelauszeichnung (wie Sitemap element) */
#page #content #marg-left .frame-default p a,
#page #content #marg-right .frame-default p a {
	color: #0000a0;
	text-decoration: none;
	font-weight: bold;
	padding-left: 17px;
	background: url(/fileadmin/templates/images/lnkarrow.png);
	/*background-size: contain;*/
	background-repeat: no-repeat;

	
	display: inline-block;
	background-size: 12.5px;
	background-position: left 3px;
}

/*
###############
### CONTENT ###
###############
*/
#page #content h1 {
	margin:0 0 15px 0;
	color: #0000a0;
	font-size: 22pt;
}
#page #content p {
	/*line-height: 1.2em;*/
	line-height: 1.4em;
	margin-top:0;
	margin-bottom: 12px;

	font-size: 13pt;
	color: #4e4d55;
}
#page #content p strong,
#page #content p b {
	/*color: #0000a0;*/
}
#page #content p span.important {
	color: #0000a0;
}
#page #content ul a,
#page #content ol a,
#page #content p a {
	color: #0000a0;
	text-decoration: underline;
}

#page #content #main #inner-main ul,
#page #content #main #inner-main ol {
	padding-left: 20px;
	/*padding-left: 5px;*/
	color: #4e4d55;

	font-size: 13pt;
}
#page #content #main #inner-main ol {
	padding-left: 31px;
}



#page #content #main #inner-main ul li,
#page #content #main #inner-main ol li {
	margin-bottom: 5px;
}

/* ### SITEMAP ELEMENT ### */
/*#page #content #main #inner-main ul.csc-menu {*/
#page #content ul.csc-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*#page #content #main #inner-main ul.csc-menu li {*/
#page #content ul.csc-menu li {
	margin-bottom:10px;
}
/*#page #content #main #inner-main ul.csc-menu li a {*/
#page #content ul.csc-menu li a {
	color: #0000a0;
	text-decoration: none;
	font-weight: bold;
	padding-left: 17px;
	background: url(/fileadmin/templates/images/lnkarrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* ### Filelist ELEMENT ### */
UL.ce-uploads SPAN.ce-uploads-fileName {
	text-decoration: none;
	display: inline;
}
#page #content ul.ce-uploads {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
#page #content ul.ce-uploads li {
	margin-bottom:10px;
}
#page #content ul.ce-uploads li a {
	color: #0000a0;
	text-decoration: none;
	font-weight: bold;
	padding-left: 17px;
	background: url(/fileadmin/templates/images/lnkarrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* ### TEXT/PIC ELEMENT ### */
/* box_shadow_fix_begin*/
DIV.ce-textpic, DIV.ce-textpic .ce-row, UL.ce-uploads LI {
	overflow: visible;
}
/*DIV.csc-textpic-center .csc-textpic-imagewrap, DIV.csc-textpic-center FIGURE.csc-textpic-imagewrap {
	overflow: visible;
}*/
DIV.ce-textpic.ce-center .ce-border {
	overflow: visible;
}
/* box_shadow_fix_end*/

DIV.ce-textpic.ce-center .ce-border IMG {
	border: none;
	/*-moz-box-shadow: 1px 1px 8px #888;
	-webkit-box-shadow: 1px 1px 8px #888;
	box-shadow: 1px 1px 8px #888;*/
	-moz-box-shadow: 1px 1px 6px #888;
	-webkit-box-shadow: 1px 1px 6px #888;
	box-shadow: 1px 1px 6px #888;
}

DIV.ce-textpic .ce-gallery figure.image {
	margin-bottom: 10px;
}

DIV.ce-textpic .ce-gallery .ce-row:not(:first-child):last-child figure.image {
	margin-bottom: 0;
}

DIV.ce-textpic.ce-center IMG {
	width: 100%;
	height: auto;
}

DIV.csc-textpic-center .csc-textpic-center-outer {
	/*position:inherit;
	float: none;*/
}
DIV.csc-textpic-center .csc-textpic-center-inner {
	/*position: inherit;
	float: none;*/
}

DIV.ce-textpic.ce-center.ce-below .ce-outer {
	width: 50%;
}
/*DIV.csc-textpic-center.csc-textpic-below {*/
DIV.csc-textpic-center {
	/*overflow: hidden;*/
	/*overflow: auto;*/
}

/*DIV.csc-textpic.csc-textpic-center.csc-textpic-above .csc-textpic-image, DIV.csc-textpic.csc-textpic-center.csc-textpic-above .csc-textpic-image img {
	width: 100%;
	height: auto;
}*/

.csc-textpic-intext-right-nowrap .csc-textpic-text {
	margin-right: 0;
}

.ce-textpic .image a.t3colorbox:after {
	content: 'Bild vergrössern';
	font-size: 10pt;
	padding-left:20px;

	background-image: url(/fileadmin/templates/images/zoomicon.png);
	background-repeat: no-repeat;
	/*background-position: left center;*/
	background-position: left 2px;
	background-size: 13px;
}
.ce-textpic .image a.t3colorbox:after:before {
	/*content: url(/fileadmin/templates/images/zoomicon.png);*/
}
.ce-textpic .image a.t3colorbox {
	color: #0000a0;
	text-decoration: none;
}

.ce-textpic .image a.t3colorbox img {
	margin-bottom:2px;
}

/*
#########################
### kapitel startpage ###
#########################
*/
#page-start #content {
	margin: 50px 20px 0 20px;
}
#page-start #content #marg-right {
	float:right;
}
#page-start #content #marg-right #inner-right #pagenav ul {
	list-style: none;
	margin: 0;
	padding: 0;

	font-size: 11pt;
}
#page-start #content #marg-right #pagenav ul li {
	margin-bottom:13px;
}
#page-start #content #marg-right #pagenav ul li a {
	color: #0000a0;
	text-decoration: none;
	/*font-weight: bold;*/
	padding-left: 17px;
	background: url(/fileadmin/templates/images/lnkarrow.png);
	/*background-size: contain;*/
	background-repeat: no-repeat;

	display: inherit;
	background-size: 12px;
}

#page-start #content #marg-right #pagenav ul li a:not([href]) {
	font-weight: bold !important;
	background: none;
}

#page-start #content #marg-right #inner-right #pagenav ul li ul {
	margin-left: 10px;
}
#page-start #content #marg-right #inner-right #pagenav ul li ul li a {
	background-image: url(/fileadmin/templates/images/lnkarrow-sub.png);
	background-size: 9px;
	background-position-x: 6px;
	background-position-y: 2px;
}

/*
###############################
### custom content elements ###
###############################
*/
ul.cce_menu {
	list-style: none;
	margin: 5px 5px 0 0;
	padding: 0;

	padding-left: 5px !important;
	/*overflow: hidden;*/
}
ul.cce_menu li:first-child {
	/*margin-top:5px;*/
}
ul.cce_menu li {
	height: 150px;
	/*width: 100%;*/
	/*border: 1px solid red;*/
	position: relative;

	margin-bottom: 5px;

	padding: 10px 0;

	-moz-box-shadow: 1px 1px 8px #888;
	-webkit-box-shadow: 1px 1px 8px #888;
	box-shadow: 1px 1px 8px #888;
}
ul.cce_menu li a {
	height: 100%;
	display: block;
	text-decoration: none !important;

	/*white-space: nowrap;*/

	background: url(/fileadmin/templates/images/lnkarrow.png);
	/*background-size: 12.5px auto;*/
	/*background-position: center right+10px;*/
	background-position: center right;
	background-repeat: no-repeat;

	margin-right:10px;

	overflow: hidden;
}
ul.cce_menu li a .cce_li_image {
	/*width:100px;*/
	width:125px;

	float: left;
	margin-right:20px;
	/*position: absolute;*/
	/*top: 10px;
	left: 0;*/
}
ul.cce_menu li a .cce_li_image img {
	margin: auto;
	display: block;
}

/*ul.cce_menu li a .cce_li_title {

	margin: 60px 0;

	display: inline-block;

	font-size: 16pt;
	color: #0000a0;


	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
}*/


ul.cce_menu li a .cce_li_title {

	display: table-cell;
	font-size: 16pt;

	vertical-align: middle;
	color: #0000a0;

	overflow: hidden;
	text-overflow: ellipsis;
	height: 150px;

	padding-right: 22px;

	/*text-shadow: #ffffff 0px 0px 5px;*/

}


#printlnk {
	display: block;
	position: absolute;
	top: 5px;
	/*right: 5px;*/
	float: right;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 5px;
}
#printlnk a {
	color: #0000a0;
	text-decoration: none;
}




/*----------------*/
/* Testing Widths */
/*----------------*/
body {
	padding-top: 0;
}
#page #content #marg-left {
	width: 15%;
}
#page #content #marg-left #inner-left {
	width: 100%;
}

#page #content #main #inner-main {
	/*margin: 0 2% 0 3%;*/
	margin: 0 3% 0 5%;
}
#content #marg-right {
	width: 20%;
}

#page #content {
	/*margin: 80px 2.6% 0 2.6%;*/
	margin: 6% 2.6% 0 2.6%;
}
#page #content #main {
	width: 65%;
}

#page #content #marg-left .frame-default p a,
#page #content #marg-right .frame-default p a,
#page #content ul.csc-menu li a,
#page #content ul.ce-uploads li a {
	font-size: 11pt;
}


/*center images in right marginal*/
#marg-right DIV.ce-textpic.ce-center .ce-outer {
	position: relative;
	float: right;
}
#marg-right .frame-space-after-extra-large DIV.ce-textpic.ce-center .ce-outer  {
	margin-bottom: 50px;
}
#marg-right .frame-space-after-large DIV.ce-textpic.ce-center .ce-outer  {
	margin-bottom: 30px;
}
#marg-right DIV.ce-textpic.ce-center .ce-inner {
	position: relative;
	float: right;
}
.frame-space-after-extra-large {
	margin-bottom: 50px !important;
}
.frame-space-after-large {
	margin-bottom: 30px !important;
}
.frame-space-after-medium {
	margin-bottom: 25px !important;
}
.frame-space-after-small {
	margin-bottom: 20px !important;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
	margin-bottom: 0;
}

/**
* special styles
**/
sup {
	line-height: 10pt;
}
h1 sup {
	line-height: 14pt;
}