/*Paragraph-Stil des Inhalts*/

div#content p {
	margin: 0.5em 0.3em 0.3em;
	line-height: 1.5em;
	color: #000000;
	font-size: 0.75em;


}
div#content br { 
clear: left; 
}

/*Haupttitel im Inhalt*/
div#content h1 {
	font-size: 0.9375em;
	font-weight: bold;
	color: #333333;
	margin: 1em 0.3em 0.6em;
	font-style: normal;
}
div#content h1 a {
	margin: 1em 0.3em 0.3em 0em;
	text-decoration: none;
	color: #333333;
}
/*Haupttitel 2 im Inhalt*/
div#content h2 {
	font-size: 0.8125em;
	font-weight: bold;
	color: #333333;
	margin: 0.5em 0.3em 0.6em;
	line-height: 1.5em;

}
div#content h2 a {
	margin: 1em 0.3em 0.3em 2.5em;
	color: #333333;
	text-decoration: none;
}
/*Haupttitel 3 im Inhalt*/
div#content h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #333333;
	margin: 1em 0.3em 0.6em;
	line-height: 1.5em;
	font-style: normal;
}
div#content h3 a {
	text-decoration: none;

}
/*Haupttitel 4 im Inhalt*/
div#content h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #4B4B4B;
	margin: 1em 0.3em 0.6em;
	line-height: 1.5em;

	font-style: normal;
	letter-spacing: 0.0625em;
}



.MainList{
	list-style-type: disc;
	line-height: 1.5em;

	font-weight: bold;
}
.MainList li{
	list-style-type: circle;
}

.ListIndent{
	margin-left: 1.875em;
}

div#BoxRight{
	float: left;
	height: auto;
	width: 21em;
	overflow: hidden;
	padding: 0.1em;
	margin-left: 1.5em;
	margin-top: 0em;

}
div#BoxLeft{
	float: left;
	height: auto;
	width: 21em;
	overflow: hidden;
	padding: 0.1em;
	margin-left: 0.8em;
	margin-top: 0em;
}
div#InnerBoxLeft{
	height: auto;
	width: 18.5em;
	overflow: hidden;
	padding: 0em;
	margin-left: 0.3em;
	margin-top: 1em;
	margin-right: 0.3em;
	margin-bottom: 1em;

}
div#InnerBoxLeft h1{
	margin: 0.625em 0.625em 0.625em;
}
div#InnerBoxLeft h2{
	margin: 0.625em 0.625em 0.625em;
}
div#InnerBoxLeft h3{
	margin: 0.3125em 0.625em 0.625em;
}

div#InnerBoxSmall{
	height: auto;
	width: 17.8125em;
	overflow: hidden;
	padding: 0.1em;
	background-color: #CCCCCC;
	border: 0.0625em solid #666666;
	margin: 0.6em 0.3em;

}
div#InnerBoxSmall li{
	list-style-type: square;
	line-height: 1.5em;

	list-style-position: inside;
	text-indent: -1.875em;
}
.BgrStyle1{
	background-image: url(images/design/style-1/bgr_header.gif);
}
.BgrStyle2{
	background-image: url(images/design/style-2/bgr_header.gif);
}
.BgrStyle3{
	background-image: url(images/design/style-3/bgr_header.gif);
}
.BgrStyle4{
	background-image: url(images/design/style-4/bgr_header.gif);
}
.BgrStyle5{
	background-image: url(images/design/style-5/bgr_header.gif);
}

.OrangeBorder{
	border: 0.125em solid #FF6600;
}

div#content a {
	text-decoration: underline;
	color: #333333;
}
div#content a:hover{
	text-decoration: underline;
	color: #F06000;
	font-weight: bold;
}

div#content a.link {
	padding-left: 1.7em;
	background:     url(images/icons/link.gif) no-repeat left center;
	text-align: right;
	text-decoration: none;
	padding-right: 0.1em;
	color: #333333;
}
div#content a.link:hover {
	color: #FF6600;
	background: url(images/icons/link_hov.gif) no-repeat left center;
}

div#content a.mailto {
	padding-left: 1.7em;
	background:     url(images/icons/mailto.gif) no-repeat left center;
	text-align: right;
	color: #333333;
	text-decoration: none;
	margin-left: 0em;
	font-weight: bold;
	padding-right: 0.1px;

} 
div#content a.mailto:hover {
	color: #FF6600;
	background:     url(images/icons/mailto_hov.gif) no-repeat left center;
} 


div#content img#right {
	float: right;
	display: inline;
	margin-top: 0.9375em;
	margin-right: 0.625em;
	margin-bottom: 1.875em;
	margin-left: 0em;
	clear: right;
	text-align: left;


}
div#content img#left {
	float: left;
	margin-top: 0.9375em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;





}
div#content ul {
	text-indent: 0em;
	list-style-position: outside;
	list-style-type: square;
	padding: 0em 0em 0em 1.875em;
	margin-top: 0em;
	margin-bottom: 0.625em;
	color: #000000;
	margin-left: 0.625em;
	margin-right: 0.3125em;
	line-height: 1.5em;

	font-size: 0.75em;
}
div#content li {
	padding-top: 0.3125em;
}
/*Pictures with caption */

div.figure {
  width: 240px;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
	margin: 0px 0px 0px 5px; 
}
