body
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 12px;
 	font-style : normal;
	margin-top: 42px;
	margin-left: 70px;
}
td
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 12px;
 	font-style : normal;
}
.title
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 17px;
 	font-style : normal;
 	font-weight : bold;
 	color : #black;
}
.title2
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 17px;
 	font-style : normal;
 	font-weight : bold;
 	color : #70909a;
}
.subtitle
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 14px;
 	font-style : normal;
 	font-weight : bold;
 	color : #4C6C69;
}		
.bnews
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 12px;
 	font-style : normal;
	font-weight : bold;
}
.bnews2
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 12px;
 	font-style : normal;
	font-weight : bold;
	color: #70909a;
}
.small
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 10px;
 	font-style : normal;
}

.small_bold
{
  font-family: Arial, Helvetica, sans-serif:
  font-size: 10px;
  font-weight: bold;
  color: white;
}

a
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 12px;
 	font-style : normal;
 	color: black;
 	text-decoration: underline; 
}

a:hover
{

}
.input
{
 font-family: Arial,Verdana,serif;
 font-size: 12px;
 width : 80px;
}
.search
{
 font-family: Arial,Verdana,serif;
 color: #000000;
 font-size: 12px;
 width : 200px;
}
.top
{
   font-size : 17px;
   font-weight : bold;
}

.table1
{
  border: 1 solid #8D8D8D;
  font-family : Arial, Helvetica, sans-serif;
 	font-size : 12px;
 	font-style : normal;
	border-collapse: collapse
}

.table1 th
{
 background-color: #8D8D8D;
 padding: 4px;
 color:white;
 text-align : left;
}

.table1 td
{
 border-right:1 solid #8D8D8D;
 border-bottom:1 solid #8D8D8D;
 padding: 4px;
}

.nav
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 14px;
 	font-weight : bold;
	color : navy;
}

	.menu {
		border-collapse: collapse;
	}
	
	.menu td {
		padding: 0;
		text-align: center; 
		border: 0px; 
	}	
	.menu a {
		display: block; 
		width: 100%;
		font-weight: bold;
    text-decoration: none; 
		padding: 2; 
		color: #ffffff;
	}	
	.menu a:hover {
		font-weight: bold;
    color: #70909a; 
	}

/* Neue Tags aus styles.css kopiert */
/* OF: 02.04.09 */

#content_text p.minPaddingBottom{
  margin-bottom:3px;
}

/* Ausrichtung der Liste ganz links */
/* Funktioniert nur bei IE, nicht bei Firefox */
/* OF: 03.12.09 */

ul#content_ul {
	margin-top:3px;
	margin-bottom:3px;
	margin-left: 0px;
}

ul#content_ul li, ul#sub_content_ul li {
	font-size:100%;
	list-style:none;
	background-image:url(../images/bullet_list.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	padding-left:12px;
	padding-top:3px;
}