
/* Farben:
  ITOMIG hellblau:   #D5EEFF
         dunkelblau: #7395CD
         dunkelgrau: #5A5D5A

*/

/* Allgemeines für Body des Dokuments */
body {
	font-family: sans-serif;
	font-size: 0.9em;
	margin: 0;
	background: #eee;
       }

#header {
	color: #333;
	background: #E6E4B2 url(logo.png) no-repeat right;
	border: #ccc solid;
	border-width: 0 0 1px 0;
	border-bottom: 20px #AD0303 solid;
	font-size: 3em;
	padding:20px;

}

#navigation {
	position: absolute;
	left: 0;
	width: 25%;
}

#content {
	margin: 0 0 0 26%;
}

#contentright {
	width: 20%;
	float: right;
	margin: 10px;
	border: 1px #ccc solid;
	padding: 10px;
}

.hidden {display:none; }

ul {
	list-style: none;
	background: #F0FFF0;
	margin: 0;
	padding:10px;
}


ul ul {
	padding: 0 0 0 10px;
	font-size:0.8em;
}

li {
	margin: 2px 0;
	padding: 2px;
}

li .active {
	color: #333;
	background: #BFBFBF;
	border: 1px #333 solid;
}

ul a {
	display: block;
	width: 100%;
	text-decoration: none;
        border-bottom: none;

}

ul a:hover {
	color: #333;
	background: #d6d6d6;
        border-bottom: none;
}


#code { font-family:Courier New,Courier; color:#000000; }
#note { font-family:Courier New,Courier; text-decoration:underline; font-style:none }
#path { font-family:Courier New,Courier; color:#000000; }


a {
        text-decoration: none;
	color: blue;
	border-bottom: 1px dotted #003a66;
}

a:hover {
	border-bottom: 1px solid #003a66;
}
a:link { color:blue; }
a:visited { color:#330099; }
a:hover { background-color:#B0E2FF; }
a:active { color:#000000; }
