
body {
	margin: 0;
	padding: 0;
	font-family: Arial Narrow;
	font-size: 62.5%; /* Resets 1em to 10px , but there's font-size's all over the place compensating for it.*/
	color: #333333;
	background-color: #f9f9f9;
	background-image: url('background.jpg');
	background-repeat: repeat-x
	}


a{font-size:10pt;:text-decoration:none;}
a:link { text-decoration:none; font-weight:bold; color:#000000; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }
a:hover { text-decoration:none; font-weight:bold; color:#FF0080;}
a:active { text-decoration:none; font-weight:bold; color:#000000;} 


a img {
	border: none;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.center {
	text-align: center;
	}

.pagetitle {
	position: relative;
	top: 7px;
	margin: 0px 0px 50px 0px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	}

/* B_R margin fuer IE6*/
*html .pagetitle {
	position: relative;
	top: 7px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/* ergaenzung für absaetze HUESEL */
.entry p { margin-bottom: 1em; }

/**************
 *** Header ***
 **************/

#header {
	position: relative;
	top: 0px;
	height: 271px;
	margin: 0 auto;
	/* Is this necessary? */
	background: url('images/header.jpg') no-repeat;; padding-left:0; padding-right:0; padding-top:15px; padding-bottom:15px
	}

#header .nav {
	position: absolute;
	top: -30px;
	left: 20px;
	height: 36px; /* Is this necessary? */
	/* font: 1.2em Verdana, Sans-Serif; */
	font-size: 1.2em;
	color: #404040; /* Is this necessary? */
	}

#header .nav a {
	color: #a2b3bf;
	}

#header .searchform {
	position: absolute;
	bottom: 54px;
	right: 30px;
	font-size: 1.2em;
	}
	
/* BR 11.12.07 */	
#header .playbutton {
	position: absolute;
	bottom: 90px;
	right: 200px;
	font-size: 1.2em;
	}

#header #searchform {
	margin-bottom: 0px;
	}

#header .search-box {
    background: #f4f4f4;
	padding: 1px;
	border: 1px solid #bcbcbc;
	color: #575757; /* matches "#header .nav a" */
	}

#button_start {
	width: 528px;
	height: 41px;
	/* background: url("images/tv_start.gif") no-repeat center; */
	position: relative;
	top: 265px;
}

#coop {
	width: 144px;
	height: 233px;
	position: absolute;
	top: 50px;
	background: url('images/kooperation.gif') no-repeat;
	}

#ad {
	width: 164px;
	height: 294px;
	position: absolute;
	top: 50px;

	}

#blogtitle {
	position: absolute;
	top: 40px;
	left: 20px;
	}

#blogtitle h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #b4c6d4;
	letter-spacing: 1px;
	}

#all_categories {
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	width: 144px;
	height: 141px;
	padding-top: 10px;
	background: url('images/kategorien.gif') no-repeat;; padding-left:5px; padding-right:5px; padding-bottom:5px
	
}

/******************************
 *** Columns and Containers ***
 ******************************/

#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	}

#postcol {
	position: relative;
	top: -15px;
	background: #ffffff;
	}
#pc_t { background: url('images/postcolT.gif') repeat-x top;}
#pc_r { background: url('images/postcolR.gif') repeat-y right; }
#pc_b { background: url('images/postcolB.gif') repeat-x bottom; }
#pc_l { background: url('images/postcolL.gif') repeat-y left; }
#pctl { background: url('images/postcolTL.gif') no-repeat top left; }
#pctr { background: url('images/postcolTR.gif') no-repeat top right; }
#pcbr { background: url('images/postcolBR.gif') no-repeat bottom right; }
#pcbl { background: url('images/postcolBL.gif') no-repeat bottom left; }
#pc_c { padding: 8px 8px 8px 8px;
	   	margin: 0px 0px 0px 0px;  }

.postbox {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background: #f9f9f9;
	}
.postbox .right { background: url('images/postboxR.jpg') repeat-y right 50%;
				}
.postbox .bottom { background: url('images/postboxB.jpg') repeat-x bottom; }
.postbox .left { background: url('images/postboxL.jpg') repeat-y left; }
.postbox .br { background: url('images/postboxBR.jpg') no-repeat bottom right; }
.postbox .bl { background: url('images/postboxBL.jpg') no-repeat left bottom;
				}
}
.post_title { background: #f9f9f9; }
.post_title .top { background: url('images/post_titleT.jpg') repeat-x top; }
.post_title .right { background: url('images/post_titleR.jpg') repeat-y right; }
.post_title .left { background: url('images/post_titleL.jpg') repeat-y left; }
.post_title .tl { background: url('images/post_titleTL.jpg') no-repeat top left; }
.post_title .tr
{
    background: url('images/post_titleTR.jpg') no-repeat top right;
    padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:0px
}
/*startseite css */
.post_title .trBR
{
    background: url('images/post_titleTR.jpg') no-repeat top right;
}
.postbox .content {
	margin: -10px 15px 0px 15px;
	padding: 5px;
	min-height: 180px;
	}

* html .postbox .content {
	height: 180px;
	}

.navigation { margin: 15px 0px 15px 0px; }

#head_category {
	background: url('images/category_bg.gif');
	position: relative;
	top: 10px;

	width: 512px;
	height: 32px
	}

/************
 *** Post ***
 ************/

h2.title {
	/* height: 20px; // Wird nicht benötigt - aus: XXX rutscht dadurch in 2-zeilige */
	margin: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 1em;
	font-size: 15px;
	font-weight:bold;
	}

h2.title a {
	color: #333333;
	text-decoration: none;
	}

h2.title a:hover { text-decoration: underline; }

small.title {
	margin: -10px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	font-size: 11px;
	font-weight:bold;
	color: #aaaaaa;
	}

small.title_main {
	margin: -10px 0px 0px 0px;
	font-size: 11px;
	font-weight:bold;
	color: #aaaaaa;
	}

.postmetadata {
	text-align: center;
	font-size: 11px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	color: #a21131;
	}

blockquote {
	color: #777;
	display: block;
	padding-left: 20px;
	background: url('images/quote.gif') no-repeat left top;; margin-left:10px; margin-right:30px; margin-top:15px; margin-bottom:0
	}

cite {
	margin: 5px 0 0;
	display: block;
	}

strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Georgia, Fixed, Sans-Serif;
	}

.postbox .content img {
	padding: 0;
	max-width: 100%;
	}

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

.postbox .content h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 1.25em;
	}

.postbox .content h2 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 1.25em;
	}

.postbox .content h2 .title_teaser {
	margin: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 1em;
	font-size: 15px;
	font-weight:bold;
	}

.postbox .content h3 {
	font-size: 1.25em;
	font-weight: normal;
	letter-spacing: 1px;
	}

.postbox .content h4 {
	font-size: 1em;
	}

.postbox .content p {
	margin-top: 1em;
	margin-bottom: 1em;
	}


#artikelbild {

	margin-right: 15px;
	}

/****************
 *** Comments ***
 ****************/

#comments{
	font-size:  1.1em;
	text-align: left;
	}

.respond {

	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: normal;
	}

.comment_1, .comment_2, .comment_author {
	margin: 15px;
	background: #f9f9f9;
	}

.comment_1 .top, .comment_2 .top { background: url('images/commentT.jpg') repeat-x top; }
.comment_1 .right, .comment_2 .right { background: url('images/commentR.jpg') repeat-y right; }
.comment_1 .bottom, .comment_2 .bottom { background: url('images/commentB.jpg') repeat-x bottom; }
.comment_1 .left, .comment_2 .left { background: url('images/commentL.jpg') repeat-y left; }
.comment_1 .tl, .comment_2 .tl { background: url('images/commentTL.jpg') no-repeat top left; }
.comment_1 .tr, .comment_2 .tr { background: url('images/commentTR.jpg') no-repeat top right; }
.comment_1 .br, .comment_2 .br { background: url('images/commentBR.jpg') no-repeat bottom right; }
.comment_1 .bl, .comment_2 .bl { background: url('images/commentBL.jpg') no-repeat bottom left; }
.comment_1 .content, .comment_2 .content { padding: 15px; }

.comment_author .top { background: url('images/comment_authT.jpg') repeat-x top; }
.comment_author .right { background: url('images/comment_authR.jpg') repeat-y right; }
.comment_author .bottom { background: url('images/comment_authB.jpg') repeat-x bottom; }
.comment_author .left { background: url('images/comment_authL.jpg') repeat-y left; }
.comment_author .tl { background: url('images/comment_authTL.jpg') no-repeat top left; }
.comment_author .tr { background: url('images/comment_authTR.jpg') no-repeat top right; }
.comment_author .br { background: url('images/comment_authBR.jpg') no-repeat bottom right; }
.comment_author .bl { background: url('images/comment_authBL.jpg') no-repeat bottom left; }
.comment_author .content { padding: 15px; }

.respond {

	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 0px;
	}

#commentform {
	margin: 15px auto 15px auto;
	}

#commentform .textform {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	}

#commentform textarea {
	width: 100%;
	font-size: 1.5em;
	}

#commentform #submit {
	float: right;
	}


/****************
 *** Sidebars ***
 ****************/

#rightbar {
	position: absolute;
	right: 0px;
	width: 250px;
	background: #EAEDF2;
	}

#rb_t, #lb_t { background: url('images/sidebarT.jpg') repeat-x top; }
#rb_r, #lb_r { background: url('images/sidebarR.jpg') repeat-y right; }
#rb_b, #lb_b { background: url('images/sidebarB.jpg') repeat-x bottom; }
#rb_l, #lb_l { background: url('images/sidebarL.jpg') repeat-y left; }
#rbtl, #lbtl { background: url('images/sidebarTL.jpg') no-repeat top left; }
#rbtr, #lbtr { background: url('images/sidebarTR.jpg') no-repeat top right; }
#rbbr, #lbbr { background: url('images/sidebarBR.jpg') no-repeat bottom right; }
#rbbl, #lbbl { background: url('images/sidebarBL.jpg') no-repeat bottom left; }
#rb_c, #lb_c { padding: 20px 15px 20px 15px; }

#rightbar ul, #leftbar ul {
	margin: 0px;
	padding: 0px;
	}

#rightbar ul li, #leftbar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 15px
	}

li.sidebar-spacer {
	right: 0px;
	border-top: 1px solid #acb0b5;
	background-color: #eaeff3;
	width: 240px;
	height: 1px;
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font: 1px/1px monospace;
	}

#rightbar ul li h2, #leftbar ul li h2 { /* Sidebar Headings */
	margin: 5px 0px 0px 0px;
	font-size: 1.25em;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;
	}

#rightbar ul li ul, #leftbar ul li ul {
	margin-top: 5px;
	margin-left: 15px;
	}

#rightbar ul li ul li, #leftbar ul li ul li {
	margin-top: 3px;
	margin-bottom: 0px;
	}


/****************
 *** Calendar ***
 ****************/

#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0px auto;
	width: 155px;
	}

#wp-calendar #next a {
	font-size: 100%;
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	font-size: 100%;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size: 1.2em;
	color: #333333;
	letter-spacing: 1px;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/*********************
 *** Archives Page ***
 *********************/

.postspermonth, .category-archives, .page-archives {
/* Currently all the archives are styled the same */
	margin: 5px 0 0px 0;
	list-style: none;
	padding-left: 25px;
}

.page_item { list-style: none; }

.postspermonth .comment-count {
	color: #999999;
	}


/******************
 *** Links Page ***
 ******************/

ul.links {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 0px;
	}

ul.links li {
	list-style: none;
	padding-bottom: 2px;
	}

/**************
 *** Footer ***
 **************/

#footer { text-align: center; }


/*****************
*** Startseite ***
******************/

#rtop {
	background: url('images/br_rtop.gif') no-repeat top right;
	margin: 0px;
	padding: 0px;
	width: 514px
}
#rbot {
	background: url('images/br_rbot.gif') no-repeat bottom right;
	margin: 0px;
	padding: 0px
}
#ltop {
	background: url('images/br_ltop.gif') no-repeat top left;
	margin: 0px;
	padding: 0px
}
#lbot {
	background: url('images/br_lbot.gif') no-repeat bottom left;
	margin: 0px;
	padding: 0px
}
#thecontent {
	margin: 0px;
	padding: 15px;

}
#thecontent p {
	margin: 0px;
	padding: 0px;
}