body {
	margin: 1cm 1.5cm;
	padding: 0;
	background:#fff;
}


/* !=== Layout ===  */

#header, 
#nav, 
#subnav, 
#sidebar, 
#footer,
#container .breadcrumbs {
	display: none !important;
}

#printHeader {
	width: auto;
	height: 3cm;
	margin: 0;
	padding:0;
}


#printHeader img {
	width:15cm;
	height: 2.261cm;
	margin:0;
	padding: 0;
}


#container, 
#content {
	width: auto !important;
	margin:0;
	padding: 0;
}


/* !=== Typographie === */
p, ul, ol, dl, blockquote, form {
	font:normal normal 10pt/1.5 Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
}

li a {
	font-size: 1em;
}

#content ul,
#content ol {
	margin: 1em 0 1em 25px;
	padding: 0 1em;
}

#content ul {
	list-style: square;
}


p {
	margin:.5em 0;
	clear: both;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:.25em;
	letter-spacing: .025em;
	font-weight: normal;
	page-break-after: avoid;
	page-break-inside: avoid;
}


h2 {
	clear: both;
	font-size: 18pt;
	margin-top: 0;
	letter-spacing: .025em;
}


h3 {
	font-size: 14pt;	
	margin-top: 1.5em;
}


h4 {
	font-size: 12pt;	
	margin-top: 1.5em;
	font-style: italic;
}

h5 {
	font-size: 11pt;	
	margin-top: 1.5em;
}


h6 {
	font-size:10pt;	
	margin-top: 1.5em;
	font-style: italic;
}


a:link,  
a:visited,
a:hover {
	color: #000;
	text-decoration: none;
	font-style: italic;
}


#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ")";
    font-size: 8pt;
	border-bottom:0;
}



/* Fussnotenlinks und Inhaltsverzeichnis ohne Pfadangaben */
#content sup a:link:after,
#content sup a:visited:after,
#content .pageNav a:link:after,
#content .pageNav a:visited:after {
	content: "";
}

#content a[href^="/"]:after {
	content: " (http://www.kreisgymnasium-neuenburg.de" attr(href) ") ";
}



#content .meta a:link:after,
#content .meta a:visited:after, 
#content .meta a:hover:after {
	content: "";
}

#termine #content a:link:after,
#termine #content a:visited:after {
	content: "";
}


.meta {
	font-size: 8pt;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin:4em 0 0 0;
	padding: .25em .5em;
	background:#eee;
	color: #000;
	border: 1px solid #ccc;
}

.meta a {
	text-decoration: none;
	color: #000;
}


.box {
	padding:1em 1.5em;
	border: 1px solid #ccc;
	background-color: #fff;
}

#content ul.box,
#content ol.box { 
	margin-left: 0;
	padding: 1em 1.5em;
}

ul.box li,
ol.box li { 
	margin-left: 1.5em;
	margin-right: 1em;
}


#content .pageNav {
	border-left: 5px solid #ccc;
	padding-left: 35px;
	margin: 2em 0;	
}


#content .pageNav:before {
	content: "Inhaltsverzeichnis";
	display: block;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-left: -15px;	
	padding-left: 0;	
}

#content .pageNav li ul {
	margin:0 0 0 20px;
	padding:0 0 0 15px;
}

#content .pageNav li,
#content .pageNav li li, { 
	margin: 0 0 0 20px;
	padding-left: 10px;
}

/* "Highlight" - Hervorhebung von Absaetzen */
.hl {
	padding:.5em 1.5em .5em 2em;
	border-left: 5px solid #ccc; 
}

/* Klasse fuer Elemente, vor denen ein Seitenumbruch erzwungen werden soll */
.breakBefore {
	page-break-before: always;
}

/* Menuebefehle im Text fuer Tutorials  */
.menu {
  font-family:Monaco, "Courier New", monospace;
  background:#eee;
  padding:1px 3px;
  font-size: .9em;
}

/* Tastatur-Tasten im Text fuer Tutorials  */ 
.key {
  padding:1px 4px;
  border:2px solid #ccc;
  border-color:#ccc #666 #666 #ccc;
}

code, 
.code {
	font-family: Monaco, "Courier New", monospace;
	font-size: .9em;
}

pre { 
	width:auto;
	overflow: visible;
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #666;
	background:none;
	white-space: normal;
}


/* Linkkategorien in der Linksammlung  */
.linklist .linkCat {
	list-style:none;
	margin: 1em 0 0 -25px;
	padding:0;
	border-bottom: 1px solid #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height:1.2;
}

hr {
	margin: 2em 0 0 0;
	border: 1px solid #666;
}

hr.footnotes {
	margin-right: 60%;
}

#service .computertipps .computertippsHeader {
	margin-bottom: 25pt;
	padding:.25em 0;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: .2em;
	line-height: 1.4;
	border: 4px solid #333;
	border-width: 4px 0;
	border-right-color: transparent;
	border-left-color: transparent;
}


#service .computertipps .computertippsURL { 
	display: block; 
	margin:15pt 0;
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 11pt;
}



/* !=== Bilder und Tabellen === */

#content img {
	margin:1.5em 0;
	padding: 3px;
	border: 3px solid #d2d2d2;
	page-break-inside: avoid;
}

#content img.blockImg {
	display: block; 
}

#content img.floatL {
	float: left;
	clear: left;
	margin-right: 1em; 
}

#content img.floatR {
	float: right;
	clear: right;
	margin-left: 1em; 
}


#content table {
	width: 95%;
	margin: 2em 0;
	background: #fff;
	border-collapse: collapse;
	border: 2px solid #fff;
	border-width: 2px 2px 0 2px; 
	page-break-inside: avoid;
}

#content table th, 
#content table td {
	/* background: #fff; */
	margin:0;
	padding: .25em .5em;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-family: "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
	font-size: 8pt;
}

#content table th {
	font-weight: bold;
	color: #2a2a2a;
	background: #b8bfd1;
	border-top: 1px solid #ccc;
}

#content table td p,
#content table td li {
	font-size: 1em;
}

#content table.valignTop td {
	vertical-align: top;
}


#content table.valignTop td img {
	margin-top:0;
}

/* === Terminplan ================ */

#termine #calNavBack,
#termine #calNavForward,
#termine #heuteLink,
#termine #content ul {
	display: none;
}

#termine #content #termineCal {
	border-top: 1px solid #666;	
	border-bottom: 1px solid #666;
}

#termine #content #termineCal th, 
#termine #content #termineCal td  { 
	border-right: 1px solid #666; 	
	border-bottom: 1px solid #666; 
	border-top: none;
	border-collapse: collapse; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}

#termine #termineCal td.terminplan_wochentage {
	text-align:center;
 }
 
#termine #termineCal td.terminplan_tage,
#termine #termineCal .terminplan_wochentage_vormonat {
	text-align: right;
}

#termine td a {
	text-decoration: none;
}