body {
	font-family: Arial, sans-serif;
	font-size: 10pt; 
	font-weight: normal;
	color: #222222;
	background-color: #F2F2F2;
}

h1 {
	font-size:1.8em; 
	margin:15px 0px 15px 0px;
	color:#888888;
}

h2 {
	font-size: 1.3em; 
	margin: 10px 0px 0px 0px;
	color:#666666;
}

h1, h2 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
}

p, div, li, ul, span, table, th, tr, td {
	font-weight: normal;
}

p, div {
	margin: 5px 0px 15px 0px;
}

hr {
	border-color:#CCCCCC;
	border-style:solid none none;
	border-width:1px medium medium;
	clear:both;
	height:1px;
	margin:6px 0;
}

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #BBBBBB;
	text-decoration: underline;
}

#Content table {
	border-collapse:collapse;
	margin: 5px 0px 10px 0px;
}

#Content table th {
	background-color:#E6E6E6;
	font-weight: bold;
}

#Content table th, #Content table td {
	border:1px solid #CCCCCC;
	margin:0;
	vertical-align:middle;
	padding: 4px 5px 4px 5px;
	/*white-space:nowrap;*/
}

#Content table.verticalHeader tr th {
	text-align:left;
}

#Content table tr td.inAbstimmung {
	color:#BBBBBB;
}

#Containter {
	border:1px solid #CCCCCC;
	padding:0px;
	margin:0 auto;
	width: 730px;
	background-color: #FFFFFF;
}

#Content {
	border:none;
	padding:0px 10px 15px 10px;
	margin:0px;
}

#Content p {
	border-color:#6E9221;
	border-left:2px solid #6E9221;
	padding-left:6px;
	line-height:1.4em;
}

#Footer {
	background-color:#CCCCCC;
	margin:0px;
	padding:4px 0px 3px 5px;
	text-align:left;
	font-size:0.8em;
	color:#FFFFFF;
}
#Footer a {
	color:#FFFFFF;
}

#Content img {
	border:1px solid #999999;
}

#Content img.naechsteAusgabe {
	float: right;
	margin:0px 0px 10px 20px;
}

#Content img.inhalt {
	float: right;
	margin: -20px 30px 0px 0px;
	border: none;	
}