body {
 font-family:Verdana;
 font-size:12px;
 background-color:rgb(204, 204, 204);
 color:Black;
 text-align:center;
 margin:0px;
}
p {text-align:justify;}
h1 {font-size:18px;color:Black;margin-bottom:0px;}
h2 {font-size:16px;color:Black;}
h3 {font-size:14px;color:Black;}
code {font-size:14px;color:Black;}
a:link, a:visited, a:active, a:hover { 
  text-decoration:underline;
  font-weight:normal;
  color:Black;
  font-size:12px;
}
a:active, a:hover { 
  color:Red;
}

/* Darstellung von Bildern. */
p.figure {
	margin-left:2%;
	font-size: 8pt;
	float:right;
}
a.figure {
	font-size: 8pt;
	text-decoration:none;	
}

.thumb {
  border: 1px solid;
  border-color: Black;
}
:hover.thumb {
  border-color: Red;
}

/* fuer Tabellen */
.yello {
	BORDER-TOP-STYLE: ridge; 
	BORDER-RIGHT-STYLE: ridge; 
	BORDER-LEFT-STYLE: ridge; 
	BORDER-BOTTOM-STYLE: ridge;
	BACKGROUND-COLOR: #fff4aa; 
}

/* Seitenmenue, siehe auch #left. */
a.sidemenu, p.sidemenu {
	font-weight:bold;
	text-decoration:none;
  font-family:Verdana;
}
a.sidesubmenu, p.sidesubmenu  {
	font-weight:normal;
	font-size: 8pt;
	text-decoration: none;
}

/* Seiteneinteilung mit <div> Containern. */
#outerBox {
	width:100%;
	text-align:left;
	background-color:White;
}
#title {
	width:100%;
	padding:5px;
	background-color:White;
	border-bottom:0px solid #000;
	text-align:center;
}
#bottom {
	background-color:White;
	border-bottom:0px solid #000;
}
#left {
	background-color:White;
	width:20%;
	float:left;
	text-align: left;
	font-weight: bold;
}#content {
	border:1px solid White;
	background-color:White;
	width:70%;
	float:right;
	padding:0px 10px 20px;
}
