/*
Theme Name: WordPress Muke-Blog.org
Theme URI: http://muke-blog.org/
Description: Design for muke-blog.org
Version: 1.0
Author: Basilicom
Author URI: http://basilicom.de/
Tags: blue, magenta, custom header, fixed width, two columns, widgets

	This Design is based on the default german version of the Kubrick theme
*/

/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 12px */
	font-family:  Arial, Verdana, Tahoma, 'Lucida Grande', Sans-Serif;
	background-image: url('images/bg_body.jpg');
	background-repeat: repeat-x;
	background-color: #e8eff1;
	color: #454545;
	text-align: center;
	}

#page {
	background-image: url('images/bg_page.jpg');
	background-repeat: no-repeat;
	border: 0px none #000000;
	text-align: left;
	}

#header {
	}

#content {
	background-color: #ffffff;
	width: 960px;
	margin: 0 auto 0 55px;
	}
	
#content_end {
	background-image: url('images/content_end.gif');
	background-repeat: no-repeat;
	width: 960px;
	height: 14px;
	margin: 0 auto 0 55px;
	overflow: hidden;
	}
	
#maincolumn {
	background-image: url('images/bg_main.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e8eff1;
	}
	
#sidebar {
	background-image: url('images/bg_side.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #e8eff1;
	}

#maincolumn .entry {
	line-height: 1.4em;
	}

#maincolumn .postmetadata {
	text-align: left;
	}

.alt, .odd{
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	}
	
.even{
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	}

#footer {
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.25em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ec008b;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h2 a:hover, h3 a:hover {
	color: #ec008b;
	text-decoration: none;
	}

.entry p a:visited {
	color: #0d2c64;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 1.1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right:10px;
	}

.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 {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #0d2c64;
	text-decoration: none;
	}

a:hover {
	color: #1d3c74;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

p {
	line-height:20px;
}

#page {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0px none #000000;
	}

#header {
	height: 116px;
	width: 100%;
	overflow: hidden;
	}

#maincolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 708px;
	position:relative;
	}

#sidebar
{
	float: right;
	padding: 0;
	margin: 0;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}

.post {
	margin: 0 0 0 40px;
	text-align: left;
	width:640px;
	}

.post hr {
	display: block;
	}

#maincolumn .postmetadata {
	padding-top: 0;
	}
	
#maincolumn .comment {
	width: 620px;
	margin: 0 0 0 40px;
	text-align: left;
	}
	
#maincolumn .search {
	width: 423px;
	margin: 0 0 0 40px;
	text-align: center;
	}
	
#maincolumn .search div{
	margin: 0 auto 0 auto;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 9px auto 0px 55px;
	width: 960px;
	height: 66px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0 0 20px 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 0;
	}
/* End Headers */

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

.entry p {
	padding: 5px 0 5px 0;
	text-align:left;
	line-height:20px;
	clear:left;
	font-size:13px;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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, #sidebar ul 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	width: 202px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#search_box {
	float: left;
	margin: 15px 0 0 15px;
	width: 400px;
	height: 18px;
	}

#searchform {
	padding: 0;
	text-align: left;
	vertical-align:bottom;
	}
	
#searchform div {
	height: 18px;
	vertical-align: bottom;
	}

#searchform #s {
	width: 340px;
	height: 16px;
	padding: 0 2px;
	margin: 0;
	border: 1px solid #cecece;
	}
	
#searchform #s:hover {
	border: 1px solid #ec008b;
} 	
	
#searchinput {
	width: 350px;
	height: 18px;
	margin: 0;
	padding: 0;
	float: left;
	}

#searchsubmit {
	width: 24px;
	height: 18px;
	margin: 0;
	padding: 0;
	float: left;
	vertical-align:bottom;
	}
	
#searchsubmit input {
	width: 24px;
	height: 18px;
	margin: 0 0 0 1px;
	padding: 0;
	vertical-align: bottom;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {

	padding:10px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 0; /*
	border: 1px solid #cccccc; */
	margin-top:5px;
	float:left;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt, .odd, .even{
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

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

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



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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	width: 620px;
	display: block;
	text-align: center;
	padding: 0 0 0 40px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*---------------------------------------------------------------------------*/

div.clear { clear: both; height: 0px; overflow: hidden; }
div.hr { background-color: #000000; height: 1px; margin: 0; overflow: hidden; }
div.spacer { clear: both; height: 10px; margin: 0; overflow: hidden; }

/*-----------------------------------*/
/* header */

#title_image {
	width: 973px;
	height: 81px;
	border: 0px none #000000;
	margin: 33px 0 17px 42px;
	padding: 0;
	}
	
#tabs {
	position: relative;
	width: 960px;
	height: 44px;
	margin: 0 0 0 55px;
	overflow: hidden;
	}
	
div.tab {
	background-repeat: no-repeat;
	float: left;
	height: 44px;
	color: #0d2c64;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}



a.tab_0 { background-image: url('images/tab_0.gif'); width: 119px; cursor: auto; display:block; line-height:44px; float:left; font-weight: bold; text-align:center;}
a.tab_0:hover { background-image: url('images/tab_0_over.gif'); width: 119px; cursor: pointer; display:block; float:left; line-height:44px; font-weight: bold; text-align:center; text-decoration:none;}
a.tab_0.active { background-image: url('images/tab_0_active.gif'); width: 119px; cursor: pointer; color:#fff; display:block; float:left; line-height:44px; font-weight: bold; text-align:center; text-decoration:none;}

a.tab_1 { background-image: url('images/tab_1.gif'); width: 119px; cursor: auto; display:block; line-height:44px; float:left; font-weight: bold; text-align:center;}
a.tab_1:hover { background-image: url('images/tab_1_over.gif'); width: 119px; cursor: pointer; display:block; line-height:44px; float:left; font-weight: bold; text-align:center; text-decoration:none;}
a.tab_1.active { background-image: url('images/tab_1_active.gif'); width: 119px; cursor: pointer; color:#fff; display:block; float:left; line-height:44px; font-weight: bold; text-align:center; text-decoration:none;}

a.tab_2 { background-image: url('images/tab_2.gif'); width: 74px; cursor: auto; display:block; line-height:44px; float:left; font-weight: bold; text-align:center;}
a.tab_2:hover { background-image: url('images/tab_2_over.gif'); width: 74px; cursor: pointer; display:block; line-height:44px; float:left; font-weight: bold; text-align:center; text-decoration:none;}
a.tab_2.active { background-image: url('images/tab_2_active.gif'); width: 74px; cursor: pointer; color:#fff; display:block; line-height:44px; float:left; font-weight: bold; text-align:center; text-decoration:none;}

/*
div.tab_3 { background-image: url('images/tab_4.gif'); width: 94px; cursor: auto; }
div.tab_3_over { background-image: url('images/tab_4_over.gif'); width: 94px; cursor: pointer; }
div.tab_3_active { background-image: url('images/tab_4_active.gif'); width: 94px; cursor: pointer; color:#fff; }
*/
a.tab_3 { background-image: url('images/tab_4.gif'); width: 94px; cursor: auto; line-height:44px; float:left; display:block; color: #0d2c64; font-weight: bold; vertical-align: middle; text-align: center; }
a.tab_3:hover { background-image: url('images/tab_4_over.gif'); width: 94px; cursor: pointer; text-decoration:none;}
a.tab_3.active { background-image: url('images/tab_4_active.gif'); width: 94px; cursor: pointer; text-decoration:none; color:#fff;}

a.tab_start{ background-image: url('images/tab_start.gif'); width: 100px; cursor: auto; display:block; line-height:44px; float:left; font-weight: bold; text-align:center;}
a.tab_start:hover { background-image: url('images/tab_start_hover.gif'); width: 100px; cursor: pointer; display:block; float:left; line-height:44px; font-weight: bold; text-align:center; text-decoration:none;}
a.tab_start.active { background-image: url('images/tab_start_active.gif'); width: 100px; cursor: pointer; color:#fff; display:block; float:left; line-height:44px; font-weight: bold; text-align:center; text-decoration:none;}






div.tab div { margin: 15px auto auto auto; }

div.tab_search {
	background-repeat: no-repeat;
	float: left;
	height: 44px;
	vertical-align: middle;
	background-image: url('images/tab_3.gif');
	width: 389px;
	padding:0 50px 0 15px;
	}

#info_page_box {
	float: right;
	margin: 15px auto 0 auto;
	text-align: center;
	width: auto;
	height: 18px;
	color:#fff;
	position:absolute;
	top:30px;
	right:10px;
	}
	
#info_page_box a:link, #info_page_box a:visited, #info_page_box a:active { color: #fff; font-weight:bold;}
#info_page_box a:hover, #info_page_box a:focus {text-decoration: underline; }

#language_box {
	float: left;
	margin: 10px auto auto auto;
	text-align: center;
	width: 62px;
	height: 28px;
	display:none;
	} 
	
div.hr {
	background-color: #cccccc;
	width: 928px;
	height: 1px;
	overflow: hidden;
	margin: 0 16px 0 72px;
	}
	
/*-----------------------------------*/
/* maincolumn */
	
div.section_main_top {
	background-image: url('images/section_main_top.gif');
	background-repeat: no-repeat;
	width: 708px;
	height: 16px;
	}
div.section_main {
	background-color: #ffffff;
	width: 708px;
	min-height: 20px;
	overflow: visible;
	}
	
div.section_main_space {
	background-color: #ffffff;
	width: 708px;
	overflow: visible;
	height:100%;
	float:left;
	position:relative;
	}	
	
div.section_main_bottom {
	background-image: url('images/section_main_bottom.gif');
	background-repeat: no-repeat;
	width: 708px;
	height: 16px;
	}

#banner {
	width: 620px;
	height: 150px;
	margin: 0 0 0 40px;
	}
	
div.post_title {
	vertical-align: bottom;
	}
	
div.post_title_flag, div.post_title_flag img {
	width: auto;
	height: auto;
	float:left;
	}
	
div.post_title_flag {
	float: left;
	}

div.post_title_flag img {
		border:solid 1px #c2c2c2;
		padding:2px;
		float:left;
	}


div.post_title_text {
	float: left;
	width: 550px; /*433*/
	margin-left: 15px;
	color: #666666;
	}
.post_title_author {
	color: #2d2c2c;
	margin-bottom:5px;
	float:left;
	width:540px;
	}

.post_title_author a {
	color: #2d2c2c;
	text-decoration: underline;
	}
	
.entry {
	margin:0;
	width: 620px;
	}
	
a.more-link {
	font-weight:bold;
	line-height:16px;
  }
	
	
h1.left_maincolumn, h2.left_maincolumn, h3.left_maincolumn {
	margin: 0 0 0 40px;
	text-align: left;
	}
	
/*-----------------------------------*/
/* sidebar */

div.section_side_top {
	background-image: url('images/section_side_top.gif');
	background-repeat: no-repeat;
	width: 252px;
	height: 15px;
	}
div.section_side {
	background-color: #ffffff;
	width: 252px;
	min-height: 20px;
	overflow: visible;
	}
	
	
div.section_side_bottom {
	background-image: url('images/section_side_bottom.gif');
	background-repeat: no-repeat;
	width: 252px;
	height: 18px;
	}

div.box {
	width: 202px;
	margin: 0;
	padding: 0
	vertical-align: top;
}

div.box_title {
	background-image: url('images/box_title.gif');
	background-repeat: no-repeat;
	width: 202px;
	height: 20px;
	margin: 0;
	padding: 0;
	}
	
div.box_content {
	background-color: #f1f1f1;
	width: 202px;
	min-height: 10px;
	padding: 5px 0 5px 0;
	}
	
div.box_bottom {
	background-image: url('images/box_bottom.gif');
	background-repeat: no-repeat;
	width: 202px;
	height: 4px;
	}
	
div.box_title h2 {
	color: #ffffff;
	font-size: 1.1em;
	}

div.box_title h2 a, div.box_title h2 span {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	}
	
div.box_content p, div.box_content h3 {
	margin: 10px 10px 0px 10px;
	color: #565a5d;
	font-size: 0.9em;
	}

div.box_content p.box_date {
	margin: 0 10px 0 10px;
	font-weight: normal; 
	font-size:9px;
	display:none;
	}
	
div.box_content ul {
	margin: 5px 0 5px 0;
	}

div.box_content li {
	margin: 5px 0 5px 20px;
	list-style-type: none;
	list-style-position: inside;
	}
	
div.box_content li, div.box_content li a {
	color: #565a5d;
	}
	
#tagcloud {
	background-image: url('images/bg_tagcloud.gif');
	background-repeat: no-repeat;
	width: 201px;
	height: 196px;
	}
	
#ad, #ad img{
	width: 202px;
	height: 124px;
	}
	
.button {
	background-color: #ffffff;
	background-image: url('images/box_title.gif');
	background-repeat: no-repeat;
	width: 202px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma, 'Lucida Grande', Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	cursor: auto;
	text-align: center;
	vertical-align: top;
	border: 0px solid #000000;
}

.button_over {
	cursor: pointer;
	background-image: url('images/box_title_hover.gif');
}

/*-----------------------------------*/
/* footer */
	
div.teaser { float: left; margin: 0px; }

div.teaser_abo { background-image: url('images/teaser_abo.gif'); width: 252px; height: 66px; margin: 0; }
div.teaser_hmth, div.teaser_hmth img { width: 131px; height: 66px; }
div.teaser_ijk, div.teaser_ijk img { width: 183px; height: 66px; }
div.teaser_telekom, div.teaser_telekom img { width: 169px; height: 66px; }

div.teaser_abo .box { margin: 5px auto auto 0; }

.rss {
	height:14px;
	margin: 4px 0 4px 20px;
	}

.rss_image {
	width: 12px;
	float: left;
	}
	
.rss_image img{
	width: 12px;
	height: 12px;
	}

.rss_text {
	margin-left: 8px;
	width: 90px;
	float: left;
	color: #565a5d;
}
.rss_text a {
	color: #565a5d;
	}



/* ########## Eigene Anpassungen ########## */

#wpstats {display:none;}


/*------------------------*/

/* PFooter mit Autoren und Blogroll*/

.box.autoren {
  width:870px;
  background:#fff;
  float:left;
  padding:0 50px 0 40px;
}


.box.autoren .box_title {
  width:870px;
  background:url(images/blogroll_title.gif) no-repeat top left;
}

.box.autoren .box_content {
  width:870px;
  background:#f1f1f1;
  float:left;
  height:auto;
  min-height:80px;
}


.box.autoren .box_content li {
    border-right: solid 1px #ababab;
    float: left;
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 5px;
    padding-right:10px;
}


.blogroll-bottom {
  width:960px;
  height:16px;
  background:url(images/blogroll_bottom.gif) no-repeat top left;
  float:left;
  margin-bottom:10px;
}






.box.blogroll {
  width:870px;
  background:#fff;
  float:left;
  padding:0 50px 0 40px;
}


.box.blogroll .box_title {
  width:870px;
  background:url(images/blogroll_title.gif) no-repeat top left #fff;
}

.box.blogroll .box_content {
  width:870px;
  background:#f1f1f1;
  float:left;
  height:auto;
  min-height:80px;
}


.box.blogroll .box_content ul {
  background:#f1f1f1;
}


.box.blogroll .box_content ul li {
    border-right: solid 1px #ababab;
    float: left;
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 5px;
    padding-right:10px;
}


.blogroll-top {
  width:960px;
  height:16px;
  background:url(images/blogroll_top.gif) no-repeat top left;
  float:left;
}

.blogroll-bottom {
  width:960px;
  height:16px;
  background:url(images/blogroll_bottom.gif) no-repeat top left;
  float:left;
  margin-bottom:10px;
}

/*------------------------*/

/* Post drucken Widget */

div.drucken {
  position:relative;
  float:right;
  right:0px;
  width:200px;
  height:30px;
}

div.drucken a {
	display:block;
  width:13px;
  height:20px;
  color:#fff;
  line-height:20px;
  font-weight:bold;
  font-size:11,5px;
  background:url(images/print.gif) no-repeat top left;
  padding-left:32px;
  position:absolute;
  top:0px;
  text-indent:-999999px;
  overflow:hidden;
  right:0px;
}

div.drucken a:hover {
	text-decoration:none;
	background:url(images/print_hover.gif) no-repeat top left;
}

div.drucken a img.WP-PrintIcon {display:none;}

/*------------------------*/

/* Facebook Widget */
div.like {
  margin-top:0px;
  float:right:
  margin-left:50px;
  width:200px;
  padding-left:30px;
}


/*------------------------*/

/* Autoren Profilbild */

div#profilebox {
  height:auto;
  min-height:275px;
  margin-left: 40px;
  width: 620px;
}

div#profilebox .daten {
	width:340px;
	float:left;
}

div#profilebox .daten p {
	line-height:24px;
}



div.posts {
  margin-left: 40px;
  width: 620px;
}

img#authorpic {
		width:200px !important;
		height:272px !important;
		float:right !important;
		border:solid 2px #f1f1f1 !important;
		padding:2px;
		position:relative !important;
		margin-left:20px;
}




div.fixfloat {
	clear:both;
	margin: 20px 0;
}


div.abstract {
  padding:15px;
  background-color:#f1f1f1;
  font-style:italic;
  margin-bottom:20px;
  margin-left:-15px;
}


div.post-title {
  float:left;
  width:600px;
  height:auto;
  min-height:40px;
  clear:both;
}

img.autorenbild {
	border:solid 1px #c2c2c2;
	padding:2px;
	float:left;
	margin: 0 15px 20px 0;
	background:url(images/16.jpg) no-repeat top left;
	}
	
/* ---------------- */

/* Sidebar Widgets */

#sidebar li { 
	list-style-type:none; 
	background-color: #fff; 
	padding: 5px 0 5px 0;
	width: 250px;
	margin:0px;
	}


#sidebar li h2 {
	background-image: url('images/box_title_2.gif');
	background-repeat: no-repeat;
	width: 202px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6em;
  padding:0 0 0 14px;
  margin:0px;
	}

 
#sidebar li ul  {
	background-color: #f1f1f1;
	width:202px;
	margin:0px;
	padding:15px 0;
	}


#sidebar li ul li {
	padding:0 10px; 
	width:182px;	
	background-color: #f1f1f1;
} 


#sidebar li ul li a {
  margin:0 0 10px 0;
  display:block;
  width:180px;
  color: #EC008B;
  font-weight:bold;
}
	
#sidebar li select {
  width:202px;
	font-size:11px;
	overflow:hidden;
	}
	
	
div.post-author {
	padding-bottom:35px;
	}	
/* -------------------- */


/* Allgemeine ie Anpassungen */
	
* + html div.section_side_sidebar {
	margin-left:-15px;
}
/* -------------------- */


/* ie6 Anpassungen */

*html div.section_side_sidebar {
	margin-left:-15px;
}


*html div.post_title_text {
    margin-left: 10px;
    float:right;
}


*html div#search_box {
	width:300px;
}



*html #searchform #s {
	width: 260px;
	}
	

*html #searchinput {
	width: 270px;
	}



div#title {
	position:relative;
	width:1010px;
	height:auto;
}







ul.auflistung {
	width:620px;
	height:auto;
	list-style-type:none;
}

ul.auflistung  li {
	width:620px;
	height:auto;
	margin-bottom:75px;
	border-top:solid 1px #bbb;
}

ul.auflistung  li div.content_teaser {
	width:auto;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}

a.weiterlink {
	margin:0px;
	float:right;
	color:#fff;
	font-weight:bold;
	text-transform:upperase;
	padding-right:15px;
	font-size:1em;
	background:url(images/weiterlink.gif) no-repeat 0 0;
	display:block;
	line-height:16x;
	text-align:center;
	height:18px;
	padding-top:2px;
	width:110px;
}

a.weiterlink:hover {
	background-position: 0 -20px;
	text-decoration:none;	
}

.post ul {list-style-type:none;}

.post ul li.projekt {
	
}

.post p a img {
	float:left;
}



.dropbox {

border:none;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#424242;

}


#megadropdown_projekte.hide {
	position:absolute; 
	left:55px; 
	top:161px; 
	z-index:1; 
	background:#ff00ab;
	display:none;
}

#megadropdown_projekte.visible {
	position:absolute; 
	left:55px !important; 
	top:161px !important; 
}

#megadropdown_projekte.visible {
	position:absolute; 
	width:682px;
	min-height:50px;
	height:auto;
	left:55px; 
	top:161px; 
	z-index:9875410 !important; 
	border:none;
	display:block;
	background:#f1f1f1;
	padding:3px 5px 15px 5px;
	border-left:solid 1px #ec008b;
	border-bottom:solid 1px #ec008b;
	border-right:solid 1px #ec008b;
}

#megadropdown_projekte.visible img {
	margin:-10px 0 0 -6px;
}

	
