body {
	/* background: url(grafiken/grau_tiled.jpg) */

	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.content_area {
	padding:10px;
	background-color: #FFFFFF;
  	border-right-width:0.2em;
  	border-right-style:outset;
  	border-right-color:red;
  	border-bottom-width:0.2em;
  	border-bottom-style:outset;
  	border-bottom-color:red;
}

.header {
	background-color: #AEB0B2;	

}

a:link { font-weight:bold; color:red; text-decoration:none; }
a:visited { font-weight:bold; color:red; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:none; }
a:hover { font-weight:bold; color:red; text-decoration:underline; }
a:active { font-weight:bold; color:red; text-decoration:none; }

a.unterpunkt:link { font-weight:normal; color:red; text-decoration:none; }
a.unterpunkt:visited { font-weight:normal; color:red; text-decoration:none; }
a.unterpunkt:focus { font-weight:normal; color:red; text-decoration:none; }
a.unterpunkt:hover { font-weight:normal; color:red; text-decoration:underline; }
a.unterpunkt:active { font-weight:normal; color:red; text-decoration:none; }




#mitrand {
  	border-right-width:2px;
  	border-right-style:solid;
  	border-right-color:grey;
	border-left-width:2px;
  	border-left-style:solid;
  	border-left-color:grey;
	background-color: #D8D9DA;


}

