/**
 * Stylesheet für das heiligkindTheme
 */
 
* html, body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: arial, verdana, helvetica, times, sans-serif;
	font-size: 13px;
}
 
div#header {
	height: 125px;
	width: 939px;
	margin: 10px auto;
}

div#header span#header_left {
	float: left;
	display: block;
	background-image: url(images/banner_top_left.png);
	height: 125px;
	width: 465px;
	background-repeat: no-repeat;
}

div#header div#header_right {
	float: left;
	background-image: url(images/banner_top_right.png);
	height: 125px;
	width: 474px;
	background-repeat: no-repeat;
}

div#header_right a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

div#header_right a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

div#header a#home_link {
	display: block;
	width: 100%;
	height: 125px;
}

table.root {
	width: 939px;
	margin: 0px auto;	
}

table.content {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	empty-cells: show;	
}

table.content td.top {
	height: 26px;
	background-image: url(images/content_box_top.png);
	background-repeat: no-repeat;
	padding: 2px 5px 0 110px;
}

table.content td.content {
	background-image: url(images/content_box_background.png);
	background-repeat: repeat-y;
	padding: 5px 20px 5px 4px;
	width: 730px;
}

table.content td.top a {
	color: #232321;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
}

table.content td.top a:hover {
	color: #000000;
	text-decoration: underline;
}

table.content td.content div.page_nav {
	text-align: right;
	padding: 0px 5px;
	font-size: 11px;
}

table.content td.bottom {
	height: 24px;
	background-image: url(images/content_box_bottom.png);
	background-repeat: no-repeat;
}

table.search_table, table.rss_table, table.blogroll_table, table.meta_table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 0px;
	padding: 0px;
	width: 187px;
	margin-bottom: 15px;
}

table.search_table td.top {
	background-image: url(images/search_box_top.png);
	background-repeat: no-repeat;
	height: 20px;
}

table.search_table td.content {
	background-image: url(images/box_background.png);
	background-repeat: repeat-y;
}

table.search_table td.bottom {
	background-image: url(images/box_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}


table.rss_table td.top {
	background-image: url(images/rss_box_top.png);
	background-repeat: no-repeat;
	height: 20px;
}

table.rss_table td.content {
	background-image: url(images/box_background.png);
	background-repeat: repeat-y;
}

table.rss_table td.bottom {
	background-image: url(images/box_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

table.blogroll_table td.top {
	background-image: url(images/blogroll_box_top.png);
	background-repeat: no-repeat;
	height: 20px;
}

table.blogroll_table td.content {
	background-image: url(images/box_background.png);
	background-repeat: repeat-y;
}

table.blogroll_table td.content ul.tweets {
	list-style-type: square;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 12px;
}

table.blogroll_table td.content div#twitter_div {
	margin: 0 5px 0 0;	
}

table.blogroll_table td.content div#twitter_div a {
	color: rgb(212,212,212);	
}

a#twitter-link img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;	
}

a#twitter-link:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;	
}

table.blogroll_table td.content ul.tweets li {
	padding: 2px 0;	
}

table.blogroll_table td.bottom {
	background-image: url(images/box_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}


table.meta_table td.top {
	background-image: url(images/meta_box_top.png);
	background-repeat: no-repeat;
	height: 20px;
}

table.meta_table td.content {
	background-image: url(images/box_background.png);
	background-repeat: repeat-y;
}

table.meta_table td.bottom {
	background-image: url(images/box_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

h3.nav_headline {
	text-align: center;
	border-bottom: 1px solid #808080;
	font-size: 13px;
	font-weight: bold;
}

div.googleads {
	text-align: center;

}

table.blogroll_table ul.links {
	padding-left: 10px;
	list-style-type: none;
	font-weight: bold;
	color: #303030;
}

ul.links li.pagenav ul {
	font-weight: normal;
	list-style-type: square;
	padding-left: 10px;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px dotted #F4F4F4;
}

table.blogroll_table li.pagenav ul a {
	color: #D4D4D4;
	text-decoration: none;
}

table.blogroll_table li.pagenav ul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table#wp-calendar {
	width: 170px;
	margin: 0px auto;
}

table#wp-calendar tbody td {
	text-align: center;
}

table#wp-calendar caption {
	color: #000000;
	border-bottom: 1px solid #505050;
	width: 100%;
}

table#wp-calendar a {
	color: #D4D4D4;
	text-decoration: none;
}

table#wp-calendar tbody a {
	font-weight: bold;
}

table#wp-calendar tfoot a {
	font-size: 11px;
}

table#wp-calendar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

input.text {
	border: 1px solid #000000;
	padding: 1px 2px;
	font-size: 11px;
	color: #808080;
	width: 100px;
}

input.text:focus {
	border: 1px solid #C40000;
	color: #000000;
}

input.searchbutton, input#submit {
	border: 1px solid #000000;
	background-color: #3F4F05;
	color: #FFFFFF;
	font-size: 11px;
}

h3.storytitle, h3#respond, h3#comments {
	padding-left: 20px;
	background-image: url(images/headline_icon.png);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #808080;
	background-position: 1px 2px;
	margin-bottom: 3px;
}

table.root td.content h3.storytitle a {
	color: #505050;
	text-decoration: none;
}

table.root td.content div.storycontent {
	background-image: url(images/story_bg.png);
	background-repeat: repeat;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
}

div.meta, div.feedback {
	font-size: 11px;
	padding: 0px 5px;
}

div.feedback {
	text-align: right;
}

table.root td.content a {
	color: #69000A;
	text-decoration: none;
}

table.root td.content a:hover {
	text-decoration: underline;
}

table.root td.content div.post {
	margin-bottom: 10px;
	width: 723px;
}

div.post blockquote {
	border: 1px dotted #808080;
	background-color: #F4F4F4;
	margin: 3px;
	padding: 3px;
}

input#author, input#email, input#url, textarea#comment {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #808080;
	padding: 1px 2px;
	font-size: 11px;
	font-family: arial, verdana, helvetica, times, sans-serif;
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	color: #000000;
	border: 1px solid #C40000;
}

ol.commentlist {
	padding-left: 20px;
}

ol.commentlist li.alt {
	border: 1px dotted #808080;
	background-color: #F4F4F4;
	padding: 3px;
	margin-bottom: 10px;
}

img.img_right {
	border: 1px solid #808080;
	margin: 3px;
	padding: 2px;
	float: right;
}

img.img_left {
	border: 1px solid #808080;
	margin: 3px;
	padding: 2px;
	float: left;
}

img.img_center {
	border: 1px solid #808080;
	margin: 3px auto;
	padding: 2px;
}
