/*

	filename:	/css/screen-core.css
	version:	1.0 - 2007-02-15 - mkr

	author:		martin (dot) krause (at) gpm (dot) de
	validated by W3C CSS Validator // jigsaw.w3.org

*/


* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%; /* for IE*/
}

html > body {
	font-size: 16px; /* for everyone else*/
}

/* that's it. default: 1em = 16px */

/* elements keeping their parents font size */
input, select, th, td, li li, li p, td p, q p {
	font-size: 1em;
}

body {
	background: #fff url(/img/background.gif) repeat-y;
}

#stage {
	position: absolute;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	color: #fff;
	background: transparent url(/img/dorfplatz.jpg) no-repeat;
	width: 943px;
}

#stage a,
#stage a:link {
	color: #676;
	font-weight: bold;
}
#stage a:visited,
#stage a:hover,
#stage a:active
{
	color: #898;
}

/* maincontent
 -------------------------------------------------------------------------*/
#maincontent {
	position: absolute;
	top: 150px;
	left: 205px;
	display: block;
	width: 510px;
}

#maincontent h1 {
	color: #666;
	font-size: 1.4em;
}

#maincontent h2 {
	font-size: 1.4em;
}

/* sidebar
 -------------------------------------------------------------------------*/
#sidebar {
	float: left;
	margin: 220px 5px 5px 5px;
	font-size: .6875em;
	color: #bdc;
	width: 180px;
}

#sidebar a,
#sidebar a:link {
	color: #bdc;
	font-weight: normal;
}
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:active {
	color: #cfd;
}

#sidebar h2 {
	font-size: 1em;
	color: #fff;
	margin: 1em 0;
	padding-left: 5px;
	border-left: 8px solid #bbb;
}
#sidebar h3 {
	font-size: 1em;
}
#sidebar .box {
	margin: 1em 0 3em 0;
}

#sidebar .box h3 {
	font-family: Georgia, serif;
	font-weight: bold;
	padding-left: 13px;
	margin: 0;
}


#sidebar .box p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding-left: 13px;
	line-height: 1.5em;
}
#sidebar .box ul {
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-left: 13px;
	padding-left: 13px;
}

#sidebar .box ul li {
	color: #fff;
	list-style: square;
	line-height: 1.5em;
	margin: 2px 0;
}
#sidebar .box p.copyright {
	font-size: 9px;
	margin: 1em 0 !important;
	padding: 0 !important;
}

/* post
 -------------------------------------------------------------------------*/

.post {
	font-size: .6875em;
	margin-bottom: 2em;
}
.post p {
	clear: both;
	padding: 1em 0;
}

.post h1 a,
.post h1 a:link,
.post h1 a:visited,
.post h1 a:hover,
.post h1 a:active {
	text-decoration: none;
}

.post img {
	margin:0 10px;
	border: 1px solid #C8C9C4;
}

.post h1 {
	padding-left: 5px;
	border-left: 10px solid #676;
}

blockquote {
	padding-left: 5px ! important;
	border-left: 4px solid #ccc;
	margin: 10px 25px ! important;
	font-size: 1em ! important;
}

cite {
	font-style: normal;
	font-weight: bold
}


/* =postmeta: author, comments, permalink
-------------------------------------------------------------------------*/
ul.postMeta {
	clear: right;
	list-style: none;
}
ul.postMeta li {
	display: inline;
	padding-bottom: 5px;
}
ul.postMeta li.postMetaAuthor {}
ul.postMeta li.postMetaDate {}
ul.postMeta li.postMetaComments {}
ul.postMeta li.postMetaCategory {}
ul.postMeta li.postMetaCommentsCount {}
ul.postMeta li.postMetaCommentsWrite {}
ul.postMeta li.postMetaCategory span {}
ul.postMeta li.postMetaRecommend {}
ul.postMeta li.postMetaPermalink {}
.post .after {
	display: block;
	text-align: right;
}

h1 .postMeta {
	display: block;
	font-size: .6875em;
	font-weight: normal;
}
h1 span.postMeta cite {
	font-weight: bold;
}

/* =tags */
div.postMetaTags {
	margin: 5px 0;
}

h2.postMetaTags {
	float: left;
	margin-right: 4px;
	font-size: 1em !important;
}

div.postMetaTagsTechnorati {
	line-height: 12px;
	height: 12px;
	vertical-align: middle;
}

h2.postMetaTagsTechnorati {
	background: transparent url(/img/tn_tech.gif) 0 0 no-repeat;
	clear: left;
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	text-indent: -9999em;
}

ul.postMetaTags,
ul.postMetaTagsTechnorati {
	list-style: none;
	display: inline;
}
ul.postMetaTags li,
ul.postMetaTagsTechnorati li {
	display: inline;
}

/* =social bookmarks */
div.postMetaSocialBookmarks {
	font-size: 1em !important;
	margin: 5px 0;
}

div.postMetaSocialBookmarks img {
	margin: 0 !important;
}
div.postMetaSocialBookmarks  p {
	margin: 0 !important;
	padding: 0 !important;
}
span#socialBookmarkTarget {
	font-weight: bold;
}

.trackbackicon {
	overflow: visible !important;
	background: transparent url(/img/trackback_icon.gif) 0 0 no-repeat;
	padding-left: 20px;
	line-height: 20px !important;
}

/* =full article / =long article
-------------------------------------------------------------------------*/
.full {}
.full div.postMeta {
	border-top: 1px solid #C8C9C4;
	border-bottom: 1px solid #C8C9C4;
	background: #f2f2f2;
	padding: 2px;
}
.full ul.postMeta {
	list-style: none;
	text-align: right;
	margin: 0 0 0 0 ! important;
	font-size: .875em;
}

.full ul.postMeta li {
	display: inline;
}

.full ul.postMeta li.postMetaCommentsCount {}
.full ul.postMeta li.postMetaCommentsWrite {}
.full ul.postMeta li.postMetaCategory {
	display: block ! important;
	margin-bottom: 4px;
}

.full ul.postMeta li.postMetaCategory span {
	font-weight: bold;
}

.full ul.postMeta li.postMetaRecommend {}
.full ul.postMeta li.postMetaPermalink {}


/* =page: < 1 2 3 >
 -------------------------------------------------------------------------*/
#navShortArticles {
	clear: both;
	color: #6B695D;
	font-size: .6875em;
	border-top: 1px solid #E7E7E7;
	padding-top: 10px;
}

#navShortArticles span {
	font-weight: bold;
	padding: 0 0 0 0;
}

#navShortArticles a,
#navShortArticles a:link,
#navShortArticles a:hover {
	font-weight: bold;
	padding: 0 0 0 0;
	color: #2E88D2;
}

#navShortArticles a:hover,
#navShortArticles a:active {
	padding: 0 0 0 0;
	color: #2E88D2;
}


/* comments
-------------------------------------------------------------------------*/
h2.comments {
	border-top: 1px solid #C8C9C4;
	border-bottom: 1px solid #C8C9C4;
	background: #f2f2f2;
	padding: 2px;
}

h2.comments span {
	font-size: .47em;
	font-weight: normal;
	padding-bottom: 10px;
	vertical-align: middle;
}
h2.comments span a {
	font-weight: normal !important;
	vertical-align: middle;
}
h2.comments span a img {
	padding-bottom: 2px !important;
}
.comment {
	color: #6E6F65;
	margin-left: 5px ! important;
	padding: 10px 10px;
	background: #fafafa ! important;
	border-left: 0;
}
/* =level: comment depth */
.level1 {
	background: #fafafa ! important;
	margin-top: 0;
	border-left: 0px solid #fafafa;
}
.level2 {
	background: #fafafa ! important;
	margin-top: 0;
	border-left: 24px solid #fafafa;
}
.level3 {
	background: #fafafa ! important;
	margin-top: 0;
	border-left: 48px solid #fafafa;
}
.level4 {
	background: #fafafa ! important;
	margin-top: 0;
	border-left: 72px solid #fafafa;
}
.level5 {
	background: #fafafa ! important;
	margin-top: 0;
	border-left: 100px solid #fafafa;
}
.odd {}
.even {
	background-color: #fff ! important;
	border-color: #fff ! important;
}

/* comment meta */
ul.commentMeta {
	list-style: none ! important;
	margin-bottom: 5px;
}

ul.commentMeta li {
	font-size: .625em;
	line-height: 1.5;
	display: inline;
}

ul.commentMeta li.commentAuthor a,
ul.commentMeta li.commentAuthor a:link,
ul.commentMeta li.commentAuthor a:visited {
	color: #6B695D;
	text-decoration: none;
}
ul.commentMeta li.commentAuthor a:hover,
ul.commentMeta li.commentAuthor a:active {
	color: #6B695D;
	text-decoration: underine;
}

ul.commentMeta li.commentAuthor span {
	font-weight: bold;
}
a.commentMetaUrl {}
ul.commentMeta li.commentMetaDate {}
ul.commentMeta li.commentMetaTime {}

/* tools: edit, reply, submit */
ul.commentTools {
	list-style: none;
	border-top: 1px solid #C8C9C4;
	border-bottom: 1px solid #C8C9C4;
	text-align: right;
	background: #f2f2f2;
	padding: 2px 0;
	margin: 12px 0 0 0 ! important;
}
ul.commentTools li {
	display: inline;
}
.commentPreview ul.commentTools {
	list-style: none;
	border: none;
	text-align: left;
	background: none;
	padding: 0;
	margin: 10px 0 0 0 ! important;
}
.commentPreview ul.commentTools li.commentEdit {
	width: 75px;
	background: #fafafa;
	border: 1px solid #D7D7D9;
	height: 21px;
	color: #6E6F65;
	color: #6E6F65! important;
	font-weight: normal ! important;
	margin-right: 5px;
}
.commentPreview ul.commentTools li.commentSubmit {
	width: 75px;
	background: #fafafa;
	border: 1px solid #D7D7D9;
	height: 21px;
	color: #6E6F65! important;
	font-weight: normal ! important;
	margin-right: 5px;
}
ul.commentTools li.commentReply {}
ul.commentTools li a,
ul.commentTools li a:link,
ul.commentTools li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: .625em;
	padding: 5px;
}
ul.commentTools li a:hover,
ul.commentTools li a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: .625em;
	padding: 5px;
}
.comment h2 {
	font-size: .875em !important;
	line-height: 1.5;
	font-family: Georgia, serif;
}
.comment p {
	font-size: .625em;
	line-height: 1.5;
}
form#postRecommendForm {
	background: #f2f2f2 ! important;
	padding: 15px;
	border: 1px solid #C8C9C4;
}


/* comments
-------------------------------------------------------------------------*/
#trackbacks {
	margin: 1em 0;
}
#trackbacks h2 {
	border-top: 1px solid #C8C9C4;
	border-bottom: 1px solid #C8C9C4;
	background: #f2f2f2;
	padding: 2px;
	margin-bottom: 10px !important;
}
#trackbacks h3 {
	font-size: .875em !important;
	line-height: 1.5;
	font-family: Georgia, serif;
	margin: 0 0 0 15px;
}
#trackbacks p {
	font-size: .625em;
	line-height: 1.5;
	margin: 0 0 3em 15px !important;;
}

/* =ajax reply
-------------------------------------------------------------------------*/
#commentform {}

div#commentReply {}

form#commentReplyForm {
	background: #f2f2f2 ! important;
	padding: 15px;
	margin: 5px 40px 5px 40px;
	border: 1px solid #C8C9C4;
}

form#commentReplyForm label {
	font-size: 0.625em;
	color: #6E6F65;
	display: block;
}

form#commentReplyForm .input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	color: #6E6F65;
	border: 1px solid #C8C9C4;
	height: 18px;
	width: 250px;
	margin-bottom: 15px;
	padding-top: 4px;
	display: block;
}

form#commentReplyForm .textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	color: #6E6F65;
	width: 300px;
	height: 200px;
	margin-bottom: 15px;
	border: 1px solid #C8C9C4;
}

form#commentReplyForm .submit {
	width: 75px;
	background: #fafafa;
	border: 1px solid #D7D7D9;
	height: 21px;
	color: #6E6F65;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
}

form#commentReplyForm  .remembermeCheck {
	margin-right: 5px;
	display: block;
	float:left;
}

form#commentReplyForm .remembermeLabel {
	display: block;
}

* html form#commentReplyForm .remembermeLabel {
	padding-top: 4px;
}


/* =preview / =comment preview
-------------------------------------------------------------------------*/
.commentPreview {
	background: #FEFFCE ! important;
	padding: 10px;
	margin: 5px 45px 5px 40px;
	border-top: 1px solid #AFAFAF;
	border-right: 2px solid #636363;
	border-bottom: 2px solid #636363;
	border-left: 1px solid #AFAFAF;
}

#commentReply p {
	color: #6E6F65;
	font-size: .625em ! important;
	margin: 10px 0;
}

input.captcha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	color: #6E6F65;
	border: 1px solid #C8C9C4;
	height: 18px;
	width: 100px;
	margin-bottom: 15px;
	padding-top: 4px;
	display: block;
}
.captchapict {
	border: 1px solid #ccc
}


/* =recommend / = weiterempfehlen
-------------------------------------------------------------------------*/
form#postRecommendForm label {
	color: #6E6F65;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
}

form#postRecommendForm .input {
	font-family: Verdana, Geneva, sans-serif;
	color: #6E6F65;
	border: 1px solid #C8C9C4;
	height: 18px;
	width: 250px;
	margin-bottom: 15px;
	padding-top: 4px;
	display: block;
}

form#postRecommendForm .textarea {
	font-family: Verdana, Geneva, sans-serif;
	color: #6E6F65;
	width: 400px;
	height: 200px;
	margin-bottom: 15px;
	border: 1px solid #C8C9C4;
	font-size: 1em;
}

form#postRecommendForm .submit {
	width: 75px;
	background: #fafafa;
	border: 1px solid #D7D7D9;
	height: 21px;
	color: #6E6F65;
}

form#postRecommendForm .remembermeCheck {
	margin-right: 5px;
	display: block;
	float:left;
}

form#postRecommendForm.remembermeLabel {
	display: block;
}

* html form#commentReplyForm .remembermeLabel {
	padding-top: 4px;
}

/* =ratings
-------------------------------------------------------------------------*/
ul.postMetaRating {
	float: right;
}
#postMetaRating {}
#postMetaRating span {
	float: left;
	display: block;
	text-align: right;
}
#postMetaRating .stars1, #postMetaRating .stars2,#postMetaRating .stars3, #postMetaRating .stars4, #postMetaRating .stars5, #postMetaRating .stars6 {
	margin-top: 4px;
	width: 84px;
	height: 14px;
	overflow: hidden;
	background: transparent url(/img/sterne84x168.gif) no-repeat 0 14px;
}
#postMetaRating .stars1 {background-position: 0 -168px;}
#postMetaRating .stars2 {background-position: 0 -154px;}
#postMetaRating .stars3 {background-position: 0 -140px;}
#postMetaRating .stars4 {background-position: 0 -112px;}
#postMetaRating .stars5 {background-position: 0 -98px;}
#postMetaRating .stars6 {background-position: 0 -84px;}
#postMetaRating a {
	float: left;
	border: 0 !important;
	text-decoration: none !important;
	display: block;
	width: 14px;
	height: 14px;
}
.starsHover1, .starsHover2, .starsHover3, .starsHover4, .starsHover5, .starsHover6 {
	display: block;
	width: 84px;
	height: 14px;
	overflow: hidden;
	background: transparent url(/img/sterne84x168.gif) no-repeat 0 14px;
}
.starsHover0 {background-position: 0 14px;}
.starsHover1 {background-position: 0 -70px;}
.starsHover2 {background-position: 0 -56px;}
.starsHover3 {background-position: 0 -42px;}
.starsHover4 {background-position: 0 -28px;}
.starsHover5 {background-position: 0 -14px;}
.starsHover6 {background-position: 0 0;}

#trackbacks {
	margin-top: 1em;
}

/* =back to ...
-------------------------------------------------------------------------*/
a.historyBack,
a:link.historyBack,
a:visited.historyBack {
	font-size: .625em;
	margin: 10px 0;
	font-weight: bold;
	text-decoration: underline;
	color: #6186C5;
	display: block;
}

a:hover.historyBack,
a:active.historyBack {
	text-decoration: none;
}

.post a.historyBack {
	font-size: 1em ! important;
}

/* =image
 -------------------------------------------------------------------------*/
img.left {
	float:left;
	margin: 0 10px 5px 0;
}

img.center {
	margin: 0 auto 5px auto;
	text-align: center;
}

img.right {
	float:right;
	margin: 0 0 5px 10px;
}



/* =box / =sidebar
 -------------------------------------------------------------------------*/

/* =search */
.box form#searchform {
	margin-bottom: 15px;
}
.box input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em !important;
	color: #6E6F65;
	height: 21px;
	border: 1px solid #D7D7D9;
}
.box input.inputtext {
	width: 140px !important;
	border: 1px solid #000;
}
.box .ajaxSuggests {
	font-size: 0.625em;
	height: 18px;
	width: 200px ! important;
	margin-right: 6px;
	padding-top: 4px;
	float: left;
}

.box .divSubmit {
	padding-top: 3px;
	margin-left: 4px;
}

.box .submitbutton {
	border: none;
	width: 18px;
	height: 18px;
}

/* =abo */
.box form#blogabo {
	padding-left: 10px;
	margin-bottom: 7px;
}

.box .inputblogabo {
	font-size: 0.625em;
	height: 18px;
	width: 210px;
	margin-bottom: 5px;
	padding-top: 4px;
}

.box .submitblogabo {
	font-size: 0.625em;
	background: #fafafa;
	margin-bottom: 5px;
}

.box ul {
	margin: 0;
}

.box ul * {
	font-size: 1em ! important;
}

/* ajax suche
 -------------------------------------------------------------------------*/
#searchsuggestStage {
	position: relative;
	height: 25px;
}

#searchsuggest {
	position: relative;
	background: #fff;
	width: 142px;
	padding: 0;
}

#searchsuggest a,
#searchsuggest a:link,
#searchsuggest a:visited {
	border-right: 1px solid #D7D7D9;
	border-left: 1px solid #D7D7D9;
	display: block;
	text-align: left;
	background: #fff;
	font-size: 10px;
	line-height: 1.5;
	text-decoration: none;
	padding: 2px 4px;
	color: #555;
}

#searchsuggest a:hover,
#searchsuggest a:active {
	background: #eee ! important;
	text-decoration: none ! important;
	color: #555 ! important;
}

#searchsuggest a span {
	font-weight: bold ! important;
}

#searchsuggest .selected {
	background: #eee ! important;
	text-decoration: none ! important;
	color: #555 ! important;
}

.skip {
	display: none ! important;
}

/* suchresultaten
 -------------------------------------------------------------------------*/
.searchResult p {
	font-size: .6875em;
	margin-bottom: 2em;
}


/* =tagcloud
 -------------------------------------------------------------------------*/
.tagcloud {
	font-size: 8px;
	line-height: 1.1 ! important;
	text-align: left;
	padding: 4px 2px ! important;
	background: #787;
}



/*=RSS InfoLayer
-------------------------------------------------------------------------*/
#rssInfo {
	position:absolute;
	top:899px;
  	left:757px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	color: #6B695D;
	width: 200px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #D7D7D9;
	display: none;
}

* html #rssInfo {
	top:895px;
}

/* = highlight
 -------------------------------------------------------------------------*/
.highlight {
	background-color: yellow;
	font-weight: bold;
}


/* backend
-------------------------------------------------------------------------*/
.required_error {
	color:#f00 ! important;
	font-weight:bold;
}

.imagecontainer {
	float: right;
	padding:3px;
	font-variant: normal;
	font-size: 90%;
	background-color: #eee;
	margin-left: 10px;
	border:1px solid #ccc;
}

.imagecontainer img {
	padding:4px;
}

.imagecontainer p {
	margin-left: 7px;
	color: #5F5F5F;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* =printInfo, print styles
-------------------------------------------------------------------------*/
#printInfo {
	display: none ! important;
}


/* =generic declarations
-------------------------------------------------------------------------*/

abbr,
acronym {
	border-bottom: 1px dotted #c00;
	cursor: help;
}

a img {
	border: none;
}

.skip {
	display: none;
}

li dfn {
	display: none;
}

.blank {
	border: none ! important;
	background: none ! important;
	text-align: left ! important;
	padding: 0 ! important;
}

/* =clearing floats without structural markup
-------------------------------------------------------------------------*/

/* clearfix, http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}

/* winIE7 */
.clearfix { display:inline-block; }
/* winIE6 */
* html .clearfix { height: 1%; }
/* safari, winIE, stripped macIE hide */
.clearfix { display: block; }

/* float environment using overflox: hidden;*/
.floatbox { overflow:hidden; }
/* winIE6, stripped the macIE stuff*/
* html .floatbox {width:100%;}

/* =poll
-------------------------------------------------------------------------*/
.poll {
	margin-bottom: 1.5em;

}

.poll fieldset {
	border: 1px solid #575850;
	padding: 0 10px 10px 10px;
}

.pollQuestion {
	padding-top: 10px;
	font-weight: bold ! important;
	color: #575850;
	font-size: 1em;
}

legend {
	padding: 0 5px;
	font-weight: bold ! important;
	color: #575850;
	font-size: 1em;
}

.poll ul {
	list-style: none;
	margin:20px;
}


.poll input.radio {
	margin-right: 5px;
	vertical-align: -2px;
}

.poll li {
 margin-bottom: 10px;
}

.answer li {}

.answer div.info {
	float: left;
	width: 35px;
}


.answer div.bar {
	background: #D10A00 url(/img/poll-bar.gif) 0 100% repeat-x;
	border: 1px solid #ccc;
	float: left;
}

.poll input.submit {
	font-size: 1em;
	margin-left: 20px;
	background: #fafafa;
	color:#6E6F65;
	width: 90px;
	margin-bottom: 5px;
	border: 1px solid #D7D7D9;
	padding: 2px 0;
}


label {
	cursor: pointer;
}

p.copyright  img {
    vertical-align: middle;
}

/* custom
-------------------------------------------------------------------------*/
#innercontent {
	color: #676;
	background: #fff;
	padding: 10px 20px;
	line-height: 1.5em;
}
#header {
	background: transparent;
	width: auto;
	height: 62px;
	display: block;
}
#header a {
	display :block;
	width: auto;
	height: 62px;
	text-indent: -9999em;
}