
/********************************************************************************
 * Basis Definitionen
 ********************************************************************************/

html {
	width: 1024px;
}

body {
  font-family:Arial,sans-serif;
  margin:0;
  width:1002px;
  color:#231f20;
  background-repeat:no-repeat;
  background-position: 0px 21px;
  font-size:10pt;
  line-height: 140%;
}


div, td, th {
  font-family:Arial,sans-serif;
  margin:0;
  color:#231f20;
  font-size:10pt;
  line-height: 150%;
  
}

h1 {
width: 100%;
border-style: dotted;
border-width: 0px 0px 0px 0px;
border-color: #999999;
font-size:10pt;
font-weight:bold;
padding-bottom:10px;
margin:0px;
margin-bottom:5px;
text-transform: UPPERCASE;
	background-image:url("/images/elements/dotted.png");
	background-position:left bottom;
	background-repeat:repeat-x;
}

h2 {
width: 100%;
border-style: dotted;
border-width: 0px 0px 1px 0px;
border-color: #999999;
font-size:9pt;
font-weight:bold;
padding-top:3px;
padding-bottom:10px;
margin:0px;
margin-bottom:10px;
}



h3 {
width: 100%;
border-style: dotted;
border-width: 0px 0px 0px 0px;
border-color: #999999;
font-size:10pt;
font-weight:bold;
padding-bottom:10px;
margin:0px;
margin-bottom:5px;
margin-top:-14px;
text-transform: UPPERCASE;
	background-image:url("/images/elements/dotted.png");
	background-position:left bottom;
	background-repeat:repeat-x;
}

hr {
	weight: 100%;
	height: 1px;
	color: transparent;
	background-color:#ffffff;
	margin-bottom: -10px;
	border-style: none;
	background-image:url("/images/elements/dotted.png");
	background-position:left bottom;
	background-repeat:repeat-x;
	
}

.hrdiv {
	weight: 100%;
	height: 1px;
	color: transparent;
	background-color:#ffffff;
	margin-bottom: 5px;
	border-style: none;
	background-image:url("/images/elements/dotted.png");
	background-position:left bottom;
	background-repeat:repeat-x;
	margin-top: 15px;
	
}

.box_colored h1{
	  color:#ffffff;
	  border-width: 1px;
}

.box_colored h2{
	  color:#ffffff;
	 border-width: 1px;
}
.box_colored h3{
	  color:#ffffff;
	  border-width: 1px;
}

italic {
	font-style:italic;
	}
	
span.wow {
  color:#f04a23;
}

.clear_both {
	clear: both;
}
