* { 
				  margin: 0px;
				  padding: 0px;
				}
		
		body {
			    background-color : #bdb19d;
			    }	
			
		.div1 {font-family: Arial, Helvetica, sans-serif;
			      color: #666666;
			      font-size: 12px;
			      font-weight: none;
			      background-color: #666666;
			      border:1px solid #FF0000;
			      padding: 10px;
			      margin: 10px 0px 10px 10px;
			      width: 280px;
			      height: 230px;
			      float: left;
			      background-image: url(logo.jpg);
			      background-position: 10px 10px;
			      background-attachment: fixed;
			      overflow: auto;


			}
								
			
A, P, TD {
	color : #666666;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
A:LINK, A:VISITED {
	color : #666666;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
A:ACTIVE, A:HOVER {
	background-color : #000000;
	color : #FFFFFF;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
.TextNormal {
	color : #666666;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 200;
}
.TextBold14 {
	color : #666666;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TextBold12 {
	color : #666666;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TextBoldwhite {
	color : #FFFFFF;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TextBoldblau {
	color : #035f92;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TextBoldblau14 {
	color : #035f92;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.TextKlein {
	color : #666666;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}
.TextKleinBold {
	color : #666666;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.Tdblau {
	background-color :#FFFFFF;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #035f92;
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #035f92;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #035f92;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #035f92;
}
.Tdblauo {
    border-top-width: 1pt;
    border-top-style: solid;
	border-top-color: #035f92;
}
.Tdblauu {
    border-bottom-width: 1pt;
    border-bottom-style: solid;
	border-bottom-color: #035f92;
}
.TextNormal {
	color : #666666;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 200;
}
.Abstandoben {
    margin: 10px;
}