html, body {
    font-size: 0.9em;
    margin: 10px 10px 0px 10px;
    font-family: Verdana, sans-serif;
}

/* simple positioning */

#content {
    float: right;
    width: 585px;
    padding: 0 5px;
}

#status_bar {
    clear:both;
    width:400px;
    padding: 0 0 0 450px;
    background-color: #E3E8EC;
    position:relative;
}
/* Prettyness! */

/*
h3 {
    font-size: 1.0em;
    color: #00a;
    margin-bottom:0px;
    padding-bottom:0px;
}
*/

#maincontent a.pfeil {
    padding: 0 0 0 15px;
    background: url(/images/pfeil_rot.gif) no-repeat center left;
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:none;
}

#maincontent a.pfeil:hover { 
    padding: 0 0 0 15px;
    background: url(/images/pfeil_rot.gif) no-repeat center left;
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:none;
	text-decoration:underline;
}

#maincontent a.mann { 
    padding: 0 0 0 15px;
    background: url(/images/mann.gif) no-repeat center left;
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:none;
}

#maincontent a.mann:hover { 
    padding: 0 0 0 15px;
    background: url(/images/mann.gif) no-repeat center left;
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:none;
	text-decoration:underline;
}

#maincontent a.mail {
    padding: 0 0 0 17px;
    background: url(/images/mail.gif) no-repeat center left;
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:none;
}

#maincontent a.mail:hover { 
    padding: 0 0 0 17px;
    background: url(/images/mail.gif) no-repeat center left;
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:none;
	text-decoration:underline;
}

#maincontent {
	width: 541px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	background: url(/images/box_main_m_bottom.gif) no-repeat bottom left;
	padding: 0 0px 20px 25px;
       overflow: hidden;
       float: right;
	
}

#maincontent ul {
    list-style-type:none;
	margin: 0 0 15px 0;
}

#maincontent li {
    padding: 2px 20px 2px 16px;
	background:url(/images/punkt.gif) no-repeat center left;
}

#maincontent p {
	padding: 0 25px 15px 0;	
}

#maincontent h1{
	color: #B12B2D;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/box_main_m_top.gif) no-repeat top left;
	padding: 18px 5px 15px 25px;
    position:relative;
    left:-25px;
    width:600px;
}

#maincontent img {
    margin: 0 10px 5px 0;
    padding: 3px;
    border: 1px solid #ced4da;
}

a {
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:none;
}

a:hover {
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:underline;
}



input[type=text], textarea{ 
    font-size:inherit;
    text-align:inherit;
    font-family:inherit;
    color:inherit;
    margin:2px;
    padding: 2px;
    color: #000000;
    border: solid 1px #ced4da;
}

input{ 
    font-size:inherit;
    text-align:inherit;
    font-family:inherit;
    color:inherit;
    margin:2px;
    padding: 2px;
    color: #000000;
    border: solid 1px #ced4da;
}

input:hover { 
    border: solid 1px #a6abb0;
}


input[type=submit] {
    border:solid 1px #84a250;
    background:url(/images/submit_verlauf.gif) repeat-x top left #73a61f;
    color:#ffffff;
}


input:hover[type=submit] {
    border:solid 1px #6b8441;
    background:url(/images/submit_verlauf.gif) repeat-x top left #73a61f;
    color:#ffffff;
}

#sidebar {
    float: left;
    width: 160px;
    padding: 0px;
}

#sidebar ul, #sidebar ul li {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type:none;
}

#sidebar li a {
    display:block;
    text-decoration:none;
    margin-bottom:0em;
    margin-top:0em;
    color:white;
    background:#39c;
    border-width:1px;
    border-style:solid;
    border-color:#5bd #035 #068 #6cf;
    border-left:1em solid #fc0;
    padding:0.25em 0.5em 0.4em 0.75em;
}

#sidebar li a.sub {
    border-left:0em solid #39c;
    border-top:1px solid #39c;
    border-bottom:1px solid #39c;
    padding:0.1em 0.1em 0.4em 2.5em;
}

#sidebar li a:hover {
    background:#4ad;
}

li {
    list-style-type:none;
}

dl {
    float: left;
	clear: both;
}

dt {
	clear:left;
	float:left;
	width:130px;
	margin:.5em 0;
	font-weight:bold;
}

dd {
	margin: .5em 0;
	float: left;
	padding: 0;
	margin: .5em 0;
	width: 300px;
}

* html dd {
	float: none;
	margin: .5em 0 0 0;
}

.errors {
    list-style-type:none;
    border:1px solid red;
    background-color:#ffdddd;
    font-weight:bold;
    padding:4px;
    margin-top:5px;
}

a.ical {
    text-decoration:none;
    color:#000000;
}

/* Screen CSS*/

* {
   margin: 0;
   padding: 0;
}

body {
    margin: 0 0;
    padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3E8EC;
	text-align: left;
}

#navigation {
	height: 38px;
	color: #666666;
	z-index: 600;
	background-image: url(/images/nav.jpg);
	background-repeat: no-repeat;
	padding-left:180px;
	padding-top: 1px;
	line-height: 10px;
}

#navigation a.act_main{
    background:url(images/icon2.gif) no-repeat center left;
    color:#628d1a;
}

#navigation ul {
	list-style-type: none;
	padding-top: 7px;
}


#navigation li {
	display: inline;
	height: 20px;
}
#navigation a {
	color: #666666;
	padding-right: 0px;
	padding-left: 22px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 8px;
}

#navigation a:hover, #navigation a.act_aktuell_, #navigation a.act_gottesdienste, #navigation a.act_freizeitangebote, 
#navigation a.act_begleitung, #navigation a.act_einrichtungen, #navigation a.act_uber_uns {
	padding-top: 5px;
	padding-bottom: 8px;
	background-image: url(/images/icon2.gif);
	background-repeat: no-repeat;
	color: #628d1a;
	height: 30px;
	background-position: left center;
}

#subNavigationMain ul, #subNavigationMain ul li {
    list-style-type:none;
}


#subNavigation {
    margin: 0px;
    width: 225px;
    float:left;
    top: -3px;
    position:relative;
}

#subNavigationTitel {
	background-image: url(/images/sub_nav1.gif);
	height: 19px;
	background-repeat: no-repeat;
        padding: 17px 0 3px 30px;
}

#subNavigationMain {
	background-image: url(/images/sub_nav2.gif);
	background-repeat: repeat-y;
	padding-left:13px;
	color: #666666;
}


#subNavigationTail {
	background-image: url(/images/sub_nav3.gif);
	background-repeat: no-repeat;
	height: 24px;
}

#subNavigationMain br {
	margin-top: 20px;

}

#subNavigation a {
    padding:6px 16px 6px 24px;
	text-decoration: none;
	color: #666666;
    border-top: solid 1px #d4d9de;
    display:block;
    position:relative;
    left:-6px;
}


#subNavigationTitel a{
    border-top:solid 0px;
    color:#ffffff;
    padding:0px;
    margin:0px;
    font-weight:bold;
    font-size: 12px;
}

#subNavigationMain a:hover {
    padding: 6px 0 6px 24px;
    text-decoration: none;
    display:block;
    width:184px;
    position:relative;
    left:-6px;
    background:url(images/pfeil_gruen.gif) no-repeat center left #e4eee5;
}

#subNavigationMain a.act_sub{
    background:url(images/pfeil_gruen.gif) no-repeat center left;
}


#container {
	width: 800px;
	text-align: left;
	margin: 20px auto;
	position: relative;
	background-color: #e3e8ec;
	text-decoration: none;
	background-repeat: repeat-y;
}

#subContent {
    visibility: hidden;
	width: 131px;
	position: absolute;
	background-color: #FFFFFF;
	left: 628px;
	top: 141px;
	background-repeat: repeat-y;
}

#breadcrumb {
	height: 17px;
	width: 421px;
	position: absolute;
	top: 117px;
	left: 172px;
	padding: 10px;
	font-size: 11px;
	color: #AED359;
}

#breadcrumb a {
	text-decoration: none;
	color: #666666;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#header {
	background-image: url(/images/header.jpg);
	height: 89px;
	width: 800px;
	z-index: 100;
}

#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 800px;
	z-index: 500;
	margin: 10px 0px 0px 0px;
    padding: 25px 0 0 30px;
	clear:both;
    color:#ffffff;
    position:relative;
}

b {
    color: #1d1e1f;
}

h6{
    color: #545454;
	font-size:10px;
	font-weight:normal;
    border-bottom: solid 1px #ced4da;
    margin: 0 0 10px 0;        
    padding: 0 0 1px 0;
	width: 520px;
		
}

h5{
	color: #B12B2D;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/box_main_m_top_alt.gif) no-repeat top left;
	padding: 40px 5px 15px 10px;
	left:-13px;
	position:relative;
	width: 530px;
	clear: both;  }

h4 {
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;  }	

h3{
	color:#1d1e1f;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	position:relative;   
    margin:0 0 0 0;
    top:-15px;
    left:-3px;  }

h2{
	color:#000000;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 20px 5px 10px;
	left:-10px;
	position:relative;
    margin:0 0 0 0;  }

/*Tabelle Termine*/

table.termine {
	text-align: left;
	border-collapse: collapse;
	width: 538px;
	margin: 0 1px 30px 1px;
	position:relative;
	left:-13px;
    top: -10px;  }	

table.termine a {
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:none;
	display:block;  }

table.termine a:hover {
    font-size: 11px;
	color: #B12B2D;
	font-weight: normal;
	text-decoration:underline;  }

table.termine td {
    padding: 10px;  }	

table.termine th {
    background:#ced4da;
	color:#666666;
	padding: 5px;
	position:relative;
	left:-10px;
	/*font-weight:normal;*/  }

table.termine tr.dark {	
    background:#e1e7ee;  }

table.termine tr {	
    border-bottom: 1px solid #ced4da;
	border-top: 1px solid #ced4da;  }

a img.edit_page {
    margin:px 0 0 0;
    z-index:5;
    position: relative;
    top:3px;
    left:-6px;  }
