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 
{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 200;
	margin-left: auto;
  	margin-right: auto;
	width: 100%;
	padding: .2em 0px;
	list-style-type: none;
	text-align: center;
	display: none;
}

#ContentContainer
{
	position: relative;
	left: 0px;
	top: 10em;
	z-index: 100;
	display: block;
	min-width: 999px;
	width: 99%;
	max-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 80%;
}

/* IE6 Hack für Top von MainContent */
* html #ContentContainer
{
	top: 20px;
}

.Content {
	float: left;
	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 {
	clear: both;
	text-align: justify;
	font-size: 0.8em;
	margin: 0; padding: 0.1em;
	margin: 1em 6em;	
	text-align: center;
	background-color: transparent; 
	color: black;
	border: 0px solid silver;
	border-top: 1px solid #000;	
	z-index: 400;
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;
}

.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, address { 
	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, address {
	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;
}

.SideBarMenuContainer{
	display: none;
}

.jot-list, .jot-form { display: none;}
.jot-comment {page-break-inside:avoid;}
