/*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 { border: 0.1px none #000000; } /*normal links in the text*/ a:link { background: transparent; color: #0000FF; text-decoration: none; } a:visited { background: transparent; color: #FF0000; text-decoration: none; } a:hover { background: transparent; color: #999999; text-decoration: underline; } /*now follow the section links in the navigation bar on the left side*/ a.nav:link { background-color: #003366; color: #FFFFFF; font-size: 14px; font-weight: 600; text-decoration: none; } a.nav:visited { background-color: #003366; color: #FF8C00; font-size: 14px; font-weight: 600; text-decoration: none; } a.nav:hover { background-color: #003366; color: #7FFFD4; font-size: 14px; 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: 13px; font-weight: 500; text-decoration: none; } a.nav2:visited { background-color: #003366; color: #FF8C00; font-size: 13px; font-weight: 500; text-decoration: none; } a.nav2:hover { background-color: #003366; color: #7FFFD4; font-size: 13px; font-weight: 500; text-decoration: none; } /*the actual page*/ a.navtot { background-color: #003366; color: #CDCDCD; font-size: 14px; font-weight: 600; text-decoration: none; } /*the actual page*/ a.navtot2 { background-color: #003366; color: #CDCDCD; font-size: 13px; font-weight: 600; text-decoration: none; } /*to emphasize words, use it inline with a 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*/ padding-top: 0px; /*for Opera6*/ } h1, h2, h3, h4, h5, h6 { font-family: Georgia, "MS Serif", "New York", serif; } /*the 'back to the top' image*/ img.top { float: right; margin-right: -5px; } p ol, p ul, p dl, ol ul { font-size: 0.8em; } /*and here the I prevent the incredible shrinking text*/ p, ol, ul, dl { font-size: 0.8em; } /*font-family is already defined, here I only set the font-size*/ pre { background-color: #F7F7F7; border: 1px solid #000080; color: #000000; font-family: "Courier New", Courier, monospace; font-size: 13px; /*here I define the HTML
 tag*/
	padding: 4px;
	white-space: pre;
}

/*not really necessary, but one never knows...use it inline with a  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-color: #48D1CC;
	border-style: groove;
	border-width: 2px;
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

.Inhalt p {
	max-width: 650px;
}

.Header {
	margin-left: 20px;
	margin-top: 0px;
}

.Inhalt {
	background: #FFFFFF; /*declare a color together with a contrasting background color*/
	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*/
	max-width: 770px; /*readbility even on big screens*/
	padding: 5px; /*space to separate navigation and content*/
	width: auto;
}

.Kommentar {
	background: #F7F7F7;
	color: #FF6633;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; /*to include a commentary in the 
 area I use this in a  class*/
}

.lrand {
	float: left;
	padding-right: 7px;
}

.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: 2px;
	padding: 2px;
}

.Navigation {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	left: 3px;
	line-height: 110%; /*line-height set to 110% in order to have the navigation elements better separated*/
	position: absolute; /*The navigation on the left side, positioned absolutely*/
	top: 105px;
	width: 135px;
}

.oldbrowser {
	display: none;
}

.outlinke {
	background: #FFFFFF;
	color: #C71585;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 -120px;
}

.red {
	background: #FFFFFF;
	color: #FF0000;
}

.ROT {
	background: #FFFFFF;
	color: #FF0000;
	font-size: 16px;
	font-weight: 600;
}

.rrand {
	float: right;
	padding-left: 7px;
}

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

.skipnav {
	display: none;
}