html, body, div, p, table, td, span, ul, ol, li, a, form {
	color:black;
	text-align:justify;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	color:black;
	border-bottom:1px dotted black;
}

.ueb1, .ueb2 {
	color:black;
}

#main {
	background:#fff;
	padding:5px;
	margin-top:0;
}

#inhalt {
	margin:15px;
	padding:0;
}

#druck {
	border:1px solid black;
	background: #f5f5f5;
	clear:both;
	font-size:10px;
	margin-top:50px;
	padding:5px;
	text-align:center;
}

#druck hr {
	color:black;
	height:1px;
	border:1px solid black;
	width:75%;
	text-align:center;
}

a.link {
	color:black;
	text-decoration:none;
	font-weight:normal;
	background:none;
	padding-left:0;
}

body {
	background:#fff;
	margin:10px;
	padding:0;
	border:none;
}

table.urteile td.head {
    color: white;
    background-color: black;
    width:15%;
    font-weight:bold;
}

table.urteile td.head2 {
    background-color: #f5f5f5;
    width:34%;
    font-weight:bold;
}

.ue33{
  	background:#000;
  	color:#fff;
  	font-size:30px;
 	text-align:center;
}

/* Elemente die nicht gedruckt werden sollen */
#navi, #box, #header, a.top {
	display:none;
}

