body {
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(karo3.png);
	background-repeat:repeat;
	width:940px; 
	}

body .top {
	visibility: hidden;
	}

#all {
	width: 950px;
	float: left;
	/*border: 0px solid red;*/
	}		
	
	
#header {
	padding: 0px;
	/*background-color: #226699;*/
	/*height: 108px;*/
	background-image: url(headerlogo.gif);
	background-repeat: no-repeat;
	position: absolute; left: 6px; top: 6px;
	/*width:100%;*/
	}
	
#header h1 {
	visibility:visible; /*verdeckt die h1 im header*/ /*PRINT visible*/
	margin-left:40px;
	/*color: #FFFFFF;*/
	border-bottom:2px dotted #FFFFFF;
	/*font-family:"Courier New", Courier, mono;*/
	font-weight:normal;
	padding-top:8px;
	}

/*position des menu zur navigation*/

#navigation {
	/*background: #F2A31B; hintergrund farbe navigartion ebene 1*/
	/*border: 2px solid red;*/
	/*margin: 0px 0px 0px 0px;*/
	/*padding: 0px;*/
	position: absolute; left: 12px; top: 124px;
	z-index:2;
	/*border-left: 2px solid;*/
	/*border-bottom: 2px solid;*/
	/*border-color: #586876;*/
	/*width: 230px;*/
	visibility:hidden;  /*PRINT visibility:hidden;*/
}

/*Danke-Bereich*/
.thankyou {
	border: 0px solid red;
	padding: 0px 8px 0px 8px;
	width: 200px;
	font-size: 90%;
	border-left: 2px solid;
	border-bottom: 2px solid;
	border-color: #586876;
	margin-top: 40px;
	background: #FFFFFF;
	visibility:hidden;  /*PRINT visibility:hidden;*/

}

.thankyou ul {
	line-height: 125%;
	padding-left: 20px;
	padding-right: 10px;
	/*list-style-type: square;*/
	list-style-image: url(icon_linkextern.png);
	}
	
.thankyou li {
	padding: 0px 0px 8px 0px;
	}	

.thankyou  .posnr {
	text-align: center;
	font-size: 125%;
	}


/*Fachbook Fan Gadget*/
.fbfan {
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
	width: 214px;
	font-size: 80%;
	border-left: 0px solid;
	border-bottom: 0px solid;
	border-color: #586876;
	margin-top: 20px;
	background: #FFFFFF;
	visibility:hidden; /*PRINT */

}	
	
/* content bereich*/
#content {
	background: #FFFFFF;
	/*width:700px; */
	/*position: absolute; left: 240px; top: 124px;*/
	margin: 0px 0px 0px 0px; /*linker rand fuer navigations menu*/ /*PRINT 0px 0px 0px 0px;*/
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	border-right: 0px solid;
	border-color: #586876;
	padding-left: 5px; /*war 10*/
	padding-right: 8px;
	line-height: 135%;
	z-index:1;
	}
	
#pagenavi {
	visibility:hidden;  /*PRINT visibility:hidden;*/
	}	
	
#content h1 	{
	margin-left: 40px; /*war 70*/
	border-bottom:2px solid #0000cc;
	/*background-color:#0000cc;  Hintergrundfarbe #3333FF */
	font-size: 140%;
	/*color: #FFFFFF;*/
	padding:2px 2px 2px 0px;
	margin-top:40px;
}

#content h2 {
	margin-left: 40px; /*war 70*/
	font-size: 110%;
	border-bottom:2px solid #0000cc;
	/*font-family: Garamond, Times, serif;*/
	/*color: #466f82;*/
}

#content h3,h4,h5,h6 {
	margin-left: 40px; /*war 70*/
	font-size: 100%;
	border-bottom:1px solid #0000cc;
	/*font-family: Garamond, Times, serif;*/
	/*color: #466f82;*/
}	
	
#content p {
	padding-left: 180px; 
	padding-right: 20px; 
}

#content img {
	padding-top: 0px;
	margin-left: 180px; /*was padding-left*/
	border:1px solid #C6C6C6;
	/*padding-right: 20px; */
}

/*breites bild*/
#content .full {
	/*float:right;*/
	border:1px solid #C6C6C6;
	display: block; 
	margin-top:0px;
	margin-right:auto; /* auto = zentiert das bild */
	margin-bottom:6px;
	margin-left:auto; /* auto = zentiert das bild */
}


/*starterimg zufallsbild auf startseite*/
#content .starterimg {
	/*float:left;*/
	border:0px solid #C6C6C6;
	display: block; 
	margin-top:0px;
	margin-right:auto; /* auto = zentiert das bild */
	margin-bottom:6px;
	margin-left:auto; /* auto = zentiert das bild */
}

/*inline bild*/
#content .inline {
	padding: 0px;
	margin-left: 0px; /*was padding-left*/
	border:0px solid #C6C6C6;
}

/*Tabellengestaltung*/
#content table {
	/*font-size: 85%;*/
	padding-top: 0px;
	padding-left: 180px;
	/*text-align: center;*/
	/*padding: 2px;*/
	/*padding-right: 20px; */
}

#content table tr td,
#content table tr th,
#content table tr td p,
#content table tr th p  {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	}	

#content table tr td ol,
#content table tr td ul {
	padding-left: 20px;
	}
	
/*Tabellengestaltung table-head*/
#content th {
	background: #C6C6C6; /*was #C1C1C1;*/
	}

/*Tabellengestaltung table-data*/
#content td {
	background:#DEDEDE; /*was #D3D3D3;*/
	}	
	
/*Listen*/	
#content ul {
	line-height: 125%;
	padding-left: 200px;
	padding-right: 20px;
	list-style-type: square;
	}
	
#content ol {
	line-height: 125%;
	padding-left: 200px;
	padding-right: 20px;
	}	

#content ol ul,
#content ul ol,	
#content ul ul, 
#content ol ol {
	padding-left: 20px;
	padding-right: 20px;
	list-style-type: square;
	}	

li {
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px 0px 4px 0px;
	}

#content .hint {
	background-color: #DEDEDE; /*was #D5D5D5;*/
	/*border-top: 4px solid red;*/
	/*border-bottom: 4px solid red;*/
	/*color: white;*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 80px;
	margin-left: 100px;
	}	

	
#content .downloadhint {
	background-color: red; /*was #D5D5D5;*/
	/*border-top: 4px solid red;*/
	/*border-bottom: 4px solid red;*/
	/*color: white;*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 80px;
	margin-left: 100px;
	color:white;
	}		
	
#content .tipp {
	background-color: #DEDEDE; /*was #D5D5D5;*/
	/*border-top: 2px solid #0000cc;*/
	/*border-bottom: 2px solid #0000cc;*/
	/*color: white;*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 50px;
	margin-left: 130px;
	}	
	
/*floating box left of content*/
#content .margin {
	/*background-color:red;*/
	width:165px; /*155*/
	float:left;
	}	

#content .margin p {
	text-align:right;
	font-weight: bold;
	padding: 0px;
	margin:0px 0px 0px 0px;
	}	

#content .margin img {
	text-align:right;
	padding: 0px;
	margin:0px 0px 0px 0px;
	border:0px solid #C6C6C6;
	}		

/*floating box right of content*/
#content .ibox {
	/*background-color:red;*/
	width:120px; /*155*/
	float:right;
	border: 2px solid #586876;
	padding: 2px 2px 2px 2px;
	}	

#content .ibox p {
	text-align:left;
	font-weight: normal;
	font-size:80%;
	line-height: 110%;
	padding: 0px;
	margin:0px 0px 0px 0px;
	}	
	
#footer {
	color: #585858;
	text-align: right;
	font-size: 70%;
	/*background: green;*/
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 10px 0px 0px 240px;
	}

#breadcrump {
	text-align: right;
	font-size: 85%;
	/*background: green;*/
	padding-right: 10px;
	color: #0000cc;
	/*position: absolute; right: 10px; top: 108px;*/
	padding-top: 88px;
	padding-bottom: 0px;
	}
	
#breadcrumpbottom {
	/*text-align: right;*/
	/*background: green;*/
	padding-left: 10px;
	color: #0000cc;
	padding-top: 6px;
	padding-bottom: 6px;
	/*position: absolute; right: 10px; top: 108px;*/
	float:left;
	}	
	
#pagenavi {
	font-size: 85%;
	}

#preload {
	display:none;
	}	
	
.previous {
	float:left; 
	/*border:1px dashed red;*/
	/*width:80px;*/
	margin-left:10px;
	text-align:right;
}

.next {
	float:right; 
	/*border:1px dashed red;*/
	/*width:80px;*/
	margin-right:10px;
	text-align:left;
}

.clear  {
    clear:both;
	
}

.clearright  {
    clear:right;
	
}

a[href^='#top']:before {
	content: url(top.png) " "; /*pfeil nach oben icon und leerzeichen vor toplink*/
	}

a img {border:0;}

.level1, .level2  {
	text-align:center;
	/*background-color: #F2A31B;*/
	/*font-weight:bold;*/
	}	
	
.under {
	text-decoration:underline;
	}	
	
.highlight1 {
	font-style:italic;
	font-size:60%;
	}	
	
.highlight2 {
	font-style:italic;
	}	
	
.bold {
	font-weight:bold;
	}	
	
.key {
	border:1px solid #0000cc;
	}		

.posnr {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #FF0000;
	font-weight: bold;
	}	

.times {
	font-family:Times New Roman, Times, serif;
	font-size: 110%;
	}

.field {
	font-weight: bold;
	/*color:#0000cc;*/
	background-color:#C6C6C6; /*#D5D5D5; #DEDEDE;*/ 
	}

.fielditalic {
	font-weight: bold;
	font-style: italic;
	/*color:#0000cc;*/
	background-color:#C6C6C6; /*#D5D5D5; #DEDEDE;*/ 
	}	
	
.path {
	font-style:italic;
	/*color:#0000cc;*/
	background-color: #DEDEDE; /*was #D5D5D5;*/
	}
	
.subtitle {
	padding: 0px;
	margin:2px 0px 24px 0px;
	line-height:105%;
	clear:right;
	}
		
.subtitle:before {
	content: "Abbildung: ";
	font-style:italic;
	}	

.subtitle2 {
	/*font-size:10px;*/
	color:#586876;
	display:block;
	text-align:right;
	border:0px solid black;
	/*padding-right:10px;*/
	margin:0px -20px 24px 0px;
	font-weight: bold;
	}	
	
.literatureintrag {
	text-indent: -30px;
	/*border: dashed 1pt;*/
	font-family:Times New Roman, Times, serif;
	font-size: 110%;
	margin-left: 30px;
	background-image: url(p-shading.png);
	
}

#content .quotation {
	margin-left:200px;
	margin-right: 60px;
	padding-left: 0px;	
	font-size: 90%;
	font-family:Times New Roman, Times, serif;
	letter-spacing:1px;
	}
	
/*.quotation:before {
	content: "„";
	font-size:200%;
	font-weight:bold;
	}
	
.quotation:after {
	content: "“";
	font-size:200%;
	font-weight:bold;
	}
	
.quotation-inline:before {
	content: "„";
	}
	
.quotation-inline:after {
	content: "“";
	}*/

q:lang(en) {
	quotes: "„" "“";
	font-style:italic;
}
	
.toplink {
	text-align:right;
	font-size: 70%;
	text-decoration: none;
	visibility:hidden;  /*PRINT visibility:hidden;*/
	}

/*.toplink:before {
	content: url(top.png) " "; 
	}*/
	/*pfeil nach oben icon und leerzeichen vor toplink*/
	

#breadcrumpbottom a,
#breadcrump a,
#content a,
#footer a,
#pagenavi a,
.thankyou a,
#breadcrumpbottom a:link,
#breadcrump a:link,
#content a:link,
#footer a:link,
#pagenavi a:link,
.thankyou a:link,
#breadcrumpbottom a:visited,
#breadcrump a:visited,
#content a:visited,
#footer a:visited,
#pagenavi a:visited,
.thankyou a:visited,
#breadcrumpbottom a:active,
#breadcrump a:active,
#content a:active,
#footer a:active,
#pagenavi a:active,
.thankyou a:active
	{
	color: #0000cc;
	text-decoration: none;
	padding-left:1px;
	padding-right:1px;
	}

#breadcrumpbottom a:hover,
#breadcrump a:hover,
#content a:hover,
#footer a:hover, 
#pagenavi a:hover,
.thankyou a:hover,
#breadcrumpbottom a:visited:hover,
#breadcrump a:visited:hover,
#content a:visited:hover,
#footer a:visited:hover,
#pagenavi a:visited:hover,
.thankyou a:visited:hover
	{
	color: #FFFFFF;
	/*border-bottom: 1px dotted #0000cc;*/
	background-color:#0000cc;
	padding-left:1px;
	padding-right:1px;
	}

/* PRINT URL vom Linkziel */	


#content a:link:after,
#content a:visited:after,
#content a:active:after
	{
	content: " [" attr(href) "] ";
	color: #0000cc;
	text-decoration: none;
	font-size: 50%;
	}	
	
/* ENDE PRINT URL vom Linkziel */	
	
#pagenavi .level1 a,
#pagenavi .level1 a:link,
#pagenavi .level1 a:visited,
#pagenavi .level1 a:active
	{
	color: #F2A31B;
	font-weight:bold;
	text-decoration: none;
	padding-left:1px;
	padding-right:1px;
	}

#pagenavi .level2 a,
#pagenavi .level2 a:link,
#pagenavi .level2 a:visited,
#pagenavi .level2 a:active
	{
	color: #FDC60A;
	font-weight:bold;
	text-decoration: none;
	padding:1px;
	}	

#pagenavi .level1 a:hover,
#pagenavi .level1 a:visited:hover,
#pagenavi .level2 a:hover,
#pagenavi .level2 a:visited:hover
	{
	color: #FFFFFF;
	font-weight:bold;
	background-color:#0000cc;
	text-decoration: none;
	padding:1px;
	}
	
	
/*********** .menu styles ***********/

/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu {
	/*border-left:2px solid #666666;*/
	display: block;
	z-index:1000;
	position:relative;
	font-size: 90%;
	font-weight: bold;
	background: #F2A31B; /*hintergrund farbe navigartion ebene 1*/
	border-left: 2px solid;
	border-bottom: 2px solid;
	border-color: #586876;
	visibility:hidden;  /*PRINT visibility:hidden;*/
}

.menu img {border:0px;}

.menu ul { 
	margin: 0pt; 
	padding: 0pt; 
	position: relative; 
	z-index: 500; 
	list-style-type: none; 
	/*width: 200px; */
}

.menu ul ul { 
	font-weight: normal;
}

.menu li {
	/*width: 190px;*/
	height: auto;
	margin: 0pt; 
	padding: 0pt; 
}

/* get rid of the table */
.menu table { 
	position: absolute; 
	border-collapse: collapse; 
	top: 0pt; 
	left: 0pt; 
	z-index: 700; 
	font-size: 1em; 
	margin-top: -1px; }

.menu a  {
	display: block;
	padding: 2px 0px 2px 4px;
	margin: 0px;
	width: 210px;
	color: #000000; /*Textfarbe im menu*/
	border-top: 1px solid #FFFFFF; /*#647FB2;*/
	border-bottom: 0px solid #666666; /*#112449;*/
	text-decoration: none;
}

.menu b { 
	float: right; 
	margin-right: 4px; 
}

.menu a:hover {
	background-color: #0000cc; /*#2C60BF;*/
	color: #FFFFFF;
	text-decoration: none;
	position: relative; 
}

.menu li:hover { 
	position: relative; 
}

.menu ul li.inactive ul {
	display: none;
}

.menu ul ul li {
	background-color: #FDC60A;/*#deefff;*/ /*hintergrund farbe navigartion ebene 2*/
	padding: 0px 0px 0px 6px;
}

.menu ul ul a {
	color: #000000; /*Farbe Links Ebene 2+3*/
	/*border-bottom-style: none;*/
	border-top-style: none;
	border-bottom: 1px solid #FFFFFF;
	width: 204px;
}

.menu li.last a {
	border-bottom-style: none; /*entfernt die linie unterhalb am letzten eintrag*/
}

.menu ul ul ul li {
	background-color: #CCCCCC;  /*hintergrund farbe navigartion ebene 3*/
	padding: 0px;
	z-index: 900;
}

.menu ul ul ul a{
	width: 204px; /*Breite flyout menu ebene 3*/
}


.menu li li ul { 
	padding: 0px 0px 2px 2px; /*breite des rahmens um flyout ebene 3*/
	visibility: hidden; 
	position: absolute; 
	top: 0px; /*-1.5em*/
	left: 199px; /*12em*/ /*Einzug der untergeordneten Menustruktur im Verhaeltnis zur vorherigen*/
	background-color: #586876;/*transparent; */ /*farbe des rahmens um flyout ebene 3*/
}

.menu li:hover > ul { visibility: visible;}
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
