@charset "utf-8";
/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		background-image:url(pictures/background.jpg);
		background-repeat:repeat;
	}
	body {
		min-width:1061px;
	}
	
	img {
	display:block;
	border:none;
}
	

	#wrap {
		margin:0 auto;
		width:1061px;
		background-image:url(pictures/background_y.jpg);
		background-repeat:repeat-y;
		position:relative;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	#header {
	}
	
	#animation {
		position:absolute;
		top:30px;
		left:543px;
	}

	#created_by {
		position:absolute;
		top:0px;
		left:293px;
	}

	#main {
		float:left;
		width:297px;
	}
	

	#sidebar {
		float:right;
		width:764px;
	}
   
	#footer {
		clear:both;
		background-color:#FFFFFF;
	}
	#footer {
		padding:0px;
		margin:0;
		height:81px;
    }
	
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	margin-left:10px;
	margin-top:26px;
	margin-bottom:40px;
	width:663px;
	line-height:20px;
}

#content h1 {
	font-size:24px;
	font-weight:normal;
	color:#a13333;
	margin-top:0px;
	margin-bottom:30px;
}

#content h2 {
	font-size:14px;
	color:#a13333;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
}

#content p {
	margin-top:0px;
	margin-bottom:10px;
}

#content table p {
	margin-top:0px;
	margin-bottom:10px;
}

#content a {
	text-decoration:none;
	border-bottom:1px solid #a13333;
	color:#a13333;
}

table tr td.grau {
	background-color:#f1f1f1;
}

table tr td.links {
	text-align:left;
}

#content tr {
	vertical-align:top;
}

table.contenttable p {
}

table.contenttable img {
}

table.contenttable tr, table.contenttable thead th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	text-align:left;
	font-weight:normal;
}



/* ----------------navigation---------------------- */

#navigation {
	width:297px;
	clear:both;
	background-image:url(pictures/nav_hg.jpg);
	background-repeat:repeat-y;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation li, #navigation ul, #navigation a {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display: block;
	text-decoration:none;
}

#navigation li  {
	clear:left;
}

#navigation li a {
	background:url(pictures/nav_n.jpg);
	background-repeat:no-repeat;
}

#navigation a {
	font-size:14px;
	color:#000;
	width:297px;		
	height:27px;
	line-height:25px;
	text-indent:70px;
}

#navigation li.active a {
	background:url(pictures/nav1_active.jpg);
	background-repeat:no-repeat;
}

#navigation ul li.active li a {
	background:url(pictures/nav2_active.jpg);
	background-repeat:no-repeat;
	color:#8b8a8a;
}



#navigation li.bild2 a {
	background:url(pictures/nav_n.jpg);
}

#navigation ul ul li.active a{
	background:url(pictures/nav2_active.jpg);
	color:#000;
}

#navigation ul ul {
	background:url(pictures/navi_test.jpg);
	background-repeat:repeat-y;
}

#navigation ul a:hover {
	background:url(pictures/nav1_active.jpg);
}


#navigation ul ul a:hover {
	background:url(pictures/nav1_active.jpg);
}

#navigation ul li.active li a:hover {
	background:url(pictures/nav1_over.jpg);
}

#navigation ul ul li.active a:hover {
	background:url(pictures/nav2_active.jpg);
	color:#000;
}


#typo3_aktuelles {
	margin-left:70px;
	margin-bottom:30px;
}

#typo3_aktuelles a {
	text-decoration:none;
	color:#000;
}

#typo3_aktuelles hr {
	width:154px;
	margin:0px;
	padding:0px;
	text-align:left;
	height:1px;
	text-shadow:none;
	text-decoration:none;
	border:none;
	color:#d1d1d1;
	background-color:#d1d1d1;
}

.rahmen img, .rahmenbilder img {
	border:1px solid #9e2121;
}

#content .rahmenbilder a {
	border-bottom:none;
}

img.spacer-gif {
	border:none;
}

