body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	line-height: 15px;
}


/* --- inhalt styles ---*/

h1 {
	color: #cc0000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	border-bottom: 1px solid #c0c2c4;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 {}

h3 {
	color: #cc0000;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.email {
	background-image: url("/pictures/email.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
}

a.email:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
}

td {
	color: #000000;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	line-height: 15px;
}

th {
	color: #000000;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
text-align: left;
}

hr {
	color: #c0c2c4;
	background-color: #c0c2c4;
	height: 1px;
	border: 0;

}

ul {
margin: 0;
padding: 0;
padding-left: 17px;
}

img, img a {border: 0 }

/*---formular---*/

fieldset {
	padding: 5px;
	border: 1px solid #c0c2c4:
}

input, textarea, .formfield {
	border: 1px solid #c0c2c4;
	font-size: 11px;
	color: 555555;
	padding: 3px;
	vertical-align: top;
}


/* --------- layout --------- */

/* --- grundlayout --- */

#main  {
	background-image: url("/pictures/bg_main.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px; 
	padding: 0;
	width: 960px; 
	border-right: 1px solid #a19e9e; 
	border-bottom: 1px solid #a19e9e
}


#haus  {
	background-image: url("/pictures/bg_haus.jpg");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}

#kirche  {
	background-image: url("/pictures/bg_evang_kirche.jpg");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}


#portrait  {
	background-image: url("/pictures/bg_portrait.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}

#gesundheit {
	background-image: url("/pictures/bg_gesundheit.jpg");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}
#verwaltung {
	background-image: url("/pictures/bg_verwaltung.jpg");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}


#bibliothek{
	background-image: url("/pictures/bg_biblio.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}


#musik{
	background-image: url("/pictures/bg_musik.jpg");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}

#energie {
	background-image: url("/pictures/bg_energie.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}


#kathkirche {
	background-image: url("/pictures/kathkirche.jpg");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	position: absolute;
	top: 15px; 
	left: 30px;
	width: 156px;
	height: 156px;
	border: solid 1px #c0c2c4
}





html>body #haus {
	width: 154px;
	height: 154px;
}


/* --- navi links --- */

#navi {
	float: left;
	margin: 95px 0 15px 15px;
	background-color: #ffffff;
	border: 0px;
	width: auto;
}

html>body #navi {
	margin-left: 30px;
}

/* --- sidebar --- */

#s_container {
	float: right;
	margin-top: 45px;
	margin-right: 5px;
	margin-left: 5px;
	width: 120px;
}

html>body #s_container {
	margin-right: 10px;
	margin-left: 0px;
}

#sidebar {
	background-color: #eff6ef;
	border: 1px solid #4c9c4c;
	padding: 7px;
	font-size: 11px;
}

#sidebar a {
	color: #000000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #cc0000;
	text-decoration: none;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;

}

#sidebar ul.s_ul {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #c0c2c4;
}

#sidebar li {
	list-style-type: none;
	margin: 0px;
}

#banner {
	margin-top: 20px;
	width: 113px;
}

#banner img {
	padding-bottom: 15px;
}

/* --- content ---*/

#c_container  {
	background-color: rgb(254,250,250);
	background-image: url("/pictures/bg_content.gif");
	background-repeat: no-repeat;
	background-position: 72px 0;
	margin-right: 150px;
	margin-left: 210px;
	padding: 25px 11px 0;
	height: 350px;
	border: solid 1px #cc0000
}

html>body #c_container {
	height: auto;
	min-height: 350px;
	background-position: 75px 0px;
}

#c_start  {
	background-color: rgb(254,250,250);
	margin-right: 150px;
	margin-left: 210px;	
padding-top: 25px;
	padding-left: 11px;
	height: 350px;
	border: solid 1px #cc0000
}

#startbild {
	background-image: url("/pictures/startbild.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 435px;
}

html>body #c_start {
	height: auto;
	min-height: 350px;
	background-position: 75px 0px;
}

#c_start img {
	padding: 0px;
	border: 0px;
}


#content {
	padding-left: 22px;
	padding-bottom: 10px;
}


/* --- footer content ---*/

#c_footer {
	padding: 3px 0 3px 7px;
	border-top: 1px solid #c0c2c4;
	color: #666666;
	font-size: 11px;
}

html>body #c_footer {
	padding-left: 22px;
}

#c_footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#c_footer_left {
	float: left;
}

#c_footer_right {
	float: right;
	color: #000
}

#c_footer a {
	color: #000000;
	text-decoration: none;
}

#c_footer a:hover {
	color: #cc0000;
	text-decoration: none;
}

#c_footer a.backslash {
	color: #666666;
	text-decoration: none;
}

#c_footer a.backslash:hover {
	color: #cc0000;
	text-decoration: none;
}

/* --- footer --- */

#footer {
	color: #666666;
	font-size: 11px;
	margin-left: 221px;
	padding: 15px 0 15px 0;
        clear: both;
}

#startseite ul {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

#startseite li {
	float: left;
	list-style-type: none;
}

li.left {
	width: 250px;
}

.clear {clear: both; line-height: 0;}

.hide { display: none}

/* dokumente */
a.pdf  {
background-image: url('/icons/module/Dokument3_0/icon_pdf_klein.gif');
}
a.doc, a.rtf  {
background-image: url('/icons/module/Dokument3_0/icon_word_klein.gif');
}
a.xls  {
background-image: url('/icons/module/Dokument3_0/icon_excel_klein.gif');
}
a.pps  {
background-image: url('/icons/module/Dokument3_0/icon_powerpoint_klein.gif');
}
a.zip  {background-image: url('/icons/module/Dokument3_0/icon_zip_klein.gif');
}
a.document {
background-position: 0 0;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 20px;
background-repeat: no-repeat;
}

#created {
margin-top: -15px;
margin-left: 30px;
font-size: 11px;
color: #999;
}
#created a {
text-decoration: underline;
color: #999;
}
#created a:hover {
color: #000;
}

