@media print {
body {
	font: normal 95%  Verdana, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 99%;
	text-align: center;
	color: #000;
	background-color: #fff;
	line-height: 120%;
}


#NavigationContainer, .youSearched, #ajaxSearch_form fieldset, .hdr, .NoPrint
{
	display: none;
}

#ContentContainer
{
	display: block;
	text-align: justify;
	font-size: 80%;
}

/* IE6 Hack für Top von MainContent */
* html #ContentContainer
{
	top: 5px;
}

.Content {
	width: 100%;
}
.Topic_2Cols {margin: 0 0 0 0;}
.Topic_2Cols p {padding: 0.1em 1em 0.1em 1em;}
.Topic_3Cols {margin: 0 200px 0 0;}
.Topic_3Cols p {padding: 0.1em 1em 0.1em 1em;}
.InnerTopic, .InnerTopicComment{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	padding: 0.5em;
}


/* Die Fusszeile */
#IndexFooter {
display: none;
}


#IndexFooter a, #FooterLeft a, .NoUnderline a{
	text-decoration: none;
	border: 0px;
}
#IndexFooter a:link, #FooterLeft a:link, .NoUnderline a:link{
	text-decoration: none;
	border: 0px;
}
#IndexFooter a:visited, #FooterLeft a:visited, .NoUnderline a:visited{
	text-decoration: none;
	border: 0px;
}
.NoPrint, .Comments {display:none}
.underline { text-decoration: underline; }
.strong {font-weight: bold;}

.image, a {
	color: #000;	
	text-decoration: none;
}
.image:hover {
	color: #f00;
	background-color: transparent;
}

a:link {
	border-bottom: 1px solid #000; 
	font-weight: normal;
}
a:visited {
	border-bottom: 1px dotted #000;
	font-weight: normal;
}

a:hover {
	color: #000;
	background-color: #fff;
} 
.hdr, h1, h2, h3, h4 { 
	color: #036;
	background-color: transparent;
	font-family: "Lucida Grande", Arial, sans-serif!important;
	line-height: 120%;
}

h1, .tabs {
	font-family: Georgia, Times New Roman, serif!important;
	font-size: 2em;
	font-weight:lighter;
	text-align: left;
	padding: 0.3em 0 0.3em 0.4em;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 0.3em 0 0.1em 0.7em;
}

h2 a:visited {
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 0.3em 0 0.1em 0.9em;
}

h3 a:visited {
	font-weight: normal;
}

.hdr {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.hdr {
	height: 35px;
}

#hdr_text{
	display: none;
}

.SideBarContainer{
	display: none;
}

.jot-list, .jot-form { display: none;}
.jot-comment {page-break-inside:avoid;}

}