body {
	background-color: #b8252e;
	background-image: url(background.gif);
	background-repeat: repeat-y;
}
a:link, a:visited, a:active {
	color: #b8252e;
}
a:hover {
	color: #d84049;
	text-decoration: none;
}

/* Stuktur */
#maindiv {
	width: 960px;
}
#tumblr_eck {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Header */
#header {
}
#header_left {
	float: left;
	width: 513px;
	height: 195px;
	background-image: url(header_bild.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header_left .trans {
	padding-top: 7px;
	color: #ffffff;
	filter:Alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	zoom: 1.0;
}
#header_right {
	float: left;
	width: 257px;
	height: 195px;
	background-color: #b8252e;
}
#header_right a:link, #header_right a:visited, #header_right a:active {
	display: block;
	float: left;
	color: #eabec1;
	font-size: 10px;
	padding: 7px 2px 0px 3px;
	margin-left: 15px;
	border-left: 1px solid #eabec1;
	text-decoration: none;
	filter:Alpha(opacity=100);
	zoom: 1.0;
}
#header_right a:hover {
	color: #ffffff;
	border-left: 1px solid #ffffff;
}

/* Navi */
#navi {
	width: 120px;
	float: left;
	padding-top: 20px;
}
#navi a:link, #navi a:active, #navi a:visited {
	display: block;
	padding: 6px 0px 6px 25px;
	text-decoration: none;
	font-size: 14px;
	color: #545454;
	background-image: url(navi_linie.gif);
	background-repeat: no-repeat;
	background-position: -11px 13px;
}
#navi a:hover, #navi a.aktiv:link, #navi a.aktiv:active, #navi a.aktiv:visited {
	color: #b8252e;
	background-position: 0px 13px;
}
#subnavi {
	margin: 3px 0px 20px 0px;
}
#subnavi a:link, #subnavi a:active, #subnavi a:visited {
	padding: 2px 0px 2px 25px;
	font-size: 10px;
	color: #545454;
	background-image: none;
}
#subnavi a:hover, #subnavi a.aktiv:link, #subnavi a.aktiv:active, #subnavi a.aktiv:visited {
	color: #b8252e;
}

/* Rechte Spalte*/
#rechte_spalte {
	float: right;
	width: 190px;
}

/* Content */
#content_container {
	clear: both;
	width: 770px;
	float: left;
	padding-bottom: 20px;
}
#content_header {
	position: relative;
	height: 73px;
	background-image: url(content_header_back.gif);
	background-repeat: no-repeat;
}
#content_header_claim {
	position: absolute;
	width: 425px;
	bottom: 0px;
	left: 140px;
	padding-bottom: 18px;
	font-style: italic;
}
#content {
	float: right;
	width: 460px;
	margin-right: 170px;
	padding: 25px 0px;
}
#content img {
	border-left: 6px solid #b8252e;
}
#content img.float_left {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content img.float_right {
	clear: both;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content_container table, .content_container table {
	border-collapse: collapse;
}
#content_container th, .content_container table tbody tr th {
	font-size: 12px;
	padding: 7px 0px 7px 0px;
	background-color: #b8252e;
	color: #ffffff;
}
#content_container td, .content_container table tbody tr td {
	padding: 4px 4px;
	border: 1px solid #b8252e;
}
#content_container .noborder td {
	border: 0px;
}

