/* @override http://beta.designoutput.de/pirho/style.css */

/* WEBSITE BODY */

body {
	background: #000 url(graphic/tiledbg.gif) repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}

p, ul, ol {
	margin-bottom: 20px;
	font-size: 13px;
}

ul, ol {
	margin: 20px 0 0 30px;
}

li {
	margin-bottom: 10px;
}

/* NO BORDER FOR LINKED PICTURES */

img{
  border:0;
}


.highlight {
	color: #A52626;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 912px;
}

/* HEADER */

#header {
	width: 912px;
	height: 100px;
	background-image: url(graphic/header.png);
	background-repeat: no-repeat;
	margin-top: 90px;
}

#header:hover {
	background-image: url(graphic/header_normal.png);
}

/* LOGO */

#logo {
	position: relative;
}

#logo img {
	position: absolute;
	top: -60px;
	left: 30px;
}

/* NAVIGATION */

#navigation,
#subnavigation {
	height: 50px;
	width: 912px;
	font-size: 13px;
	margin: 12px 0 0 0;
}


#navigation ul,
#subnavigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	display: block;
	width: 106px;
	height: 40px;
	float: left;
	margin: 0 8px 0 0;
	line-height: 40px;
	text-align: center;
}

#subnavigation li {
	list-style: none;
	display: block;
	width: 218px;
	height: 40px;
	float: left;
	margin: 0 10px 0 0;
	line-height: 40px;
	text-align: center;
}

#navigation li:last-child,
#subnavigation li:last-child {
	margin: 0;
}

#navigation li a {
	color: #404040;
	/*font-weight: bold;*/
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff url(graphic/btnBg1.jpg);
	display: block;
	border: 1px solid #ddd;
/*	-moz-border-radius: 5px;*/
}

#subnavigation li a {
	color: #404040;
	/*font-weight: bold;*/
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff url(graphic/btnBg1.jpg);
	display: block;
	border: 1px solid #ddd;
/*	-moz-border-radius: 5px;*/
}	

#navigation li.active a, 
#subnavigation li.active a{
	color: #a72929;
}

#navigation li a:hover,
#subnavigation li a:hover,
#startseite #nav01,
#ueberuns #nav02,
#bestattung #nav03,
#bestattung #subnav01,
#seebestattung #nav03,
#seebestattung #subnav02,
#waldbestattung #nav03,
#waldbestattung #subnav03,
#diamantbestattung #nav03,
#diamantbestattung #subnav04,
#urnen #nav04,
#vorsorge #nav05,
#ueberfuehrung #nav06,
#trauerfall #nav07,
#kontakt #nav08 {
	border: 1px solid #fff; 
	color: #fff; /* #a72929; */
	/*background: #e0e0e0 url(graphic/btnBg2.jpg);*/
	background: #a52626;
}


/* HORIZONTAL ACCORDION */

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#FFFFFF;
	height:300px;
	padding:10px;
	width:890px;
	border:1px solid #ddd;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

#accordion table #imgslide1 {
	width: 300px;
	height: 224px;
	display: block;
	float: none;
	background: #ccc url(graphic/pi-rho.jpg);
}

#accordion table #imgslide1a {
	width: 300px;
	height: 224px;
	display: block;
	float: none;
	background: #ccc url(folio/saerge/standard1.jpg);
}

#accordion table div#imgslide2 {
	width: 300px;
	height: 224px;
	display: block;
	float: none;
	background: #ccc url(folio/saerge/klassik1.jpg);
}

#accordion table div#imgslide3 {
	width: 300px;
	height: 224px;
	display: block;
	float: none;
	background: #ccc url(folio/saerge/exklusiv1.jpg);
}

#accordion table div#imgslide4 {
	width: 300px;
	height: 224px;
	display: block;
	float: none;
	background: #ccc url(folio/saerge/premium1.jpg);
}

#accordion table div#imgslide5 {
	width: 300px;
	height: 224px;
	display: block;
	float: none;
	background: #ccc url(folio/saerge/eleganz1.jpg);
}

/* content inside a pane should have fixed width */
#accordion table {
	width: 650px;
}

#accordion table td.leftcell {
	width: 270px;
	vertical-align: top;
	padding: 30px 10px 0 20px;
}

#accordion table td.rightcell {
	width: 270px;
	vertical-align: top;
	padding: 30px 10px 0 20px;
	color: #D0D0D0;
}

#accordion table h3 {
	color:#444;
	margin-bottom: 30px;
	line-height: 30px;
	font-size:22px;
	text-transform: uppercase;	
}
	
#accordion table p {
	font-size:14px;
	color:#444;
	text-transform: uppercase;
	line-height: 23px;
}

a.button {
	padding: 10px 15px;
	background: #eee;
	border: 1px solid #e0e0e0;
	text-decoration: none;
	color: gray;
	-moz-border-radius: 3px;
	font-size: 12px;
}

a.button:hover {
	background: #A52626;/*#0044CC*/
	color: white;
}

.sargfeature {
	cursor: pointer;
}


/* FEATURED UNDER*/

#featured_under {
	width: 912px;
	height: 113px;
	background-image: url(graphic/featured_under_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#featured_under_h {
	margin: 40px 0px 0px 40px;
	width: 832px;
	height: 50px;
	float: left;
	display: inline;
}

/* FEATURED FONTS */

h1 {
	font-size: 32px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	line-height: 34px;
	text-decoration: none;
	letter-spacing: -2px;
	color: #FFFFFF;
}

h2 {
	font-size: 15px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#featured p{
	line-height: 16px;
}	

/* IMAGE REPLACEMENT */

#prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

/* FEATURED SUB*/

#featured_sub_wrapper {
	width: 912px;
	height: 100px;
	margin-top: 20px;
}

/* CONTENT */

#content {
	width: 912px;
	background-image: url(../Blue/graphic/content_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

#content_rt {
	width: 912px;
	height: 30px;
	background-image: url(graphic/content_rt.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#content_rb {
	width: 912px;
	height: 30px;
	background-image: url(graphic/content_rb.gif);
	background-repeat: no-repeat;
}

#content_left {
	float: left;
	margin: 0px 0px 0px 25px;
	width: 550px;
	display: inline;
}

#content_right {
	float: right;
	margin: 0px 25px 0px 62px;
	width: 250px;
	display: inline;
}


/*Bestattungen*/

#bestattung #content_left {
	float: left;
	margin: 0px 0px 0px 25px;
	width: 300px;
	display: inline;
}

#bestattung #content_middle {
	float: left;
	margin-left: 20px;
	width: 250px;
	display: inline;
}

#bestattung #content_right {
	float: left;
	margin-left:35px;
	margin-right: 0;
	width: 250px;
	display: inline;
}

#bestattung .content_left_h {
	width: 300px;
	height: 30px;
	background-image: url(graphic/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}

ul#bestattungsreihen {
	margin: 0;
}

ul#bestattungsreihen li {
	list-style: none;
	width: 250px;
	margin-bottom: 10px;
}

ul#bestattungsreihen li a {
	display: block;
	color: #000;
	padding: 4px 0;
	background: #ccc;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

ul#bestattungsreihen li a:hover,
ul#bestattungsreihen li a.brSelected {
	color: #A52626;
	background: #ddd;
}

#content_portfolio_wrapper {
	width: 912px;
}

.content_portfolio_l {
	float: left;
	margin: 0px 0px 0px 25px;
	width: 312px;
	display: inline;
}

.content_portfolio_l h4{
	margin: 5px 0 20px 0;
}

.content_portfolio_l .urnenpreis {
	text-align: right;
	font-style: italic;
}

.content_portfolio_r {
	float: right;
	margin: 0px 25px 0px 48px;
	width: 500px;
	display: inline;
}

.content_portfolio_r img {
	border: 1px solid #b4b4b4;
}

.content_portfolio_h {
	width: 862px;
	height: 30px;
	background-image: url(graphic/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 20px 25px;
}

.content_portfolio_sep {
	width: 862px;
	height: 51px;
	margin: 0px 25px 0px 25px;
}

.content_left_h {
	width: 500px;
	height: 30px;
	background-image: url(graphic/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}

.content_right_h {
	width: 250px;
	height: 30px;
	background-image: url(graphic/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}

.content p {
	line-height: 18px;}

.content a {
	font-size: 13px;
	color: #A52626;
	text-decoration: underline;
}

h3 {
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: -1px;
	color: #303030;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 15px;
}

.pic {
	float: left;
	display: inline;
	margin-right: 20px;
}

.icon {
	float: left;
	display: inline;
	margin: 3px 10px 0px 0px;
	padding-bottom: 10px;
}

.preis, .tel {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 35px;
}


/* FOOTER */

#footer {
	width: 912px;
	height: 54px;
	margin: 20px 0px 40px 0px;
	background-image: url(graphic/footer_bg.gif);
}

.footer p {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
}

.footer a {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}

#footer_left {
	float: left;
	width: 441px;
	margin: 19px 0px 0px 15px;
	display: inline;
}

#footer_right {
	float: right;
	width: 441px;
	margin: 19px 15px 0px 0px;
	text-align: right;
	display: inline;
}

/* --- CONTACT FORM --- */

.form_nm {
	background-color: #f9f9f9;
	color: #404040;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #dcdcdc;
	text-indent: 8px;
	width: 200px;
	height: 20px;
	padding-top: 4px;
}

.form_tf {
	background-color: #f9f9f9;
	color: #404040;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #dcdcdc;
	text-indent: 8px;
	line-height: 18px;
	width: 380px;
	height: 150px;
	padding-top: 5px;
}

input[type=submit] {
	display: block;
	border: 1px solid #ccc;
	width: 80px;
	height: 30px;
	color: white;
	text-transform: uppercase;
	background: #a7292a;
}