/*stylesheet druckzentrum*/

/* allgemeine einstellungen */
body {
	/*background-image: url();*/
	background-color:#FFFFFF;
	text-align:center;
	margin-left: 2px;
	/*margin-top: 2px;*/
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color: #000000;
	}		
	
#inhalt {
	width:500px;
}	
/* ohne das übernimmt firefox das center vom body nicht */	
table {
	margin:0 auto 0;
}

#strichli {
	border-left: 1px solid;
	border-left-color: #000000;
}

#strichre {
	border-right: 1px solid;
	border-right-color: #000000;
}
	
h3 {
	margin-top: 20px;
	font-size:18px;
}

a:link, a:visited {
	color:#1B62A8;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;	
	}	
	
#titelbild1 {
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
}




/* kontakt */

p:first-line {
	font-weight: bold;
}


	#table_bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FF0000;
}
.contact_bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
}

