 /* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; } 

body {min-width:600px;width:99.7%; min-height:97%; height:100%;font-size:76%;overflow-y: visible/*scroll*/; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin: 0; padding:0;border:0;line-height: 1.231em; }
 ::-moz-selection {color:#ffffff;text-shadow:none; }
::selection { color:#ffffff;text-shadow:none; }
 /* =============================================================================
   Links
   ========================================================================== */
a { color: #308aed; }
 a:active {outline: 0; }
a:visited { color: #8080c0; }
a:hover { color: #950df0;outline: 0; }
a:focus {outline:thin dotted;padding 2mm 2mm 2mm 2mm}

*/a[href]:after { content: " (" attr(href) ")"; }*/
a[href^="http://"] { background:transparent url(images/extern.gif) center right no-repeat; display:inline-block; padding-right:20px; }	
a[href$='.pdf'] { background:transparent url(images/pdf.png) center left no-repeat; display:inline-block; padding-left:20px; line-height:15px; }
a[href$='.php'] { background:transparent url(images/php.png) center left no-repeat; display:inline-block; padding-left:20px; line-height:120%; }
/*a[href$='.htm'] { background:transparent url(images/html.png) center left no-repeat; display:inline-block; padding-left:20px; line-height:120%; }*/
a[href$='.html'] { background:transparent url(images/html.png) center left no-repeat; display:inline-block; padding-left:20px; line-height:120%; }
a[href$='.ppt'], a[href$='.pptx'] { background:transparent url(images/ppt.png) center left no-repeat; display:inline-block; padding-left:20px; line-height:15px; }   
a[href$='.xlsx'] , a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] { background:transparent url(images/xls.png) center left no-repeat; display:inline-block; padding-left:24px; line-height:15px; }   
a[href$='.docx'], a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] { background:transparent url(images/word.gif) center left no-repeat; display:inline-block; padding-left:20px; line-height:15px; }   
/* mailto: links hier nicht a[href^="mailto:"] { background:transparent url(images/mailto.png) center left no-repeat; display:inline-block; padding-left:20px; line-height:15px; }	*/

h1 {font-size: 1.7em;line-height:1.7em;}
h2 {font-size: 1.5em;line-height:1.5em;}
h3 {font-size: 1.3em;line-height:1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.5em;}	
h6 {font-size: 1.4em;}
h7 {font-size: 1.3em;}
small {font-size: 75%;}
 
q {quotes: none;}
q:before, q:after {content: ''; content: none;}
 
 
abbr[title] { border-bottom: 1px dotted; }
 
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }
 
dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
 mark {
    background: #ff0;
    color: #000;
}

 

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

 


 




/* =============================================================================
   Lists
   ========================================================================== */
ul.rein, ol.rein { margin: 1em 0; padding: 0 0 0 40px; }
ul, ol { margin-left:0; padding: 0 0 0 30px; }
ul, li{list-style-type:none;list-style-image: none;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

* =============================================================================
  obere Links in der class linkenav
   ========================================================================== */

/*

#linkenav .cat-item b{padding:0px 6px 0px 6px;margin:0px 6x 0px 6px;}
#linkenav .cat-item  a{text-decoration:none;}
#linkenav .cat-item  b{COLOR:#ac09b9;font-family:DesignationItalic;}





/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }




/* ------------ Der Slider -----------*/

#slider1{position:absolute; bottom:4px;right:2cm;}



/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { /*border: 0;*/ margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { /*border: 0;*/ *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

 
/* =============================================================================
   Tables
   ========================================================================== */

/*table { border-collapse: collapse; border-spacing: 0; }*/
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Me
   ========================================================================== */
fieldset.+{background:#eeedec;filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#fdcfa2', startColorstr='#ffffff', gradientType='1');border:solid 1px black;}
legend{width:90%; background:#d0fb82;moz-opacity:0.5; filter:alpha(opacity=50);border:solid 1px #008080;Padding:2mm 2mm 2mm 20mm ;font-size:18pt;color:#666666;font-variant: small-caps;}
legend:first-letter {color: #655470; font-size: 150%;font-family:"Times New Roman";font-style:italic; } 
fieldset{background:#ffffff;font-size:100%;padding:5mm 5mm 5mm 5mm;margin:5mm 5mm 5mm 5mm;}
 B {font-size:110%;font-weight:800;} 
.cat-item b{font-family:Pirulen;COLOR:#666666;font-size:120%;}
.categories b{font-family:Pirulen;COLOR:#666666;font-size:120%;}

#sidebar {position: relative;top: 0px;left: 15px;	padding: 0px;	font-size: 1em;text-align:right;z-index:200;}
#sidebar{float:right;overflow:hidden;width:auto;margin-right:30px;list-style:none;}
#sidebar li,sidebar a{display:block;float:left;margin-left:30px; font-size:1em;padding:2px 0;list-style:none;}
#sidebar h2{border-bottom:#ff8c00 1px solid;font-size:.9em;margin:4mm 0 .5em 0;padding:0 0 .3em 0;}
#nav ul div.ahover {
	border-radius: 5px; border: 1px solid #ff8000;margin:4px 4px 4px 4px; position: absolute; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
 .myStyle {position: absolute;right:0px;top:0px; font-family:Century Gothic;font-size:14pt;font-weight: 600;color:#400040;z-index:900;width:650px;height:100%;background:#f4daca;moz-opacity:0.9; filter:alpha(opacity=90);align:top;padding:40px;line-height:30pt;border-left:solid 5pt  yellow;}
 

 






/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
/* Black prints faster: h5bp.com/s */
   abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
 

/* NUN NOCH DIE 3-TEILUNG*/

  /* Header styles 
#header {clear:both;	float:left;	width:100%;}
 #header p,#header h1,#header h2 {padding:.4em 15px 0 15px;	margin:0;}
*/
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
  #header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
 
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	/*background:#eee;*/
	color:#FFF000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
	text-decoration:none;

}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
		text-decoration:none;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

*/
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	/*background:#eee;*/
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	min-height:100%;
	overflow:visible;		/* This chops NOT off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
} 

/* 3 Column settings */
.threecol {background: transparent;	/* right column background colour */	}
.threecol .colmid {	right:15%;			/* rechte Spalte ursprünglich 25% weit nun 14% */
	/*background:transparent;	*/	/* center column background colour */
 
min-height:100%;
}
.threecol .colleft {
	right:70%;			/* war 50 width of the middle column */
 min-height:100%;

 }
.threecol .col1 {
	width:60%;			/* war 46 50-2*2 padding*/
	left:102%;			/* 100% plus left padding of center column */
min-height:100%;
}
.threecol .col2 {
	width:15%;			/* 21 =25-2*2 (column width minus padding on either side) */
	left:25%;			/* 31 = rechts25 plus centerpadding2+2 plus linkspadding2 */
	text-align:left;
	/*border-right:dotted 1px #950df0;*/
height:100%;
min-height:100%;
overflow:visible;
color:#cebd9f;
/*background:transparent;*/
filter:alpha(opacity=50) -moz-opacity:0.5 opacity:0.5;
}


a.threecol .col2:hover {color:#519cf0;}
.threecol .col2:hover {z-index:11111; width:35%;background:#ffffff;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;COLOR:#000000;border-left:solid 5px red;}


.threecol .col3 {
	width:12%;			/* Spalte war 25, Inhalt 21% (column width minus padding on either side) */
	left:95%;			/* war 85% note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	text-align:left;
	padding-left:2mm;
	/*border-left:dotted 1px #d222a2;*/

color:#c0c0c0;
filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
zoom:80%;
}

a.threecol .col3 {color:#308aed;}
a.threecol .col3:hover {color:#d91a9f;}
.threecol .col3:hover {background:#ffffff;filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;COLOR:#000000;/*border:solid 5px #d91a9f;*/zoom:120%;}



/*Zoombereich */
	#rounded-example{
			font-size:15px;
			font-family: 'EurostileRegular';
			line-height:40px;
	color: #d91a9f/*red*/;

		}
		#rounded-example>div{
			border-top: 1px dotted /*#787b9e*/#80ff80;
			margin: 1cm 1cm 1cm 1cm;
			float: left;
			padding: 1cm 1cm 1cm 1cm;
			padding-top: 30px;
			width: 90px;
			min-height: 68px;
			text-align: center;	color: #d91a9f/*red*/;

			-webkit-font-smoothing: antialiased;
		}
		 .letter {
			font-size:1em;
			background: white;
			color: #d91a9f/*red*/;
			font-family:'ModernPictogramsNormal';courier, consolas, monospace, "Courier New";
		}






}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}
td.nowrap{ white-space:pre; } 


/* für alle festgelegt  */

/* TYPOGRAPHIE screen */

u{font-family: "Nissan";src: url("<?echo $fontface;?>Nissan.ttf"); font-size:2em;padding 1em 3em 4em 4mm;margin:4mm 4mm 4mm 1mm;border: solid 1px #ef9103;}
.Pirulen {font-family:Pirulen;COLOR:#808080;} 


/* allgemeine erste Üeberschreibung */

 img {border: none;}
/*
LI:firstline {font-size:120%;font-weight:600;color: #FF5555;} 
TABLE.white TR.white TD.white{background:#ffffff;color:#000000;width:85% }
TABLE TR  TH{align:left;padding-left:4mm;font-family: 'EurostileRegular';font-size:1.6em;}
TABLE TR  TD{align:left;padding-left:4mm;font-family: 'EurostileRegular';font-size:1.2em;}
TD{background:#FFFFFF;}
TH{background:#366ca9;color:#ffffff;}
TD .f{text-align:left;border:solid 0.1px black;}
*/


/* DIVS */

#BLOCK{border:solid 1px #888888;}
#DEF{margin-left:-1px;font-family:'Times New Roman';font-style:italic;color:#1e6777;font-size:110%;border-left:solid 6px #b83d68;padding-left:9mm; }
#f { /*cursor:hand;*/z-index:1;position:absolute;0,0;height:8px;}


/* SPANS */

.clear {clear: both;}
.f{color:#800080;font-size:120%;border:solid 5px #000000;padding: 5mm;}	
.f {position:absolute;top:4cm;left:25mm;z-index:10000;padding:1cm;background:#b3dd0b;width:80%;height:auto;text-align:left;}
.fliess {clear: left;float:left;margin: 0px 10px 0px 0px;} 
.g{background:#eddac0;font-size:120%;border:solid 4pt #b87429;padding: 5mm;}
.marked {border:solid 2px #888888;}.tablett{background:#eddac0;border:solid 1pt #b87429;position:absolute;left:0;width:75%;}
.top{filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#54a9a9', gradientType=1);} 
3footer {width:100%;font-size:70%;}
.suche {float:right;margin: 0px;padding: 2mm;clear: both;font-size: 13px;}
.rechts{float:right;}
 
 


/*  TYPOGRAPHIE II */


	
@media print {	
	* { background: transparent !important; color: #444 !important; text-shadow: none; }	
	a, a:visited { color: #444 !important; text-decoration: underline; }	
	a:after { content: " (" attr(href) ")"; }	
	abbr:after { content: " (" attr(title) ")"; } .ir a:after { content: ""; } /* Don't show links for images */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } img { page-break-inside: avoid; }	
	@page { margin: 0.5cm; }	
	p, h2, h3 { orphans: 3; widows: 3; }	
	h2, h3{ page-break-after: avoid; }	
}	

 


 /* Animation der Kapitelnavigation*/ 
#linkenav {overflow:hidden;width:600px;}
#linkenav ul{position:relative;margin-left:-8mm;}
#linkenav  ul div.ahover{
border:1px solid #d91a9f;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:absolute;
z-index:100;
}
#linkenav  ul{list-style:none;}
#linkenav  ul li a{position:relative;z-index:101;list-style:none;}
#linkenav  ul li ul li a:hover{background:#FFFFFF; color:#d91a9f;border-left:#fdcfa2 4px solid;
#sidebar ul li ul li ul li{padding:0 0 0 30px;}



/* ENDE - Animation der Kapitelnavigation */

.categories {font-family:Pirulen} 