a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 10px 0 0;
	background: #fdf6de;
    line-height: 140%;
         }

blockquote p{
padding: 5px 5px 5px 5px;
}

/* Abstand zwischen Bullet-Points in der Zitat-Box*/
blockquote ul li{
margin-top: 5px;
padding-right:5px;
}

code{
	background: #f8fde9;
}

.clear{
	clear: both;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 10px 10px 5px;
	border: 0;
	height: 1px;
	text-align: left;
	color: #FDE68E;
	background-color: #FDE68E;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #00538A;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#page-container{
	float: left;
	width: 755px;
	color: #000;
    background-color: #ffffff;
}

#page{
	width: 755px;
	text-align: left;
	vertical-align: top;
    background-color: #ffffff;
}

.narrowcolumn{
	float: left;
/* width for Printstyle
 * usual width: 530px;	
 */
	width: 750px;
	text-align: left;
	vertical-align: top;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: 100%;
	line-height: 140%;
}

.narrowcolumn a{
	color: #00538A;
	font-weight: bold;
}

.post{
	padding-top: 0px;
	padding-bottom: 0px;
}

.post h1{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* edited for printstyle*/
	font-size: 110%; 
	font-style: italic;
	font-weight: bold;
	padding-top:2px;
	margin-bottom:0px;
}

.post h1 a{
	color: #000;
	text-decoration: none;
}

.entry{
	line-height: 140%;
	padding-top:0px;
	/* edited for printstyle*/
	font-size: 90%;
}
.entry p{
padding-top:0px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
	padding-right: 0;
	padding-left: 0;

}

.entry h1{
	font-size: 24px;
	line-height: 24px;
}


.entry h3{
	font-size: 16px;
	font-weight: bold;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

/* Klasse für alle Bilder innerhalb eines Posts */
.entry img{
	max-width: 100%;
    border: 1px solid #CCCCCC;
	padding: 5px;
    margin-left:10px;
}

.entry img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry img.alignright {
	margin: 5px 0 2px 7px;
	display: inline;
}

.entry img.alignleft {
	margin: 5px 7px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.entry p.author{
	font-size: 11px;
	padding: 5px 0 0;
	color: #00538A;
}

.postinfo{
	float: left;
	width: 528px;
	border: 1px solid #FDE68E;
	border-left: 0;
	border-right: 0;
	margin: 15px 0 10px;
	padding: 0 0 10px;
	clear: both;
	color: #00538A;
    font-size: 11px;
}

.postinfo ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.postinfo ul li{
	float: left;
	margin: 10px 0 0;
}

.postinfo ul li.tags{
	padding: 0 0 0 21px;
	background: url(images/tag_green.gif) no-repeat;
}

.postinfo ul li.comments-link{
	margin-right: 10px;
	padding: 0 0 0 19px;
	background: url(images/comment.gif) no-repeat 0 2px;
}

.postinfo ul li.postdate{
	margin-right: 10px;
	padding: 0 0 0 21px;
	background: url(images/calendar.gif) no-repeat;
}

.postinfo ul li.edit{
	margin-left: 10px;
}

.bookmarks{
	float: left;
	width: 528px;
	border: 1px solid #FDE68E;
    border-top: 0;
    border-left: 0;
	border-right: 0;
	margin: 0px 0 5px;
	padding: 0 0 5px;
	clear: both;
    text-align:center;
    color: #00538A;
    font-size: 11px;
}

.browse{
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
         display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


/* comments template */

.comments-template{
	margin: 15px 0 0;
	padding: 15px 0 0;
}

.comments-template h2{
	padding: 0;
	background-image: none;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #000;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 20px;
	padding: 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFAE8;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */

#footer-container{
	float:middle;
         width: 550px;
         margin:0 auto;
         padding: 0 0 10px;
	text-align: left;
	vertical-align: top;
	color: #00538A;
}

/*---:[ comment styles ]:---*/

#comments { width: 46.8em; }
dl#comment_list { margin: 0 0 0 0; }
dl#comment_list dt { padding: 0 0 33px 0; background: url('images/comment_top.gif') 0 100% no-repeat; font-size: 1.1em; line-height: 1.8182em; color: #999; }
dl#comment_list dt.author { background: url('images/comment_author_top.gif') 0 100% no-repeat; }
dl#comment_list dt .comment_num { padding: 0 0.3636em 0 0; }
dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited { color: #999; }
dl#comment_list dt .comment_num a:hover { color: #a90000; }
dl#comment_list dt strong { font-size: 1.00em; color: #000; }
dl#comment_list dt strong a, dl#comment_list dt strong a:visited { color: #000; border-bottom: 1px dotted #999; }
dl#comment_list dt strong a:hover { color: #000; border-bottom: 1px solid #a90000; }
dl#comment_list dd {
	width: 428px;
	background: #dfdfdf url('images/comment_bottom.gif') 0 100% no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5385em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
dl#comment_list dd.author { background: #f6f4c9 url('images/comment_author_bottom.gif') 0 100% no-repeat; }
dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote { margin-bottom: 1.1538em; }
dl#comment_list dd.entry p{
margin-top:0px;
}
/*---:[ comment form styles ]:---*/

#comment_form { width: 46.8em; margin: 0 0 4.0em 0; }
#comment_form p{ margin: 0 0 0 0px; }
#comment_form a:hover { text-decoration: underline; }
#comment_form p { padding: 0.7692em 0; }
#comment_form label { padding: 0 0 0 0.83333em; font-size: 1.00em; }
#comment_form .text_input { width: 15.3846em; padding: 0.23077em; color: #00538A; font: bold 1.00em Verdana, sans-serif; border-top: 0.15385em solid #999; border-left: 0.15385em solid #999; border-right: 0.07692em solid #eee; border-bottom: 0.07692em solid #eee; }
#comment_form .text_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
#comment_form .text_area { width: 30.9231em; }
#comment_form p.subscribe-to-comments { font-size: 1.00em; }
#comment_form p.subscribe-to-comments label { font-size: 1.00em; }
#comment_form .form_submit { padding: 0.5em; background: url('images/submit_bg.gif') repeat-x; color: #000; border: 1px solid #F2D272; font: bold 1.00em/1.0em Verdana, sans-serif; cursor: pointer; }
#comment_form .form_submit:hover { color: #a90000; }


.More{
	float:right;
	width:30px;
	font-size: 12px;
	height: 50px;
	background-color:#000000
}

/* NAVIGATION */
.slidetabsmenu{
	float:left;
	width:955px;
	font-size: 8px;
	background-image: url(../images/nav_background.jpg);
	background-repeat: no-repeat;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
}



.slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding-bottom:0;
}

.slidetabsmenu a{
	float:left;
	margin-right: 0;
	text-decoration:none;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/slide-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:-3px
}

.slidetabsmenu a span {
	float:left;
	display:block;
	background:url(../images/slide-right.gif) no-repeat right top;
	font-weight:bold;
	color:#000000;
	height: 33px;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/

}

/* Footer */
#footer{
	color: #838383;
	font-size: 80%;
	float: left;
	padding-bottom: 20px;
	width: 955px;
}
a.footlink, a.footlink:visited{
	color: #838383;
	font-size: 80%;
	font-weight: normal;
	text-decoration: underline;
}

/* Fuer die Druckausgabe ueberfluessiges abschalten */
.sidebar,.slidetabsmenu, .searchfield, #searchmask , .More, .dropmenudiv_c, #categoryColumn, #toprightdiv, #comment_form, .alignright, .alignleft, #respond{
display: none;
}
