/*

	filename:	/css/screen-core.css
	version:	1.0 - 2007-06-28 - 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-color: #7D7D7D;
	font-family: Arial, Helvetica, sans-serif;
	color: #595959;
}

#stageLogo {
	width: 846px;
	height: 107px;
	margin: auto;
	background: url(/img/stage_bg.gif) left top repeat-y;
}
#logoSearchRow {
	position: relative;
}
#logo {
	padding-top: 28px;
	margin-left: 37px;
	float: left;
	width: 586px;
}
#searchArea {
	float: right;
	width: 260px;
	margin-top: -34px;
	margin-left: 122px;
}


/* =search */
#searchArea form#searchform input#search {
    font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-top: 1px;
	float: left;
	color: #55524A;
    height: 14px !important;
    line-height: 16px;
	border: 1px solid #404040;
}
#searchArea .imgBorder img {
	border: 1px solid #C0BCBC ! important;
}
#searchArea .submitbutton {
	border: none;
	width: 52px;
	height: 20px;
	cursor: pointer;
}
#searchArea .ajaxSuggests {
	font-size: 0.625em;
	height: 17px;
	width: 160px ! important;
	margin-right: 5px;
	padding-top: 4px;
	float: left;
}

#searchArea .divSubmit {
	padding-top: 1px;
	margin-left: 4px;
	float: left;
}

#header {
	background: #FFFFFF url(/img/banner_grey_bg.gif) left top no-repeat;
	height: 246px;
	width: 846px;
	margin: 0 auto 0px auto;
}
#stageBanner {
	background: url(/img/banner_grey_bg.gif) left top repeat-x;
	height: 246px;
}
#banner {
	background: url(/img/banner_bg.gif) left top no-repeat;
	display: block;
	margin: 0;
	padding: 0;
    height: 246px;
    width: 846px;
	overflow: hidden;
	text-align: center;
}

#stage {
	width: 833px;
	margin: auto;
	background: url(/img/stage_bg.gif) left top repeat-y;
	padding-top: 10px;
	padding-left: 13px;
}
#maincontentWrapper {
	float: left;
	width: 592px;
}
#maincontentTop {
	height: 2px !important;
	background: url(/img/content_border_top.gif) left top no-repeat;
}

#maincontent {
	background: url(/img/content_border_lr.gif) left top repeat-y;
	padding: 10px 10px 0 10px;
}

#maincontentBottom {
	height: 2px;
	background: url(/img/content_border_bottom.gif) left top no-repeat;
}

/**/
#sidebarWrapper {
	float: left;
	width: 221px;
	margin-left: 7px;
}
#sidebarTop {
	height: 2px !important;
	background: url(/img/rightcol_border_top.gif) left top no-repeat;
}

#sidebar {
	background: url(/img/rightcol_border_lr.gif) left top repeat-y;
	padding: 10px 20px 0 20px;
}

#sidebarBottom {
	height: 2px;
	background: url(/img/rightcol_border_bottom.gif) left top no-repeat;
}


/* post 
 -------------------------------------------------------------------------*/

.post { 
	margin: 0;
	padding: 0;
    line-height: 1.2em;
}

.post ul.postMeta {
    padding: 0 0 10px 0;
    margin: 0 0 0 -10px;
}

.post ul.postMeta li {
    list-style: none ! important;
    font-size: 0.7em ! important;
    line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
    display: inline;
    padding: 0;
    margin: 0;
}

.post ul.postMeta li a,
.post ul.postMetaTag li a  {
    font-size: 1em ! important;
	margin-left: 1px !important;
	margin-right: 1px !important;
}


.post ul.postMeta p {
    padding: 0;
    margin: 0;
}

.post ul.postMeta {
    text-align: left;
}

.post ul.postMeta li.postMetaCategory span {
	color: #000;
}

#maincontent h1 {
/*.post h1 {*/
	color: #E00024;
	padding: 0;
	margin: 5px 16px 32px 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.75em;
	line-height: 1.0em;
}

.post h1 {
	color: #E00024;
	padding: 15px 0 25px 0 ! important;
	margin-bottom: 0 !important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.5em;
}

#stage #maincontent h1 a,
#stage #maincontent h1 a:link,
#stage #maincontent h1 a:visited
 {
	text-decoration: none ! important;
	color: #E00024;
}

#stage #maincontent h1 a:hover,
#stage #maincontent h1 a:active
 {
	text-decoration: underline ! important;
	color: #55524A;
}

#stage #maincontent ul li.postMetaCategory span {
	color: #999;
	font-size: 1.0em;
}

#maincontent h2 {
/*.post h2 {*/
	font-size: .75em;
	line-height: 1.5em;
	margin: 20px 14px 0 14px;
}
#maincontent p {
/*.post p {*/
	font-size: .75em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 14px 14px 14px;
}

.post p {
	font-size: 1em;
	line-height: 1.5em;
	list-style: inside;
}

#maincontent ul {
    margin-left: 14px ! important;
}
#maincontent li {
    font-size: .75em;
    line-height: 1.5em;
    list-style: inside;
}

h1.post a,
h1.post a:link,
h1.post a:visited,
.post p a,
.post p a:link,
.post p a:visited {
	font-weight: bold;
}

h1.post a:hover,
h1.post a:active,
.post p a:hover,
.post p a:active {
	font-weight: bold;
}

#maincontent img {
/*.post img {*/
	margin:0 10px 5px 0;
/*	border: 1px solid #55524A;*/
}

blockquote {
	margin: 10px 0 10px 15px;
	padding-right: 50px;
	padding-left: 20px;
	font-style: italic;
	background: transparent url(/img/core_blockquote-bg.gif) left top no-repeat;
	font-size: 1em ! important;
}

address {
	margin: 20px 15px;
	font-size: .75em ! important;
	font-style: normal;
}

cite {
	font-style: normal;
	font-weight: bold
}

object {
	margin-left: 15px;
}

#stage #maincontent div ul li a
 {
	color: #313131;
}


#maincontent a,
#maincontent a:link,
#maincontent a:visited,
#sidebar a,
#sidebar a:link,
#sidebar a:visited
{
	padding: 1px;
	color: #E52323;
}

#maincontent li a,
#maincontent li a:link,
#maincontent li a:visited
{
	padding: 0;
	color: #E52323;
	text-decoration: underline;
}
#maincontent li a:hover
{
	text-decoration: none;
}

#maincontent p a:hover,
#sidebar p a:hover
{
	text-decoration: none;
}

#maincontent table {
    margin: 1em 15px;	
}
#maincontent table th,
#maincontent table td
{
    font-size: .75em;
    border-bottom: 1px dotted #E7E7E7;
}


#footer a,
#footer  a:link,
#footer a:visited
{
	color: #E52323;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}

#maincontent a:hover,
#maincontent a:active,
#maincontent a.sctive,
#sidebar a:hover,
#sidebar a:active,
#sidebar a.sctive
{
	color: #E52323;
	text-decoration: none;
}
#maincontent a.imagelink {
	background-color: transparent !important;
}
#footer a:hover,
#footer a:active,
#footer a.sctive
{
	color: #fff;
}

#sidebar a,
#sidebar a:link,
#sidebar a:visited
{
    padding: 2px 4px;
    color: #55524A;
}

#sidebar p a:hover
{
    color: #55524A;
    background: transparent;
}

#sidebar a:hover,
#sidebar a:active,
#sidebar a.sctive
{
    text-decoration: none;
}

#stageShadowBottom {
	width: 842px;
	height: 6px;
	margin: auto;
	background: url(/img/stage_bg_bottom.gif) left top no-repeat;
}

/********************/
.beitrag p {
	font-size: .75em;
	line-height: 1.5em;
}

ol li {
	list-style-type: decimal ! important;
}
ul,
ol {
	margin-bottom: 18px ! important;
}


/* =postmeta: author, comments, permalink
-------------------------------------------------------------------------*/
.postMetaAuthor {  display: none ! important; width: 0 ! important; }
.postMetaDate { font-size: .8333em; ! important ; color: #999; }


/* =tags */

h2.postMetaTags,
ul.postMetaTags .postMetaTagsH2 {
	display: inline;
	font-weight: normal;
}

* h2.postMetaTags,
* ul.postMetaTags .postMetaTagsH2 {
    padding-right: 3px !important;
}

* h2.postMetaTagsTechnorati {
    width: 30px ! important;
}

/* 
* html div.postMetaTagsTechnorati {
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

h2.postMetaTagsTechnorati {
	background: transparent url(/img/tn_tech.gif) 15px 5px no-repeat;
	clear: left;
	float: left;
	width: 33px;
	height: 20px;
	text-indent: -9999em;
}

ul.postMetaTags {
	list-style: none;
	display: inline;
}

div.postMetaTagsTechnorati {
	padding-top: 5px;
}

div ul.postMetaTagsTechnorati {
	list-style: none;
	display: inline;
}

ul.postMetaTags li,
ul.postMetaTagsTechnorati li {
	display: inline;
}
 
#maincontent .post ul.postMetaTags,
#maincontent .post ul.postMetaTagsTechnorati {
	list-style: none ! important; 
 	margin: 0 0 0 1px ! important;
	padding: 0 ! important;
}

#maincontent .post ul.postMetaTags li,
#maincontent .post ul.postMetaTagsTechnorati li {
	display: inline;
	list-style: none ! important;
}

ul.postMetaTags li *,
ul.postMetaTagsTechnorati li * {
	display: inline ! important;
	margin: 0 ! important; 
	padding: 0 ! important;
}

ul.postMeta li span.inlineDivider, 
ul.postMetaTags li span.inlineDivider {
    padding: 0 3px !important;
}

/* =social bookmarks */
div.postMetaSocialBookmarks {}

div.postMetaSocialBookmarks p {
	font-weight: bold;
}
div.postMetaSocialBookmarks a {
    background-color: transparent !important;
}

div.postMetaSocialBookmarks img {
	margin: 0 ! important;
}

span#socialBookmarkTarget {
	font-weight: bold;
}


/* =full article / =long article
-------------------------------------------------------------------------*/
.full {}

.full .post h1, .full .post h2 {
    margin-left: 0 !important;
}

.full div.postMeta ul li {
    padding: 5px 0;
	margin: 0;
	display: inline;
	border: 0;
}
.full ul.postMeta  {
	border: 0 !important;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    clear: right;
}

.full ul.postMeta li a {
    margin: 0 5px 0 0;
    padding: 0 !important;
}
.full .postMetaAuthor {  display: none ! important; width: 0 ! important; }
.postMetaDate { font-size: .8333em ! important;}

.full ul.postMeta li.postMetaCategory {
	display: block ! important;
	border: 0 ! important;
	margin: 0 2px 0 0; 
	padding: 0;
}

.full ul.postMeta li.postMetaCommentsCount,
.full ul.postMeta li.postMetaRecommend,
/* .full div.postMetaSocialBookmarks,
#trackbacks, */
.full ul.postMeta li.postMetaCommentsWrite,
#commentWriter0 {
	/* display: none ! important; */
}

div.postMetaTags {
    margin: 0 0 0 14px;
	padding-top: 2px;
}

div.postMetaTags h2, .postMetaTagsTechnorati h2 {
    margin: 0 !important;
}

ul.postMetaTags li a, ul.postMetaTagsTechnorati li a {
    font-weight: bold;	
}


/* =page: < 1 2 3 > 
 -------------------------------------------------------------------------*/
#navShortArticles {
	clear: both;
	color: #55524A;
	font-size: .6875em;
	border-top: 1px solid #E7E7E7;
	padding-top: 10px;
	margin-left: 15px;
}

#navShortArticles span {
	font-weight: bold;
	padding: 0;
}

#navShortArticles a,
#navShortArticles a:link,
#navShortArticles a:hover {
	font-weight: bold;
	padding: 0;
	color: #55524A;
}

#navShortArticles a:hover,
#navShortArticles a:active {
	padding: 0;
	color: #55524A;
	text-decoration: none;
}


/* comments  
-------------------------------------------------------------------------*/
#maincontent h1.comments,
#trackbacks h2 {
	color: #55524A;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
	padding: 0 !important;
	margin: 0 0 0 13px !important;
}

* html #maincontent h1.comments,
* html #trackbacks h2 {
	margin: 0 0 0 8px !important;
}

h1.comments span {
    font-size: .6875em;
    font-weight: normal;
    vertical-align: middle;
}
h1.comments span a {
    font-size: .6875em;
    font-weight: bold;
    vertical-align: middle;
    color: #6186C5;
}
h1.comments span a:hover {
    text-decoration: none;
}
h1.comments span a img {
    margin: 0 !important;
    padding-bottom: -2px !important;
}
.comment {
	margin-left: 5px ! important;
	padding: 0;
	background: #FFF ! important;
	border-left: 0px solid #eee9e9;
}

.comment p {
	margin-left: 10px ! important;
}
	
/* =level: comment depth */
.level1 {
	margin-top: 0;
	border-left: 0px solid #FFF;
}
.level2 {
	margin-top: 0;
	border-left: 24px solid #FFF;
}
.level3 {
	margin-top: 0;
	border-left: 48px solid #FFF;
}
.level4 {
	margin-top: 0;
	border-left: 72px solid #FFF;
}
.level5 {
	margin-top: 0;
	border-left: 100px solid #FFF;
}

.odd {}

/* .even {
	background-color: #eee9e9 ! important;
	border-color: #eee9e9 ! 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: #3399FF;
	text-decoration: underline;
}
ul.commentMeta li.commentAuthor a:hover,
ul.commentMeta li.commentAuthor a:active {
	color: #3399FF;
	text-decoration: none;
}


li.commentMetaUrl {}
ul.commentMeta li.commentMetaDate {}
ul.commentMeta li.commentMetaTime {}

ul.commentMetaDate {
	margin-left: 20px;
}


/* tools: edit, reply, submit */
ul.commentTools {
	list-style: none;
	text-align: right;
	padding: 2px;
	margin: 12px 0 0 0 ! important;
}
ul.commentTools li {
	display: inline;
	padding: 0 !important;
	margin: 0 !important;
}

ul.commentTools li a,
ul.commentTools li a:link,
ul.commentTools li a:visited {
	font-size: 1em;
	margin: 10px 0;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	color: #E52323 ! important;
	padding: 1px 5px !important;
}

ul.commentTools li a:hover,
ul.commentTools li a:active {
	text-decoration: none;
	background-color: #E52323;
	color: #FFF ! important;
}

ul.commentTools,
.comment ul li span {
	margin-left: -4px !important;
}

.comment h2 {
	font-size: 1em;
	color: #55524A;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 10px 0 4px 0 ;
	margin: 0 0 6px 0 ;
	background: transparent url(/img/chrome_side-h2-bg.gif) 0 100% repeat-x;
	
}
.comment p {
	font-size: .625em;
	line-height: 1.5;
}

form#postRecommendForm {
	background: #f2f2f2 ! important;
	padding: 15px;
	margin-top: 10px !important;
	border: 1px solid #C8C9C4;
}

form#postRecommendForm p {
	margin-left: 0 ! important;
}

#trackbacks {
    overflow: hidden;
	margin: 0;
	padding: 0;
}

#trackbacks ul {
	margin-top: 1em;
}
.trackbackicon {
    overflow: visible !important;
    background: transparent url(/img/trackback_icon.gif) 0 0 no-repeat;
    padding-left: 20px !important;
    line-height: 20px !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: #55524A;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
}

form#commentReplyForm .input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	color: #55524A;
	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: #55524A;
	width: 400px;
	height: 200px;
	margin-bottom: 15px;
	border: 1px solid #C8C9C4;
}

form#commentReplyForm .submit {
	width: 75px;
	background: #fafafa;
	border: 1px solid #D7D7D9;
	height: 21px;
	color: #55524A;
	font-size: .625em;
	cursor: pointer;
}

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: #F2F2F2 !important;
	padding: 10px;
	margin: 5px 45px 5px 40px !important;
	border: 1px solid #AFAFAF;
}
.commentPreview p {
    margin: 10px 0; 
}
#commentReply p {
	color: #55524A;
	margin: 10px 0;
}
.commentPreview ul.commentTools {
    list-style: none;
    border: none;
    text-align: left;
    background: none;
    padding: 0 !important;
    margin: 0 !important;
}
.commentPreview ul.commentTools li.commentEdit,
.commentPreview ul.commentTools li.commentSubmit  {
    width: 75px;
    background: #fafafa;
    border: 1px solid #D7D7D9;
    height: 21px;
    color: #55524A! important;
    font-weight: normal ! important;
    margin: 10px 10px 10px -4px !important;
}

input.captcha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	color: #55524A;
	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 {
	font-size: 0.625em;
	color: #55524A;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
}

form#postRecommendForm .input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	color: #55524A;
	border: 1px solid #C8C9C4;
	width: 250px;
	margin-bottom: 15px;
	padding-top: 4px;
	display: block;
}

form#postRecommendForm .textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .625em;
	color: #55524A;
	width: 400px;
	height: 200px;
	margin-bottom: 15px;
	border: 1px solid #C8C9C4;
}

form#postRecommendForm .submit {
	width: 75px;
	background: #fafafa;
	border: 1px solid #D7D7D9;
	height: 21px;
	color: #55524A;
	font-size: .625em;
	cursor: pointer;
}

form#postRecommendForm .remembermeCheck {
	margin-right: 5px;
	display: block;
	float:left;
}

form#postRecommendForm.remembermeLabel {
	display: block;
}

* html form#commentReplyForm .remembermeLabel {
	padding-top: 4px;
}

/* =ratings
-------------------------------------------------------------------------*/
.postMetaRating li {
	float: left;
	padding-left: 2px;
}

#postMetaRating span {
    float: left;
    text-align: left;
}
#postMetaRating .stars1, #postMetaRating .stars2,#postMetaRating .stars3, #postMetaRating .stars4, #postMetaRating .stars5, #postMetaRating .stars6 {
    display: block;
    float: left;
    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: 1em;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	color: #6186C5;
	/* display: block; */
	margin-right: 15px;
}

a:hover.historyBack,
a:active.historyBack {
	text-decoration: none;
}

.post a.historyBack {
	font-size: 1em ! important;
}

p.historyBack {
	margin: 0 !important;
    text-align: right !important;
}

/* =image 
 -------------------------------------------------------------------------*/
img.left {
	float:left; 
	margin: 0px 20px 10px 0 ! important;
}

img.center {
	margin: 0 auto 5px auto;
	text-align: center;
}

img.right {
	float:right; 
	margin: 0 0 5px 10px;
}

a img.icon {
    background-color: transparent;
    border: 0;
    padding: 0;
}

img.icon {
	vertical-align: middle;
    border: 0;
    padding: 0;
}

/* =box / =sidebar
 -------------------------------------------------------------------------*/

.box {
	margin: 0 0 30px 0;
}

.box h2 {
	font-size: 1em;
	color: #E00024;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 0 0 4px 0;
	margin: 0 0 6px 0 ;

}
.box h3 {
	padding: 8px 0 0 0;
	font-size: .75em;
	line-height: 1.5em;
}
.box p {
	font-size: .75em;
	line-height: 1.3em;
}
.box ul {

}

.box a{
	padding: 0 ! important;
	margin: 0 ! important;
}

.box li {
	list-style: inside;
	font-size: .625em ! important;
	line-height: 1.8em;
	margin-left: 10px;
}
.box li li {
	font-size: 1em ! important;
	line-height: 1.5em;
}


/* =abo */
.box form#blogabo {
 
	margin-bottom: 7px;
}

.box input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-top: 1px;
	margin-bottom: 5px;
	float: left;
	color: #55524A;
	height:18px;
	line-height:18px;
	border: 1px solid #D7D7D9;
}

.box .submitblogabo {
	background:#FAFAFA none repeat scroll 0 0;
	cursor:pointer;
	font-size:0.625em;
	margin-bottom:5px;
	width:90px;
	float: none;
}

@media screen and (min-width: 0px){ .box .submitblogabo { height: 16px; }} /* safari */

.box ul {
	margin: 0;
}

.box #rssSubscribe p {
    margin: .5em 0;	
}

.box #creativeCommons img {
    margin-bottom: .5em;   
}

/* =tagcloud 
 -------------------------------------------------------------------------*/
.tagcloud {
	font-size: 11px ! important;
	line-height: 1.1 ! important;
	text-align: left;
	padding: 0 !important;
	width: 182px;
	text-decoration: none ! important;
}



/*=RSS InfoLayer 
-------------------------------------------------------------------------*/
#rssInfo {
	position:absolute;
	top:899px; 
  	left:757px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.68em;
	line-height: 1.5em;
	color: #55524A;
	width: 200px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #D7D7D9;
	display: none;
}

* html #rssInfo {
	top:895px; 
}

/* = highlight 
 -------------------------------------------------------------------------*/
.highlight {
	background-color: yellow;
	font-weight: bold;
}


/* ajax suche 
 -------------------------------------------------------------------------*/
#searchsuggestStage {
	position: relative;
	height: 25px;
}

#searchsuggest {
	position: absolute;
	background: #fff;
	border-top: 1px solid #D7D7D9;

	border-bottom: 1px solid #D7D7D9;

	width: 162px;
	padding: 0;
	top: 22px;
	left: 0px;
}

#searchsuggest a,
#searchsuggest a:link,
#searchsuggest a:visited {
	border-right: 1px solid #D7D7D9;
	border-left: 1px solid #D7D7D9;
	display: block;
	background: #fff;
	font-size: .75em;
	line-height: 1.5;
	text-decoration: none;
	padding: 2px 4px;
	color: #55524A;
}

#searchsuggest a:hover,
#searchsuggest a:active { 
	background: #3399FF ! important;
	text-decoration: none ! important;
	color: #fff ! important;
}

#searchsuggest a span { 
	font-weight: bold ! important;
}

#searchsuggest .selected { 
	background: #3399FF ! important;
	text-decoration: none ! important;
	color: #fff ! important;
}

.searchResult {
	margin: 0 0 10px 15px;
}

.skip {
	display: none ! important;
}


/* backend  
-------------------------------------------------------------------------*/
.required_error {
	color:#f00 ! important;
	font-weight:bold;
}

.imagecontainer {
	float: right;
	padding:3px;
	font-variant: normal;
	font-size: 90%;
	background-color: #E1DCDC;
	margin-left: 10px;
	border:1px solid #ccc;
}

.imagecontainer img {
	padding:4px;
}

.imagecontainer p {
	margin-left: 7px;
	color: #E1DCDC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer {
	margin-left: -7px;
	background-color: #F4F6F6;
    clear: both;
	width: 818px;
    display: block;
    padding: 5px;
	padding-left: 10px;
    text-align: left;
}

#footer a
{
    color: #55524A !important;
}
#footer p{
	font-size: .625em;
	margin: .5em 0 !important;
	padding: 0;
}


/* =printInfo, print styles
-------------------------------------------------------------------------*/
#printInfo {
	display: none ! important;
}


/* =generic declarations
-------------------------------------------------------------------------*/

abbr,
acronym {
	border-bottom: 1px dotted #c00;
	cursor: help;
}

a img {
	border: none;
}

#header a img {
	border: none;
}

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

.clearAll { clear: both; }

/* float environment using overflox: hidden;*/
.floatbox { overflow:hidden; } 
/* winIE6, stripped the macIE stuff*/
* html .floatbox {width:100%;}

html
{
height: 100%;
}

body
{
height: 100%;
}

#stageOverall {
	position: relative;
	min-height: 100%;
}

* html #stageOverall
{
/* height: 100%; */
}

hr {
    clear: both;
    border: 0;
    color: #E7E7E7;
    background-color: #E7E7E7;
    height: 1px;
    margin: 1.5em 15px 10px 15px;
}

/* =poll
-------------------------------------------------------------------------*/
.poll {
    margin: 0 15px 1.5em 15px;
	background: #FFF;
}

.poll fieldset {
    border: 1px solid #ccc ! important;
    padding: 10px;
	background: #F2F2F2;
}

.poll legend {
	display: none;
	/*
    border: 1px solid #ccc ! important;
    padding: 2px 5px;
    background: #fff;
    */
}

.pollQuestion {
    padding-top: 10px;
    margin-left: 10px;
    font-weight: bold ! important;
    color: #575850;
    font-size: 11px; /*.75em*/
}

legend {
    padding: 0 5px;
    font-weight: bold ! important;
 /*   color: #575850; */
    font-size: 11px; /*.75em*/
}

.poll ul {
    list-style: none;
    margin:5px;
}


.poll input.radio {
    margin-right: 5px;
    vertical-align: -2px;
}

.poll li {
    list-style: none !important;
	margin-bottom: 10px;
}

.answer li strong {
    display: block;
}

.answer div.info {
    float: left; 
    width: 40px;
}


.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: 11px; /*.75em*/
    margin-left: 20px;
    background: #fafafa;
    color:#6E6F65;
    width: 90px;    
    margin-bottom: 5px;
    border: 1px solid #D7D7D9;
    padding: 2px 0;
    cursor: pointer;
}


label {
    cursor: pointer;
    font-size: 11px; /*.75em*/
}

#pageButtons {
	position: relative;
	margin: 1em 0;
}
#pageButtons ul {
	list-style: none;
	display: inline;
}
#pageButtons li {
    list-style: none;
    display: inline;
}
#socialBookmarks {
    display: none;
    position: absolute;
	bottom: 30px;
	left: 240px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 5px 5px 5px;
    font-size: small;
    z-index: 999;
}
#socialBookmarks img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#socialBookmarks ul {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}
#socialBookmarks li {
    display: block;
    height: 25px;
    margin: 0 !important;
    padding: 0 5px !important;
    float: left;
    clear: left;
}
#socialBookmarks span.close {
    display: block;
    text-align: right;
}
#socialBookmarks span.close a {
    border: 0;
    text-decoration: none;
    font-weight: bold;
}

/* impressum */
#maincontent div.twoColumnContent div {
    float: left;
    width: 48%;
    margin-top: 0;
    paddding: 0 1em 0 1em;
}
#maincontent div.twoColumnContent div address {
    margin: 0 15px 20px 15px;
}

#language {
	text-align:right;
	padding-right:39px;	
}

span.spacer,
#language a {
	color: #595959;
	font-size: 0.7em;	
}

#language a.active {
	font-weight: bold;
	text-decoration:none;
	cursor:default;
}


#language a:hover {
	text-decoration:none;
}


/* Flickr */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 5px solid #EEE !important;}
#flickr_www {display:block; padding:0 0 10px 0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper img {margin-bottom: 5px}
#flickr_badge_uber_wrapper table{margin: 0 0 0 -3px; padding: 0;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

