/* A img {
	color: #003366;
} */

/*normal links in the text*/
A 
{
	background: transparent;
	color: #0000FF;
	text-decoration: underline;
}
/*normal links in the text*/
A:visited 
{
	background: transparent;
	color: #0000FF;
	text-decoration: none;
}

/*normal links in the text*/
A:hover 
{
	color: #FF9900;
	text-decoration: none;
	font-style: normal;
}
/*these are the links in the navigation bar on the left side*/ 
A.nav:link 
{
		color: #FFFFFF;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
}

A.nav:visited 
{
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
}
A.nav:hover 
{
	color: #FF9900;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	font-style: normal
}
/*these are the sub-section links in the navigation bar on the left side*/ 
A.nav2:link 
{
		color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

A.nav2:visited 
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
A.nav2:hover 
{
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal
}
/*the actual page*/
A.navtot 
{
	color: #CDCDCD;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

/*the actual page*/
A.navtot2 
{
	color: #CDCDCD;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

/*to emphasize words, use it inline with a <span> class*/
big {
	font-size: larger;
}

body {
	background:  url('/images/background.gif') repeat-y;
	color: #000000;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	background: #FFFFFF;
	color: #000088;
	font-family: Georgia, "MS Serif", "New York", serif; /*font-family etc. is defined again, because NN seems to need it*/
}

/*the 'back to the top' image*/
img.top {
	float: right;
	margin-right: -5px;
}

/*and here the I prevent the incredible shrinking text*/
p ol, p ul, p dl, ol ul, li {
	font-size: 13px;
}

p, ol, ul, dl, li {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px; /*font-family etc. is defined again, because NN seems to need it*/
}

pre {
	background-color: #F7F7F7;
	border: 1px solid #000080;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px; /*here I define the HTML <pre> tag*/
	padding: 4px;
	white-space: pre;
}

/*not really necessary, but one never knows...use it inline with a <span> class*/
small {
	font-size: smaller;
}
/*NN 4.xx needs that...*/
strong, b {
	font-weight: 900;
}

.box {
	background: #FFFFFF;
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
}

 .footer {
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding : 2px;
	margin: 2px;
	text-align: center;
	line-height: normal;


}

.Header {
	margin-left: 20px;
	margin-top: 0px;
}

.Inhalt {
	background: #FFFFFF;
	border: 0.1px solid #FEFEFE;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 160px;
	margin-right: 20px;
	padding: 5px;
	line-height: 130%;
	color: #003366;
}

.Kommentar {
	background: #F7F7F7;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*to include a commentary in the <pre> area I use this in a <span> class*/
}

.mint {
	background: #FFFFFF;
	color: #009999;
}

.mit {
	text-align: justify;
}

.navbox {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0.1px;
	padding: 10px;
	border-bottom: 2px dashed #333333;
	background-position: right;
	text-align: right;
	font-weight: normal;
}


.navboxheader {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0.1px;
	border-top: 1px solid #660099;
	border-right: #660099;
	border-bottom: 1px solid #660099;
	border-left: #660099;
	background-position: left;
	text-align: right;
	font-weight: 600;
	background-color: #000000;
	letter-spacing: 4px;
	float: none;
	position: absolute;
	top: 123px;
	left: 0px;
	width: 125px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-style: italic;
}

.Navigation {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	left: 6px;
	position: absolute;
	top: 158px;
	width: 110px;
	height: 213px;
}

.oldbrowser {
	display: none;

}

.skipnav {
	display: none;
}

.column1 {
	float: right;
	left: 10.3em;
	position: absolute;
}

.column1a {
	float: none;
	left: 10.3em;
	position: absolute;
}

.column2 {
	float: right;
	left: 24em;
	position: absolute;
}

.column3 {
	float: right;
	left: 38em;
	position: absolute;
}

.pagehighlight {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0.1px;
	background-position: right;
	text-align: left;
	font-style: italic;
	font-weight: bold;

}

TD {
	font-size: 12px;

}

.note {
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0.1px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	left: 200px;




}
