body {
	color: #013383;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: verdana, arial, Helvetica;
	font-size: 10pt;
	line-height: 130%;
	}


th, td, input {
	font-family: verdana, arial, Helvetica;
	font-size: 10pt;
	line-height: 130%;
	color: #013383;
}

#content img {
  	float:left;
  	padding: 3px; /* Abstand zwischen Bild und Rahmen */
  	border-color:  #ccc; /* Hellgrauer Bilderrahmen */
  	margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */
  	margin-bottom: 15px; /* Abstand unten zwischen Rahmen und Text */
	}

li {
	font-size: 10pt;
	color: #013383;
	list-style: none outside;
	background: url(dot.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

#table_header {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
    line-height: 150%;
	
}
.table_header {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
    line-height: 150%;
}
	/* General linkology */
	
a:link, a:visited {
	text-decoration: none;
              font-weight: bold;
	background: transparent; 
	color: #2670B7;
	}

a:hover {
	text-decoration : underline;
	font-weight: bold;
	background: transparent; 
   	 color: #2670B7;
	}

a:active {
	text-decoration : none;
	color: #2670B7;
	background: transparent;  
}

h1 {
	font-size: 10pt;
	line-height: normal;
	color: #013383;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica";	
}


h2 {
	font-size: 12pt;
	line-height: normal;
	color: #013383;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica";	
}

.bildlinks {
  float:left;
  padding: 3px; /* Abstand zwischen Bild und Rahmen */
  border: 5px solid #ccc; /* Hellgrauer Bilderrahmen */
  margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */
  margin-bottom: 15px; /* Abstand unten zwischen Rahmen und Text */
}

.bildrechts {
  float:right;
  padding: 3px;
  border: 5px solid #ccc;
  margin-bottom: 15px;
  margin-left: 15px;
}