body{
	background-color:#CCCFE0;
	color: #000000;
	margin:20px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:small;
	font-weight:bolder;
	line-height:1.5;
	/* vor und nach absatz 6pt? */
/*	background-image: url(./images/wolke2.jpg); */
} 

table {
	border: 0px;
	width: 100%;
}

tr {
	vertical-align:top;
}

ol {
	list-style-type: lower-roman;
}

#navOben {
	position:absolute;
	top: 20px;
	left: 160px;
}

#navLinks, #adresse {
	position:absolute;
	background: #FF8800;
	color: #000000;
}

#navLinks {
	top: 50px;
	left: 20px;
	text-align: center;
	width:119px;
}

#adresse {
	top: 350px;
	left: 740px;
	font-size:smaller;
	font-weight:bolder;
	padding: 5px;
}

#contents {
	position:absolute;
	top: 50px;
	left: 160px;
	width:500px;
	background: #FFFFFF;
	border: 1px solid #666666;
}

#logos {
	position:absolute;
	bottom:5px;
	right:5px;
}

A {
	color:#000000;
	background: #FF8800; 
	font-size:small;
}

A.logos {
        color:#000000;
        background: #CCCFE0;
}

A:link   { 
	text-decoration: none; 
}

A:active  { 	
	text-decoration: none; 
}

A:visited { 
	text-decoration: none; 
}

A:hover  {
	text-decoration: underline; 
}

.code{
	font-family: "Courier New", Courier, mono;
}

.abstract{
	font-style:italic;
}
