/*This stylesheet is a product of MaKo - Orion HiTek, Inc. email: shark@mako4css.com */
/*It can be found at http://www.mako4css.com/  - CSS FAQ web site with tips, tricks and tutorials - and you are free to use and/or change it.*/
/*Nevertheless I would appreciate it if you give other people a chance to learn about CSS and the tutorial by leaving this note in the stylesheet*/

a img {
	color: #003366;
}

/*normal links in the text*/
a:link {
	background: transparent;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #FF0000;
	text-decoration: none;
}


/*now follow the section links in the navigation bar on the left side*/        
a.nav:link {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:visited {
	background-color: #003366;
	color: #FF8C00;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}


/*these are the sub-section links in the navigation bar on the left side*/ 
a.nav2:link {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

a.nav2:visited {
	background-color: #003366;
	color: #FF8C00;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

/*the actual page*/
a.navtot {
	background-color: #003366;
	color: #CDCDCD;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

/*the actual page*/
a.navtot2 {
	background-color: #003366;
	color: #CDCDCD;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

/*to emphasize words, use it inline with a <span> class*/
big {
	font-size: larger;
}

body {
	background: url(images/Pattern1.gif) #FFFFFF repeat-y; /* that will be repeated only along the y-axis [North/South] */
	color: #003366;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px; /*margins are set to zero*/
}

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 {
	font-size: 13px;
}

p, ol, ul, dl {
	background: #FFFFFF;
	color: #000088;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px; /*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: 14px; /*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: 800;
}

.box {
	background: #FFFFFF; /*this is a box where the bottom-navigation and the copyright will be placed*/
	border: 2px groove #48D1CC;
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

.Header {
	margin-left: 20px;
	margin-top: 0px;
}

.Inhalt {
	background: #FFFFFF; /*declare a color together with a contrasting background color*/
	border: 0.1px solid #FEFEFE; /*to insure that NN4.xx renders the background-color of the content area*/
	color: #003366; /*to insure readability*/
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 160px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	padding: 5px; /*space to separate navigation and content*/
}

.Kommentar {
	background: #F7F7F7;
	color: #FF6633;
	font-family: Verdana, Eyechart, Geneva, 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 {
	background-color: #003366;
	border-color: #FF6633;
	border-style: groove;
	border-width: 2px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px; /*some button-like boxes for the left-side navigation*/
	margin: 0.1px;
	padding: 2px;
}

.Navigation {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	left: 3px;
	position: absolute; /*The navigation on the left side, positioned absolutely*/
	top: 105px;
	width: 135px;
}

.oldbrowser {
	display: none;
}

.outlinke {
	background: #EBF5FA;
	color: #C71585;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	margin: 0 0 0 -120px;
}

.red {
	background: #FFFFFF;
	color: #FF0000;
}

.ROT {
	background: #FFFFFF;
	color: #FF0000;
	font-size: 16px;
	font-weight: 600;
}

.six {
	background: transparent;
	color: #999999;
	font-size: 11px;
}

.skipnav {
	display: none;
}
