* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #0072BC;
}
ul {
	margin-left: 1.5em;
	list-style: square;
}
ol {
	margin-left: 2em;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
.small {
	font-size: 10px;
}
form {
	display: inline;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
/* MainContent Auszeichnungen */
td.mainContent {
	padding: 15px 10px 15px 10px;
	font-size: 12px;
}
td.headline {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
td.autor {
	font-size: 11px;
}
td.datum {
	font-size: 11px;
	padding-bottom: 3px;
}
td.bilder {
	padding-left: 10px;
}
td.bilder img {
	border: 1px solid #444444;
}
/* Box */
table.box {
	border-right: 1px solid #0072BC;
	border-bottom: 1px solid #0072BC;
}
	table.box th {
		background-color: #0072BC;
		color: #FFFFFF;
		font-size: 12px;
		text-align: left;
		font-weight: bold;
		padding: 3px;
	}
	table.box td {
		font-size: 12px;
		line-height: 18px;
		padding: 3px 5px 3px 3px;
	}
/* Termin Tabelle */
table.termine td{
	padding: 3px;
	border-bottom: 1px dashed #DDDDDD;
}
	table.termine td.subheadline {
		font-size: 13px;
		font-weight: bold;
		padding: 10px 3px 3px 3px;
		border-bottom: 1px solid #000000;
	}

/*** NEU ***/
.clear {
	clear: both;
}
#page {
	width: 770px;
}
#header {
	
}
#topleiste {
	background-image: url(global_gfx/header_gfx/header_r2_c1.gif);
	background-repeat: no-repeat;
}
	#topleiste DIV{
		text-align: right;
	}
#breadcrumb {
	background-image: url(global_gfx/header_gfx/header_r4_c1.gif);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 10px;
	padding-left: 188px;
	padding-top: 12px;
}
	#breadcrumb {
		color: #000;
	}
#menu {
	float: left;
	width: 178px;
}
	#menu ul {
		list-style: none;
	}
	#menu ul a {
		font-weight: bold;
		text-decoration: none;
		color: #000;
		display: block;
		height: auto;
		text-align: right;
		padding-right: 20px;
		height: 18px;
		line-height: 18px;
	}
	#menu ul a:hover, #menu ul a.on {
		color: #0072BC;
	}
	#menu ul ul {
		margin-bottom: 10px;
	}
	#menu ul ul a {
		font-weight: normal;
		padding-right: 30px;
		height: 16px;
		line-height: 16px;
		font-size: 11px;
	}
	#menu ul ul a:hover, #menu ul ul a.on {
		font-size: 11px;
		font-weight: normal;
	}
#content {
	float: left;
	width: 572px;
	background-color: #EBF2F5;
	padding: 10px;
}
#footer {
	background-image: url(global_gfx/footer_gfx/footer.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 38px;
}
	#footer a {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	#footer .counter {
		float: left;
		margin-left: 188px;
		margin-top: 15px;
	}
	#footer .footernav {
		float: right;
		margin-top: 15px;
		margin-right: 15px;
	}


