/*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: #FFFFFF;
}

/*normal links in the text*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #C71585;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

/*now follow the section links in the navigation bar on the left side*/        
a.nav:link {
	background: transparent;
	color: #006699;
	display: block;
	text-decoration: none;
	width: 105px;
}

a.nav:visited {
	background: transparent;
	color: #C71585;
	display: block;
	text-decoration: none;
	width: 105px;
}

a.nav:hover {
	background: #EBF5FA;
	color: #708090;
	display: block;
	text-decoration: none;
	width: 105px;
}

/*here is the sub-navigation*/
a.nav2:link {
	background: transparent;
	color: #006699;
	display: block;
	text-decoration: none;
	width: 90px;
}

a.nav2:visited {
	background: transparent;
	color: #C71585;
	display: block;
	text-decoration: none;
	width: 90px;
}

a.nav2:hover {
	background: #EBF5FA;
	color: #708090;
	display: block;
	text-decoration: none;
	width: 90px;
}

/*the actual page*/
a.navtot {
	background: transparent;
	color: #000000;
	display: block;
	text-decoration: none;
	width: 105px;
}
/*the actual page*/
a.navtot2 {
	background: transparent;
	color: #000000;
	display: block;
	text-decoration: none;
	width: 90px;
}

/*to emphasize words, use it inline with a <span> class*/
big {
	font-size: 1em;
}

body {
	background: #FFFFFF; /*this is shorthand and declares the background color and calls the image */
	color: #000088;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	background: #DFEFF7;
	border: 2px solid #3499CC;
	color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 50px;
	padding: 3px;
	width: 400px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "MS Serif", "New York", serif;
}

input, select, option, textarea, .area {
	background: #3499CC;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 14px;
}

ol {
	line-height: 1.1em;
	list-style-type: lower-alpha;
}

ol ul {
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: decimal;
}

p, ol, ul, dl, td {
	color: #000088;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
}

pre {
	background-color: #F7F7F7;
	border: 1px solid #C71585;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	padding: 4px;
	white-space: pre;
}

small {
	font-size: 11px;
}
/*not really necessary, but one never knows...use it inline with a <span> class*/
strong, b {
	font-weight: 800;
}
/*NN 4.xx needs that...*/
.box {
	background: #DFEFF7; /*this is a box where the bottom-navigation and the copyright will be placed*/
	border: 1px outset #3499CC;
	color: #000099;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 0px 2px;
}

.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: #000088; /*to insure readability*/
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 135px; /*to position the content area to the right of the navigation*/
	padding: 3px;
}

.Header {
	background-color: #EBF5FA;
	border: 1px solid #3499CC;
	color: #000088;
	margin-left: 135px;
	margin-top: 0px;
	padding: 3px;
}

.Header h1 {
	font-family: Georgia, "MS Serif", "New York", serif;
	margin: 0px;
}

.Kommentar {
	background: #F7F7F7;
	color: #C71585;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.lrand {
	float: left;
}

.mit {
	text-align: justify;
}

.navbox {
	background-color: #F5F5F5;
	border: 1px #3499CC outset;
	color: #000088;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px; /*some button-like boxes for the left-side navigation*/
	font-weight: 500;
	margin: 0.1px;
	padding: 1px 2px;
	width: 105px;
}

.navbox2 {
	background-color: #F5F5F5;
	border: 1px #3499CC outset;
	color: #000088;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11.5px; /*some button-like boxes for the left-side navigation*/
	font-weight: 500;
	margin: 1px;
	margin-left: 14px;
	padding: 0px 2px;
	width: 90px;
}

.Navigation {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	left: 5px;
	position: absolute; /*The navigation on the left side, positioned absolutely*/
	top: 0px;
	width: 126px;
}

.oldbrowser {
	display: none;
}

.outlinke {
	background-color: #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;
}

.rrand {
	float: right;
}

.six {
	background: transparent;
	color: #999999;
	font-size: 11px;
}

.skipnav {
	display: none;
}

.tagline {
	background: transparent;
	color: #708090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	white-space: nowrap;
}

.texta1 {
	background-color: #3499CC;
	border: solid 1px #C71585;
	color: #FFFFFF;
	font-family: Georgia, "MS Serif", "New York", serif;
	font-size: 13px;
	padding: 2px;
}
