/* ---------------------------------------------
	Container
   --------------------------------------------- */
/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content: 	".";
	display:	 block;
	height: 	0;
	clear: 		both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

   
   
body {
	background-image: url('images/bg_page.jpg');
	background-position: top center;
	background-repeat: repeat;
	padding: 16px 0px;
	font-family: Verdana, sans serif;
	font-size: 12px;
}
   
#pageContainer {
	width: 996px;
	position: relative;
	margin: 0px auto;
}

#logoContainer {
	background-image: url('images/bg_logo.png');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: -16px;
	left: -36px;
	width: 212px;
	height: 272px;
	z-index: 21;
}

#logoTextContainer {
	background-image: url('images/bg_logo_text.png');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 76px;
	left: 128px;
	width: 368px;
	height: 114px;
	z-index: 20;
}

#headerWrapperContainer,
#contentWrapperContainer,
#footerWrapperContainer {
	margin: 0px 0 0px 0px;
	width: 960px;
}

#headerWrapperContainer {
	padding-top: 106px;
	background-image: url('images/bg_shadow_head.png');
	background-position: 1px 99px;
	background-repeat: no-repeat;
}

#contentWrapperContainer {
	background-image: url('images/bg_shadow_content.png');
	background-position: 1px 0px;
	background-repeat: repeat-y;
}

#footerWrapperContainer  {
	padding-bottom: 10px;
	background-image: url('images/bg_shadow_footer.png');
	background-position: 1px bottom;
	background-repeat: no-repeat;
}

#headerContainer,
#contentContainer,
#footerContainer {
	margin: 0px 16px;
	width: 800px;
	border: 1px solid #FFFFFF;
}

#headerContainer {
	background-image: url('images/bg_head.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 74px;
	border-width: 1px 1px 0px 1px;
}

#contentContainer {
	background-image: url('images/bg_content.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	height: auto;
	border-width: 0px 1px 0px 1px;
}

#footerContainer {
	background-image: url('images/bg_footer.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 144px;
	border-width: 0px 1px 1px 1px;
}

#coffeeSplashContainer {
	background-image: url('images/bg_coffee_splash.png');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 24px;
	right: 66px;
	width: 208px;
	height: 186px;
}

#contentContainer {
	padding: 96px 0px 0px 0px;		/* Gesamtabstand der Inhalte oben */
}

#col1WrapperContainer {
	/* border: 1px solid #ff0000; */
	width: 420px;
	margin: 0px 0px 0px 32px;		/* Gesamtabstand der Inhalte links */
	float: left;
}

#sidebarWrapperContainer {
/*	border: 1px solid #ff0000; */
	width: 300px;
	margin: 0px 16px 0px 0px;	/* Gesamtabstand der Inhalte rechts */
	float: right;
}

/* ---------------------------------------------
	Inhaltsspalte: Textformatierungen
   --------------------------------------------- */
#col1Container p {
	line-height: 146%;
}

#colWideWrapperContainer{
	width: 720px;
	margin: 0px 16px 0px 32px;		/* Gesamtabstand der Inhalte links */
	float: left;
}

a {
	color: #990000;
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

#col1Container h1 {
	color: #990000;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	margin: 0px 0px 12px 0px;
    clear:both;
}

#col1Container h2 {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 8px 0px ;
	padding: 0px;
    clear: both;
}

#col1Container h2  a{
    color:#000;
}

#col1Container h3 {
	font-weight: bold;
	font-size: 12px;
	color: #888888;
	margin: 0px 0px 8px 0px ;
	padding: 0px;
    clear: both;
}

#col1Container h4 {
	font-weight: normal;
	font-size: 11px;
	color: #888888;
	margin: 0px 0px 24px 0px;
    clear:both;
}

#col1Container .postmetadata {
    margin: 24px 0 56px 0;
	color: #888888;
}


#col1Container .pagetitle{
	font-weight: bold;
	font-size: 12px;
	color: #888888;
	margin: 0px 0px 36px 0px ;
	padding: 0px;
    clear: both;
}
/* ---------------------------------------------
	Sidebar: Textformatierungen
   --------------------------------------------- */
.sidebarElement {
	margin: 0px 0px 32px 0px;
}

#sidebarContainer h2 {
	color: #505050;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 12px 0px;
	background-image: url('images/bg_sidebar_element_head.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
    
}

#sidebarContainer ul {
	list-style-type:none;
	padding:0;
	margin: 0px;
}

#sidebarContainer li.widget {
    margin-bottom:32px;
}

#comment{
    width:320px;
}

#sidebarContainer .widget{
margin-bottom:40px;
}



/* Begin 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;
	}
/* End Images */




/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
    margin:0 0 30px 0;
}

/* End Various Tags & Classes*/


#headerContainer  #searchform{
    float:right;
    
    margin:40px 16px 0 0;
}

#s{
    border:1px solid #ccc;
    width:220px;
    height:21px;
    vertical-align:top;
	margin: 0px 3px 0px 0px
}

#searchsubmit{
   /*  background:#ccc url('images/bg_search_button.png'); */
    width:28px;
    height:25px;
    border:0:
}

.quicksearch {
    
    vertical-align:top;
}

/* ---------------------------------------------
	Widgets: allgemein
   --------------------------------------------- */
.widget li {
	padding: 4px 0px;
	border-bottom: 1px dotted #EAEAEA;
}

.textwidget {
	margin: 7px 0px 4px 0px;
}

/* ---------------------------------------------
	Widgets: Twitter
   --------------------------------------------- */
.twtr-widget .twtr-tweet-wrap,
.twtr-hd {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.twtr-ft div {
	padding-left: 0px !important;
}
/*
#twtr-widget-1 .twtr-doc, 
#twtr-widget-1 .twtr-hd a, 
#twtr-widget-1 h3, 
#twtr-widget-1 h4,
#twtr-widget-1 .twtr-new-results, 
#twtr-widget-1 .twtr-results-inner, 
#twtr-widget-1 .twtr-timeline {
	background: transparent !important;
}
*/
/* ---------------------------------------------
	Kommentare: Darstellung
   --------------------------------------------- */
#col1Container small {
	font-size: 12px;
}

ol.commentlist {
	margin: 0px 0px 48px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

ol.commentlist li {
	position: relative;
	border-bottom: 1px dotted #D8D8D8;
}

ol.commentlist li.even {

}

ol.commentlist li.odd {
	background-color: #F4F3F2;
}

ol.commentlist .fn,
ol.commentlist .says {
	color: #888888;
	
}

ol.commentlist .fn {
	font-weight: bold;
	font-style: normal;
}

.comment-body {
	margin: 0px 0px 0px 52px;
	padding: 8px 8px 16px 0px;
}

.comment-author .avatar {
	position: absolute;
	top: 8px;
	left: 6px;
}

textarea#comment {
	border: 1px solid #A0A0A0;
	width: 408px;
	height: 178px;
	padding: 3px 6px;
	margin: 12px 0px 0px 0px;
}

#commentform  p {
	position: relative;
	margin: 0px 0px 12px 0px;
}

#commentform label {
	position: absolute;
	top: 0;
	left: 0;
	color: #888888;
}
#commentform input {
	margin: 18px 0px 0px 0px;
}

#commentform input[type="text"] {
	border: 1px solid #A0A0A0;
	width: 412px;
	padding: 2px 4px;
}

#commentform input {
	_width: auto;
	_padding: 0;
	_border: auto;
}

/* ---------------------------------------------
	Suchseite
   --------------------------------------------- */
body.search-results #col1Container div.post h3,
body.search-results#col1Container div.page h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
}

body.search-results #col1Container div.post p.postmetadata,
body.search-results #col1Container div.page p.postmetadata {
	margin: 0px 0px 36px 0px;
}


#zgs{
    padding-top:15px;
    text-align:right;
}

#facebookLink{
margin-top:10px; 
}

#twitterLink{

}
