html { background: #000; padding: 10px 10px 10px 10px; text-align: center; }

* html { background: #000; padding: 0px 0px 0px 0px; text-align: center; }  


body { 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	background: #fff;  
	width: 998px; 
	margin: 0 auto; 
	background: url(../images/bg.gif) 0 0 repeat-y; 
	text-align: left !important; 
	}

#page {
	font-size: 0.69em; 
	text-align: left; 
	width: 998px; 
	background: url(../images/header.gif) 0 0 no-repeat; 
	position: relative; // IE - avoid resize bug 
	}
#headerimg 	{ 
	height: 220px; 
	width: 988px; 
	} 

.entry p {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #7f7f7f;
	line-height: 15px;
	}

#footer {
	background: #fff url('http://www.hendrik-baempfer.de/fileadmin/images/footer_bg.jpg') left bottom no-repeat; 
	}

h1, h2, h3 {
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-weight: bold;
	color: #EB976F;
	}

.csc-firstHeader {
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-weight: bold;
	color: #EB976F;
}
	
#headerimg .description, #headerimg p {
	visibility: hidden;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #666;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #dfa083;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}

.fullcolumn {
	clear: both;
	margin: 0 42px 0 42px;
	}
.narrowcolumn {
	float: right;
	margin: 10px 42px 0 0;
	width: 363px;
	}
.leftcolumn {
	width: 525px;
	float: left;
	margin: 12px 0 0 42px;
	}

#footer {
	padding: 0;
	width: 988px;
	clear: both;
	min-height: 84px;
	background: url(../images/footer.gif) bottom left no-repeat;
	}
	* html #footer {
		height: 84px;
		}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 10px;
	color: #9f9f9f;
	}
	#footer a {
		color: #888;
		text-decoration: none;
		border-bottom: 1px dotted #888;
		}
	#footer a:hover {
		border-bottom: none;
		}		
/* End Structure */




h2 {
	margin: 0;
	color: #df926e;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin /fileadmin/images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size: 10pt;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 20px;
	font-size: 10pt;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	/* display: none; */
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#primnav {
	position: absolute;
	left: 589px;
	top: 89px;
	width: 363px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}	
		
#primnav li, #primnav a, #primnav a span {
	display: block;
	width: 363px;
	height: 22px;
	}	
	#primnav li, #primnav a {
		overflow: hidden;
		}
	#primnav li {
		margin-bottom: 1px;
		}		
	#primnav a {
		cursor: pointer;
		text-decoration: none !important;
		}		
	.freunde_und_familie a {
		background: url(../images/nav_freunde_und_familie.gif)
		}	
		.freunde_und_familie a:hover {
			background: url(../images/nav_freunde_und_familie_hi.gif)
			}			
	.fotogalerie a {
		background: url(../images/nav_fotogalerie.gif)
		}	
		.fotogalerie a:hover {
			background: url(../images/nav_fotogalerie_hi.gif)
			}		
	.kondulenzbuch a {
		background: url(../images/nav_kondolenzbuch.gif)
		}	
		.kondulenzbuch a:hover  {
			background: url(../images/nav_kondolenzbuch_hi.gif)
			}			
	.downloads a {
		background: url(../images/nav_downloads.gif)
		}	
		.downloads a:hover  {
			background: url(../images/nav_downloads_hi.gif)
			}			
	.impressum a {
		background: url(../images/nav_impressum.gif)
		}
		.impressum a:hover  {
			background: url(../images/nav_impressum_hi.gif)
			}	
        .geschichten_und_erinnerungen	{		
		background: url(../images/nav_geschichten.gif)
		}
		.geschichten_und_erinnerungen a:hover  {
			background: url(../images/nav_geschichten_hi.gif)
			}	


/* FU TYPO3! */		
div.csc-textpic, 
div.csc-textpic-imagerow {
	clear: none !important;
	}
.csc-textpic-imagewrap, 
.csc-textpic-imagerow, 
.csc-textpic-image, 
.csc-textpic-lastcol, 
.csc-textpic-firstcol, 
.csc-textpic-center, 
.csc-textpic-below {
	width: auto !important;
	}	
.div.csc-textpic-center {
	text-align: left !important;
	}	
.csc-textpic-imagewrap dl, 
.csc-textpic-imagewrap dd, 
.csc-textpic-imagewrap dt,
.csc-textpic-imagewrap img {
	width: auto !important;
	display: inline !important;
	}	
.csc-textpic-imagerow {
	margin-right: 10px !important;
	}	
	
/* Kondolenzbuch */			

.tx-guestbook-form-inputfield-big {
	width: 200px !important;
}

.tx-guestbook-form-textarea {
	width: 350px !important;
}

.tx-guestbook-date {
	border: 1px solid red;
}

.tx-guestbook-header {
  background:#9A9A9A none repeat scroll 0% !important;
}

.tx-wecdiscussion-forumMessageSubject {
  background:#9A9A9A none repeat scroll 0% !important;
}

.tx-wecdiscussion-form {
  background-color: #FFF;
  border: 	0px solid #333;
}

.tx-wecdiscussion-form div.inputFormRow span.textacross {
	display: block; float: left;  width: 100%;  text-align: left; margin: 0px auto;
}

.tx-wecdiscussion-title {
	text-align: left !important;
}

.tx-wecdiscussion-itemFullWidth {
	text-align: left !important;
}

div.inputFormRow span.inputBox textarea {
height:115px !important;
width:90% !important;
}

.tx-wecdiscussion-error {
	font-size:	12px !important;
	font-weight: normal !important;
	color:		red !important;
}

.tx-cegallery-pi1-album_entry {
background-color:#FFF !important;
height:170px !important;
}