/**************************** HTML elements ***********************************/
body, html {
	background: #63790F;

	background:  #CFDFAB;
	color: #333333;

	margin: 0;
	padding: 0 10px;
	font: 1em/1.6em "Verdana", sans-serif;
}


img {
   border:0;
  	margin: 0;
  	padding: 2px ;

}

#header img , #header p{
 	float: left;
    	padding: 10px ;
     color: #000;
  }

/********************************* LINK ******************/
a:visited {
 color: #383838;
	text-decoration: underline;
  font-weight: normal;
}


a {
	color: #24B; /* #0066cc; */
 color: #23623E;
  font-weight: bold;
	text-decoration: underline;
}


a:hover{
	text-decoration: none;

}

.info a:visited, .info a{
 color: #23623E;
 font-weight: normal;
	text-decoration: none;
}

.info a:hover{
	text-decoration: underline;

}


h1 a:visited, h1 a{
 color: #383838;
	text-decoration: none;
}


h1 a:hover{
 color: #383838;
	text-decoration: underline;
}

#navbox a:visited, #navbox a {
	text-decoration: none;
 font-weight: bold;
}

#navbox a:hover{
	text-decoration: underline;
}

/********************************* LINK ******************/

h1 {
	margin: 0 0 0 0px;
	padding: 24px 0 0 0;
	font-size: 1em;
	font-family:  Georgia,"Times new Roman", serif;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 1.5em;
}

/* special markup for the entry title */
h3 {


/*
	margin: 0.2em 0 0.6em 0;
	padding-left: 20px;
 background: #ffffff url(doc.png) no-repeat center left;
*/

	color: #333;
	font-size: 1.3em;
	font-family:  Georgia, "Times new Roman",serif;
	font-weight: bold;

}

h5 {
	margin: 0 0 0 40px;
	padding: 0px;
	letter-spacing: 1px;
	font: bold 1.4em/1.5em  Georgia,"Times new Roman", serif;
}


h4 {
	font-size: 1.1em;
	margin: 0.3em 0 0 0;
}


p {
	font: 1em/1.6em "Verdana",sans-serif;
	margin: 0.5em 0;
	border: 0px dashed #0F0;
}

tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;

}

hr {
	margin: 1em 0.1em;

}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 1.1em;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}


p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 0.4em;
}

#header h1, #header h5 {
	margin: 0;
	padding: 12px 12px 0 12px;
	color: #ffffff;
 color: #000;


}


/*********************** STYLE SHEET SPECIFICS ********************************/

/* Container */
#container {
	border: 1px solid #999;
 border:0;
	max-width: 950px;
	width: expression(document.body.clientWidth > 950? "950px": "auto" );
	margin: 0px auto;



}

/* header - holds title and subtitle */
#header {
	width: 100%;
/*	height: 140px; */
	margin: 0;
	padding: 0;
 border:0;
	color: #ffffff;

	background: #F4F5C1;

 	background-color:  #EFF090;
	border-bottom: 0px solid #777;
}


#navibar {
	font: 0.8em/1.6em "Verdana", sans-serif;
 	width: 100%;
	background: #383838;
	margin: 0;
	padding: 2px 0 2px 5px;
	color: #ffffff;

}

#headernav{
border-bottom: 1px solid silver;
border-top: 1px solid silver;
}


/* main section. This is the main that is used in 3 column layout */
#main {
	width: 55%;
	font-size: 0.75em;
	line-height: 2.5em;
	margin: 0 10px 0 0;
	padding: 10px;
 	float: right;
	float: left;

	background-color: #FFF;
  border: 	1px solid #AAA;
}

/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main-2columns {
	width: 70%;
	font-size: 0.75em;
	line-height: 2.5em;
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}

.pmo {
	white-space: nowrap;

}

/* main section. This is the main that is used in the smaller comment popups */
#main-full {
	width: 90%;
	font-size: 0.75em;
	line-height: 2.5em;
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}


/* wrap each entry in a div */
.entry {
/*	border-bottom:  1px solid #CFDFAB; */
	line-height: 1.4em;

	margin-bottom: 1.5em;
	padding-bottom: 0.8em;

 }

.entry-text{
	padding: 0.8em;
 }


.entry h1, .entry h1 a, .entry h1 a.visited {
	background:  #F3F6EC;
	margin: 0 ;
	padding: 4px;
	font-size: 1.5em;
	font-weight: bold;
	font: 1em/1.6em "Verdana", sans-serif;
 font: bold 1.3em 	Georgia, "Times new Roman",serif;

	letter-spacing: 1px;

	line-height: 1.5em;
  color: #383838;

}


/* secondary info: post date, poster, category, number of comments */
.info {
	padding-left: 0.8em;
 color: #666666;
}


/* attach the comments class to the 'x comments' link to get a comment icon in
front of it */
.info .comments {
	padding-left: 13px;
	background: #ffffff url(comment.png) no-repeat center left;
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.info .poster {
	padding-left: 13px;
	background: #ffffff url(person.png) no-repeat center left;
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info .category {
	padding-left: 13px;
	background: #ffffff url(folder.png) no-repeat center left;
}


/* all other information goes here */
#secondary, #navbox {
/*	background-color: 	#8CC85E;  */
	position: relative;
	top: 0;
	left: 0;
	width: 20%;
	font-size: 0.70em;
	line-height: 1.4em;
 	float: right;
  	float: left;

	margin: 0 0px 0 0;
	padding: 0px 0px 0 0;
	border: 0px solid #0F0;
}

#secondary p, #navbox p {
	line-height: 1.4em;
}

/* special markup for secondary info headers */
#secondary h3, #navbox h3{
	margin: 5px 0 8px 0;
	padding: 0 0 0 22px;
	font: bold 1.8em 	Georgia, "Times new Roman",serif;
 font: bold 1.3em 	Georgia, "Times new Roman",serif;
	color: #555555;


	margin: 0.2em 0 0.6em 0;
	padding-left: 0px;
	background: transparent;

}

/* using different classes to outline the different sections */
.links,  .archives, .about, .search, h3.calendar, .navbox,
#secondary .comments, .referrers, .stuff {
	margin: 0.3em 0 0.5em !important;
	border-bottom: 0px solid #0FD;
}

.about-box {
	border: 1px solid #AAA;
	background-color: #BECED6;
	background-color:  #FBFBEB;
	padding: 6px;
	color: #2F446B;
	margin: 0px 5px 15px 15px;
}



.misc {
	border: 1px solid #AAA;
	background-color: #DAE3E8;
	padding: 6px;
	color: #2F446B;
	margin: 10px 5px 10px 15px;
}

/* attaching background images to the headers */
h3.links {
	background: transparent url(links.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;
}

h3.navbox {
	background: transparent url(linkdump.png) no-repeat center left;
}

 h3.about {
	background: transparent url(about.png) no-repeat center left;
	margin: 0 !important;
}

 h3.search {
	background: transparent url(search.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;
}


h3.archives{
/* 	background: transparent url(archives.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;
}


 h3.calendar {
/*	background: transparent url(calendar.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;
}

 h3.comments{
/*	background: transparent url(comments.png) no-repeat center left; */
	margin: 0em 0 0.2em !important;
}

 h3.referrers{
	background: transparent url(referrers.png) no-repeat center left;
	margin: 0.8em 0 0.2em !important;
}

 h3.stuff{
/*	background: transparent url(stuff.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;
}

h3 .date {
	font-size: 0.5em;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}

h4 .date {
	font-size: 0.8em;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"Verdana", sans-serif;
}


p.comments {
	padding-top: 0.4em;
}

p.comment-footer {
	font-size: 0.9em;
	color: #555;
	padding: 0em 0px 0.6em;
}

/* a nice footer */
#footer {
	width: 100%;
	text-align: center;
	color: #666666;
	clear: both;
}


.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; }

.searchbox {
	border: 1px inset #555;
padding: 2px;
	background-color: #F8F8F8;
	width: 110px;
}

.searchbutton {
	padding: 0px 3px;
	border: 1px outset #555;
	background-color: #DDD;
	width: 50px;
}

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }



.latestarticles{
background:#f3f6ec;
}

.latestarticles p{
padding: 0 0 0 10px;
}

#quicklinks{
	margin: 0;
	padding: 0 10px;
	font: 1em/1.3em "Verdana", sans-serif;
}


#quicklinks a:hover{
	text-decoration: underline;
}

#quicklinks a{
	text-decoration: none;
}

blockquote{
	background-color : #FAFCDE;
	border : 0;
border-left: 2px solid #5A7618;  /* grün*/

	margin : 10px 20px 10px 10px;
 padding: 10px;
}