

body  {scrollbar-face-color: #7099E1; scrollbar-shadow-color: #666666; scrollbar-highlight-color: #cccccc; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #cccccc; scrollbar-arrow-color: #000000}
.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-color: #CCCCCC;
}
.link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none}
.link:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none}
.link:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: underline}
.headline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #333333; text-decoration: underline}
.headline2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none}

.imagelinks {
	float:left;
	margin:5px;
	padding:5px;
}

.imagerechts {
	float:right;
}

.newline {
clear: both;
}

/* DIV-Bereiche */

#content {
	float:left;
/*  width:1000px;   */
	padding-left:2%;
	display:inline;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
}


.breadcrumb	{
	background-color:#330099;
	float:left;
	width:50%;
}

#titel_navigation {
	float:right;
	margin-top:1em;
	margin-bottom:2em;	
	display:inline;	/* für IE 5 und 6 - verhindert margin-verdoppelung */
}

#navigation {
	clear:both;
	background-color: #F4F4F4;
	float:left;
	margin-top:10px;
}

/* Bilder */
figure {
  padding: 5px;
  float: right;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

figure img {
  border-radius: 3px 3px 0 0;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  /* background-color: #636363; */
  /* color: #cccccc; */
  font-style: italic;
  border-radius: 0 0 3px 3px;
}
