body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	line-height: 150%;
}

table {
	text-align: left;
}

img {
	border: 0;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #B4020E;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:focus {
	text-decoration: none;
	color: #000000;
}

div.seite {
	margin: 5px auto 5px auto;
	padding: 5px;
	width: 1000px;
	border: 2px solid #D22027;
}

div.header {
	margin-bottom: 10px;
	height: 87px;
	border: 1px solid #D22027;
}

	div.header_bild {
		margin: 5px 0px 0px 5px;
		width: 250px;
		text-align: center;
		float: left;
	}
	
	div.header_kasten  {
		margin: 5px 5px 0px 265px;
		height: 77px;
		background-color: #D22027;
	}
	
		div.header_platzhalter {
			height: 18px;
			width: 300px;
		}

		div.header_text {
			text-align: center;
			font-style: italic;
			font-weight: bold;
			font-size: 18pt;
			color: #ffffff;
		}

div.navi {
	float: left;
	width: 250px;
	height: 100%;
	padding: 5px 10px 5px 5px;
	border-right: 1px solid #D22027;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
}

div.content {
	width: 675px;
	margin: 5px 30px 0px 295px;
}

	div.titel {
		margin-bottom: 25px;
		margin-top: 5px;
		text-align: center;
		font-size: 14pt;
		font-style: italic;
	}
	
	div.content_links {
		float: left;
		text-align: center;
	}
		
		div.zitat {
			margin-top: 10px;
			width: 320px;
			font-style: italic;
			font-size: 14pt;
			line-height: 140%;
		}
		
		span.zitat_schlagwort {
			font-size: 18pt;
			color: red;
		}
	
	div.haupttext {
		margin-left: 330px;
	}
	
	div.adresse {
		/* Im Moment keine Funktion */
	}
	
	div.adress_bezeichnung {
		color: red;
		float: left;
		margin-top: 5pt;
	}
	
	div.adress_details {
		margin-left: 330px;
		margin-top: 5pt;
	}
	
	div.adress_zusatz_details {
		font-size: 10pt;
	}
	
	div.adress_trennung {
		height: 5px;
	}
	
	div.job_beschreibung {
		width: 500px;
		padding: 5px;
		margin: 10px 0px 0px 90px;
		border: 1px dashed #D22027;
		text-align: center;
	}
	
	div.gmap {
		margin-left: 40px;
	}
	
	td.button {
		width: 70px;
		height: 35px;
		text-align: center;
	}
	
	div.imagefilm {
		text-align: center;
	}

div.content_ende {
	clear: both;
}

div.footer {
	clear: both;
	margin-top: 10px;
	font-size: 7pt;
	text-align: center;
	border-top: 1px solid #D22027;
}
