
body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#31548c;
	background-position:center;
	background-position:top;
}
div#balance{
	width:800px;
	height:100%;
	margin:auto;
	padding:0;
}
div#content{
	width:800px;
	xxheight:120%;
	margin:240px 0 0 0;
	padding:0;
	text-align:left;
	xxborder:solid;
	xxborder-color:#476E92;
	xxborder-width:1px;
}
div#focus{ /* generel container for content like text and images*/
	float:left;
	width:580px;
	margin:0 0 40px 0;
	padding:0;	
}
div#focus h1{ /* definition for title*/
	margin:38px 0 22px 0px; /*spacing, top, right, bottom, left (old 25 px)*/
	padding:0;	
	color:#ffffff; /*font color in Hexadicimal code #ffffff means white*/
	font-size:18px;   /*font size for title*/
	line-height:20px; /*spacing for title*/
	font-style: normal;
	font-weight: normal;
	width:565px;
}
div#focus h2{ /*definition for subtitles or quotes or any specially marked text, color difference*/
	margin:20px 0 5px 0px; /*spacing (old 25px)*/
	padding:0;	
	color:#ccffff; /*color light grey blue = #ccffff*/
	font-size:13px; /* font size */
	line-height:20px; /*spacing between text lines*/
	font-style: normal;
	font-weight: bold;
	width:565px;
}
div#focus h3{
	margin:0 0 40px 0px;
	padding:0;	
	color:#ccffff;
	font-size:13px;
	line-height:20px;
	font-style: normal;
	font-weight: normal;
	width:565px;
}

div#focus .date{
	margin:0 0 20px 0px;
	padding:0;	
	color:#ccffff;
	font-size:10px;
	line-height:20px;
	font-style: normal;
	font-weight: normal;
	width:380px;
}

div#focus .line{
	border-bottom:dotted 1px;
	color: #ccc; 
	margin: 10px 40px 10px 0px;	
	width: 565px;
	}
	
div#focus .italic{
	font-style:italic;
	}


div#focus img{
	margin:3px 0 10px 0;
}
div#focus img.small{
	margin:3px 20px 10px 0;
	float:right;
}
div#focus img.trans{
	margin:3px 0 10px 0;
	opacity:.60; /*Transparentzgrad Navigation*/
}
* html div#focus img.trans{
	filter: alpha(opacity=60);
}
div#focus p{
	margin:0 0 20px 0;
	padding:0;
	color:#ffffff;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
	width:565px;
}

div#focus p img  {
	margin:0 15px 15px 0px;
	float:left;
	padding:0;
	border:none;
	/* for firefox, safari, chrome, etc. */

}

div#focus .media{
	margin:0 0 10px 0;
	padding:0;
	
}

div#focus ol{
	list-style:inside;
	list-style-type:decimal;
	margin:20px 0 20px 0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	width:360px;
}
div#focus ul{
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	width:360px;
}
div#focus li{
	margin:10px 0 0 20px;
	padding:0;
	list-style-position:outside;
	color:#ffffff;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
}
div#focus a:link{
	color:#66ffff; /*Linkfarbe Sprachauswahl*/
	text-decoration: none;
}
div#focus a:visited{
	color: #66ffff; /*Linkfarbe für besuchte Links Sprachauswahl*/
	text-decoration: none;
}
div#focus a:hover{
	color: #99cccc; /*Linkfarbe für Rollover Sprachauswahl*/
	text-decoration: underline; /*Unterstreichung des Rollover im Bereich Content*/
}
div#focus a:active{
	color: #66ffff;   /*Aktive Linkfarbe Sprachauswahl*/
	text-decoration: none;
}
div#focus table{
	margin:0 0 0 0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	border:none;
	border-collapse:collapse;
}
div#focus tr{
	margin: 0px;
	padding: 0px;
	border: 1px solid #476E92;
}
div#focus tr.b{
	margin: 0px;
	padding: 0px;
	background-color: #2d4c80;
}
div#focus th{
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	border: 0px;
}
div#focus td{
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}	
div#focus table a:link{
	color:#66ffff; /*Linkfarbe Sprachauswahl*/
	text-decoration: none;
}
div#focus table a:visited{
	color: #66ffff; /*Linkfarbe für besuchte Links Sprachauswahl*/
	text-decoration: none;
}
div#focus table a:hover{
	color: #99cccc; /*Linkfarbe für Rollover Sprachauswahl*/
	text-decoration: underline; /*Unterstreichung des Rollover im Bereich Content*/
}
div#focus table a:active{
	color: #66ffff;   /*Aktive Linkfarbe Sprachauswahl*/
	text-decoration: none;
}

.red {
	color: #a40d0d;
}

div#focus ul.news {
	list-style: disc inside;
	margin: 0 0 20px 15px;
	width:540px;
}

div#focus ul.news li {
	padding:0;
	margin:0;
}
