body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c2c2c2;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.thrColFixHdr #container { 
	width: 980px;
	background: url(../images/widmann_background.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
} 
.thrColFixHdr #header { 
	height: 125px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 219px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	clear:both;
	margin:0;
	padding:0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.thrColFixHdr #middle { 
	margin: 0 212px 0 219px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #middle #mainContent { 
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 18px;
	text-align:justify;
} 

.thrColFixHdr #footer { 
	/*padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a8a282;
	height:20px;
	text-align:right;
} 
.thrColFixHdr #footer p {
	font-size:10px;
	color:#FFF;
	font-weight:200;
	padding:3px 5px 0 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #top_spacer_left{
	clear:both;
	width:219px;
	background: url(../images/widmann_top_bg.gif) repeat-x;
	text-align:right;
}
/******* Header Section: Begin ********/
.thrColFixHdr #header_logo{float:left; width:219px; height:125px; text-align:center; background-color:#FFF; padding:0; margin:0;}
.thrColFixHdr #header_dynamic{float:left; width:549px; height:125px; margin:0; padding:0;}
.thrColFixHdr #header_right{float:left; width:212px; height:125px; text-align:right; background-color:#FFF; padding:0; margin:0;}
/******* Header Section: End ********/

/******* Top Navigation: Begin ********/
.thrColFixHdr #top_spacer_middle{text-align:right; margin:0; height:20px; background-color: #a8a282; padding:0;}
.thrColFixHdr #top_spacer_middle #top_nav{margin:0; padding:0; background: url(../images/horizontal_separator.gif) left repeat-y; line-height:20px; height:20px; display:inline-block;}
.thrColFixHdr #top_spacer_middle #top_nav a{color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; padding:0 4px; margin:0; background: url(../images/horizontal_separator.gif) right repeat-y; height:20px; display:inline-block;}
.thrColFixHdr#top_spacer_middle #top_nav a:hover{color:#720825;}
/******* Top Navigation: End ********/

/******* Left Navigation: Begin ********/
#nav_level1 {margin:0; margin-left:59px; padding:0;}
#nav_level1 li {background-color:#cfc69f; list-style:none; margin:0 0 10px 0; padding:5px;}
#nav_level1 li a{color:#000; text-decoration:none;}

#nav_level2 {margin:5px 0 0 5px; padding:0;}
#nav_level2 li {list-style:none; padding:2px;}
#nav_level2 li.nav_level2_act { border-top:1px solid #F7ECBE; border-bottom:1px solid #F7ECBE;}
#nav_level2 li a{color:#000; text-decoration:none;}

#nav_level3 {margin:5px 0 0 20px; padding:0;}
#nav_level3 li {padding:2px; list-style:circle;}
#nav_level3 li.nav_level3_act {padding:2px; list-style:disc;}
#nav_level3 li a{margin:-6px; color:#000; text-decoration:none;}
/******* Left Navigation: End ********/

/******* Right Content: Begin ********/
.thrColFixHdr #sidebar2 .csc-default{margin:20px 5px 0 5px;	border:1px solid #720825; background:#FFF; padding:0;}
.thrColFixHdr #sidebar2 .csc-default h2{background:#720825;	color:#FFF;	font-size:12px; font-weight:bold; padding:2px; margin:0;}
.thrColFixHdr #sidebar2 .csc-default h3{background:#720825;	color:#FFF;	font-size:12px; font-weight:bold; padding:2px; margin:0;}
.thrColFixHdr #sidebar2 .csc-default p.topbox{background:#720825;	color:#FFF;	font-size:12px; font-weight:bold; padding:2px; margin:0;}
.thrColFixHdr #sidebar2 .csc-default p{padding:2px;	margin:0;}
.thrColFixHdr #sidebar2 .csc-default p.bodytext{padding:2px;	margin:0;}
.thrColFixHdr #top_spacer_right{width:212px; height:20px; background-color: #a8a282;}
/******* Right Content: End ********/

/******* Bottom Content: Begin ********/
.thrColFixHdr #middle #bottomContent .csc-default {
	border:1px solid #000;
	margin:25px 25px 10px 25px;
	padding:5px;
	text-align:justify;
}
.thrColFixHdr #middle #bottomContent .csc-default p{
	margin:0;
	padding:0;
}
/******* Bottom Content: End ********/

/******* Social Bookmarks: Begin ********/
#socialBookmarks {text-align:center; margin-top:20px;}
#socialBookmarks img{border:none;}
/******* Social Bookmarks: End ********/

/******* Veröffentlichungen: Begin ********/
.obituary_list{text-align:center; border-bottom:dashed 1px #666; padding: 10px 0 15px 0;}
.obituary_list p.obituary_name{font-size:18px; font-weight:bold;}
.obituary_list p.obituary_address{font-size:16px;}
.obituary_list p.obituary_birth{font-size:16px;}
.obituary_list p.obituary_death{font-size:16px;}
.obituary_list p.obituary_burial{font-size:16px; margin-top:30px;}
.obituary_list span.links span{background:url(../images/pdf-icon.jpg) left no-repeat; height:20px; display:inline-block; vertical-align:baseline;}
.obituary_list span.links span a{padding: 0 15px; padding-left:22px;}
/******* Veröffentlichungen: End ********/

/******* Veröffentlichungen-pagination: Begin ********/
div#pagination{text-align:center; padding:5px 0; border-bottom:dashed 1px #666;}
div#pagination a{padding:5px;}
/******* Veröffentlichungen-pagination: End ********/

/******* Content: Text with Image - Begin ********/
.csc-textpic-intext-right .csc-textpic-imagewrap { float:right;}
.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image { margin-left:10px;}
.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image img { margin-bottom:4px; margin-top:-6px;}
.csc-textpic-caption { font-size:10px; width:300px; margin:0; padding:0; line-height:1; margin-top:2px;}
.csc-textpic-intext-right img{float:right; margin-left:15px;}
.csc-textpic-intext-left img{float:left; margin-right:15px;}
.csc-textpic-intext-left-nowrap img{float:left; display:inline-block; margin-right:15px;
margin-top:4px;}
/******* Content: Text with Image - End ********/

/* Additional style definitions for the main content area - Begin */
.thrColFixHdr #middle #mainContent #center {text-align:center;} 
.thrColFixHdr #middle #mainContent #right {text-align:right;}
.thrColFixHdr #middle #mainContent h1{font-size: 18px; font-weight: bold; color: #720825;} 
.thrColFixHdr #middle #mainContent h2{font-size: 16px; font-weight: bold; color: #666;} 
.thrColFixHdr #middle #mainContent a{color: #720825;}
/* Additional style definitions for the main content area - End */

/* Some additional Style definitions which can be used on all regions - Begin */
.subheader {font-size: 16px; font-weight: bold;	color: #666;} 
.bold {font-weight: bold;}
td{vertical-align:text-top;}
/* Additional style definitions for the main content area - Begin */

/******* H3 ********/
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align:left;
	}
/******* H3 ********/
.two-cols { width:100%;}
.clearboth { clear:both;}
.float-left { text-align:left; width:40%; float:left; font-size:10px;}
.float-right { text-align:right; width:60%; float:right; font-weight:bold;}

#header_right a { text-decoration:none;}
#header_right a img{ border:0;}
#sidebar2 object, #sidebar2 object embed { border:0;}

#sidebar2 a { color:#720825;}

/******* Gallery: BEGIN *******/
.csc-textpic-imagerow{display:inline; float:left; margin:10px 5px;}
.csc-textpic-imagerow ul{list-style:none; padding:0; margin:0; display:inline;}
.csc-textpic-imagerow ul li{list-style:none; padding:0; margin:0; display:inline;}
.csc-textpic-imagerow ul li a img{padding:0; margin:0;}
/******* Gallery: END *******/

/******* CSS STYLED CONTENT: BEGIN *******/
/* Right (above or below) */
.csc-textpic-right .csc-textpic-imagewrap {float: right;}
.csc-textpic-right .csc-textpic-text {clear: right;}

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

.csc-textpic-center { text-align: center; /* IE-hack */ }
.csc-textpic-center .csc-textpic-imagewrap { margin: 0 auto; }
.csc-textpic-center .csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
.csc-textpic-center .csc-textpic-text { text-align: left; /* Remove IE-hack */ }
/******* CSS STYLED CONTENT: END *******/
