/* CSS Document */

/***********************************************/

/* styles.css                                  */

/* Version 1.0                                 */

/***********************************************/

/***********************************************/

/* Author:                                     */

/* Buero brandwalker - Tony Peters             */

/* http://www.brandwalker.com                  */

/***********************************************/

/***********************************************/

/* HTML tag styles    Basics                   */

/***********************************************/


body, html {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #DF6300;
	text-align: center;
}

img, div { behavior: url(../iepngfix/iepngfix.htc) }

a img {border: none;}

/***********************************************/

/* Seitenaufteilung Basics                     */

/***********************************************/

#wrapper_all { 
	width: 830px;
	min-height: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #F8D0B2 url(../images/background_border_img.gif) 250px 0px repeat-y;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

* html #wrapper_all {
	height: 100%;
	width: 840px;
	w\idth: 830px;
}

#wrapper_content {
	padding: 0;
	margin: 0;
}

#sidebar {
	background: transparent;
	width: 250px;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}

#main_content {
	width: 575px;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	background: transparent;
}

div.clear {
	clear:both;
	float:none;
	font-size:0.1px;
	height:0pt;
	line-height:0pt;
}



/***********************************************/

/* Sidebar mit Hauptnavigation und Logo        */

/***********************************************/

#logo {
	padding: 0px 0 0 0;
	margin: 0;
	text-align: center;
	height: 315px;
}

#logo img {
	border-top: 50px solid #F8D0B2;
	padding: 0;
	margin: 0;
}

#sidebar_nav {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#sidebar_nav ul {
	padding: 0 0 20px 0;
	margin: 0;
	list-style-type: none;
	border-top: 2px solid #fff;
}

#sidebar_nav ul li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #fff;
}

#sidebar_nav ul li a,
#sidebar_nav ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 3px 0;
	width: 100%;
	background: #F8D0B2;
	text-indent: 30px;
}

#sidebar_nav ul li a:hover {
	background: #DF6300;
	color: #fff;
	text-decoration: none;
}

#sidebar_nav ul li a.act,
#sidebar_nav ul li a.act:visited,
#sidebar_nav ul li ul li a.act,
#sidebar_nav ul li ul li a.act:visited {
	display: block;
	background: #DF6300;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
	width: 100%;
}

/* Second Level */
#sidebar_nav ul ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar_nav ul ul li.last_list {
	border: none;
}

#sidebar_nav ul ul li a,
#sidebar_nav ul ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 3px 0;
	width: 100%;
	background: #F3A973;
	text-indent: 40px;
}

#sidebar_nav ul ul li a:hover {
	background: #DF6300;
	color: #fff;
	text-decoration: none;
}

/***********************************************/

/* Header                                      */

/***********************************************/

body.startseite #wrapper_header { 
	background: url(../images/header_startseite.jpg) top left no-repeat;
}

body.hospiz #wrapper_header { 
	background: url(../images/header_hospiz.jpg) top left no-repeat;
}

body.ambulant #wrapper_header { 
	background: url(../images/header_ambulant.jpg) top left no-repeat;
}

body.station #wrapper_header { 
	background: url(../images/header_station.jpg) top left no-repeat;
}

body.seelsorge #wrapper_header { 
	background: url(../images/header_seelsorge.jpg) top left no-repeat;
}

body.bilder #wrapper_header { 
	background: url(../images/header_bilder.gif) top left no-repeat;
}

body.aktuelles #wrapper_header { 
	background: url(../images/header_aktuelles.jpg) top left no-repeat;
}

body.termine #wrapper_header { 
	background: url(../images/header_termine.jpg) top left no-repeat;
}

body.spenden #wrapper_header { 
	background: url(../images/header_spenden.jpg) top left no-repeat;
}

body.trauerangebote #wrapper_header { 
	background: url(../images/header_trauerangebote.jpg) top left no-repeat;
}

body.links #wrapper_header { 
	background: url(../images/header_links.jpg) top left no-repeat;
}

body.kontakt #wrapper_header { 
	background: url(../images/header_kontakt.jpg) top left no-repeat;
}

body.impressum #wrapper_header { 
	background: url(../images/header_impressum.jpg) top left no-repeat;
}

body.stern #wrapper_header { 
	background: url(../images/header_hospizstern.jpg) top left no-repeat;
}


#wrapper_header { 
	padding: 255px 0 0 0;
	margin: 0;
}

#header_title {
	padding: 0 0 0 40px;
	margin: 0;
	height: 60px;
	background: url(../images/header_title_trans.png) repeat;
}

#header_title h1 {
	padding: 0;
	margin: 0;
	line-height: 59px;
	font-weight: bold;
	font-size: 22px;
}

/***********************************************/

/* Hauptinhalte                               */

/***********************************************/


#content_wrapper  a,
#content_wrapper  a:visited {
	text-decoration: underline;
	color: #000;
}

#content_wrapper a:hover {
	text-decoration: none;
}

#content_wrapper {
	border-top: 2px solid #fff;
	padding: 40px 40px 0 40px;
}

#content_wrapper .content_box {
	text-align: right;
}


#content_wrapper .content_box_galerie {
	text-align: left;
}

#content_wrapper p.italic_style {
	font-style: italic;
}

#content_wrapper .content_box img {
	border: 2px solid #fff;
	margin-left: 2px;
}

#content_wrapper .content_box_galerie img {
	border: 2px solid #fff;
	margin-right: 2px;
}

#content_wrapper p.nav_bildgalerie {
	text-align: center;
}

#content_wrapper p.nav_bildgalerie span {
	line-height: 12px;
}

#content_wrapper p.nav_bildgalerie span a,
#content_wrapper p.nav_bildgalerie span a:visited {
	background: #DF6300;
	border: 1px solid #fff;
	color: #FFFFFF;
	padding:2px 6px;
	text-decoration: none;
}

#content_wrapper p.nav_bildgalerie span a:hover {
	background: #fff;
	border: 1px solid #DF6300;
	color: #DF6300;
	text-decoration: none;
}

#content_wrapper p.nav_bildgalerie span.act a {
	background: #fff;
	border: 1px solid #DF6300;
	color: #D84f00;
	text-decoration: none;
}

#content_wrapper p {
	padding: 0px 0 5px 0;
	margin: 0;
	line-height: 17px;
	font-size: 12px;
}

#content_wrapper table.preise {
	line-height: 17px;
	font-size: 12px;
	margin: 10px 0 10px 0;
}

#content_wrapper h1, h2 {
	font-weight: normal;
	font-size: 12px;
	color: #DF6300;
	padding: 15px 0 0px 0;
	margin: 0;
}

#content_wrapper ul.content_liste {
	line-height: 15px;
	font-size: 12px;
	margin: 5px 0 0 15px;
	padding:0;
}






