/* @override http://localhost:8000/styles/base.css */

/*
	Screen-Styles for tim-adler.com v4
	written 2008 by Tim Adler
	www.tim-adler.com
	
	$LastChangedDate: $
	$LastChangedRevision: $
	$LastChangedBy: $
*/

/* @group INCLUDES */


/* @end */

/* @group TAG REDEFINITIONS */

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
}

html {
	background: #000 url(../images/back-html.jpg) repeat-y center top;
}
body {
	background-image: url(../images/back-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 0.75em;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	padding-bottom: 30px;
}


p, pre {
	margin-bottom: 1em;
}
pre {
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/pre-back.gif);
	padding-left: 30px;
	border: 1px solid #bcbcbc;
	color: #515151;
	overflow: hidden;
}

label { 
	font-weight: bold; 
	display: block;
}
input, textarea, select	{
	border: 1px solid #181818;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	padding: 2px;
	background: #fff url(../images/input-back.gif) repeat-x 0 top;
}
textarea {
	font-size: 0.95em;
}
fieldset {
	border-top: 1px solid #e2e7de;
	margin: 1.5em 0;
	padding: 0.5em 0;
}
ol, ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 20px;
}
ol li {
	margin-left: 3em;
}
h1 { 
	font-size: 2em; 
	color: #eaeae6;
	margin-bottom: 0.5em
}
h2 { 
	font-size: 1.6em; 
	color: #eaeae6;
	margin-bottom: 0.4em;
}
h3 { 
	font-size: 1.4em; 
	color: #eaeae6;
	margin-bottom: 0.6em
}
h4 { 
	font-size: 1.2em; 
	color: #eaeae6;
	margin-bottom: 1px	
}
h5 {
	font-size: 1em; 
	font-weight:bold; 
	margin-bottom: 0.5em;
	color: #ad092c;
}
h6 { 
	font-size: 1em;
	color: #ad092c;
}
a {
	color: #ad092c;
	font-weight: bold;
}
a:hover {
	color: #ea4467;
}
button {
	background-color: #ad092c;
	padding: 3px 8px;
	color: white;
	border: 2px outset #ad092c;
	font-size: 1em;
}
img {
	border: none;
}
cite {
	display: block;
	color: #ea4467;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.2em;
	margin-bottom: 1em;
}
hr {
	border-color:#E4E4E4;
	border-style:solid none none;
	border-width:1px 0 0;
	height:1px;
	margin-bottom: 10px;
	padding:0;
}
/* @end */

/* @group UTILITIES */
.hidden {
	display: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix { /* only show to IE */
	height: 1%;
}
img[align=left] {
	margin-right: 10px;
	float: left;
}
img[align=right] {
	margin-left: 10px;
	float: right;
}
p.nobr {
	margin-bottom: 0;
}
p.dblbr {
	margin-bottom: 2em;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
input.focus, textarea.focus, select.focus {
	border: 1px solid #fbdc34;
}
/* @end */

/* @group IDs, CLASSes, SELECTORs */

#wrapper {
	width: 802px;
	margin: auto;
}
#header {
	position: relative;	
	height: 115px;
}
#logo {
	position: absolute;
	left: 2px;
	width: 357px;
	height: 181px;
	overflow: hidden;
	text-indent: -999px;
	background-image: url(../images/logo.png);
	cursor: pointer;
}
#claim {
	position: absolute;
	bottom: 0px;
	right: 30px;
	background-image: url(../images/claim.png);
	width: 168px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
}
#menu {
	background-color: #262626;
	padding-left: 25em;
}
#menu ul {
	list-style: none;
	border-left: 1px solid #333;
	margin-bottom: 0;
}
#menu ul li {
	float: left;
	list-style: none;
	margin: 0;
}
#menu ul li a {
	display: block;
	float: left;
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
	padding: 2em 0.5em 0.5em 4em;
	border-right: 1px solid #333;
}
#menu ul li a:hover {
	background-color: #333;	
}
#home li.home, #blog li.blog, #portfolio li.portfolio, #archiv li.archiv, #kontakt li.kontakt {
	background: url(../images/menu-item-selected-right.jpg) no-repeat right;
}
#home li.home a,#blog li.blog a, #portfolio li.portfolio a, #archiv li.archiv a, #kontakt li.kontakt a {
	background: url(../images/menu-item-selected-left.jpg) no-repeat left;
	color: #fff;
	font-weight: bold;
}
#home li.home a:hover,#blog li.blog a:hover, #portfolio li.portfolio a:hover, #archiv li.archiv a:hover, #kontakt li.kontakt a:hover {
	background-color: transparent;
}
#key {
	background-color: #181818;
	padding: 20px;	
	color: #aaa;
}
#key strong {
	color: #fff;
}
#key div.text {
	padding-top: 10px;
	margin-right: 530px;
}
#key div.project {
	float: right;
	width: 508px;
	background-color: #262626;
}
#key div.project h2 {
	margin-bottom: 0;
}
#key div.project h3 {
	color: #696969;
	font-size: 1.2em;
	font-weight: normal;
}
#key div.project img {
	border: 3px solid #fff;
}
#key div.project div.description {
	padding: 15px;
}
#key div.project div.meta-info {
	height: 21px;
	background-image: url(../images/key-project-bottom.jpg);
	font-size: 0.85em;
	padding: 7px 0 0 15px;
}
#key div.project span.task {
	color: #828282;
	text-transform: uppercase;
	margin-right: 3em;
}
div.teasers {
	background-color: #202020;
}
div.teasers div.teaser {
	position: relative;
	float: left;
	width: 267px;
	color: #a9a9a9;
	height: 260px;
	border-right: 1px solid #2f2f2f;
}
div.teasers div.teaser strong {
	color: #fff;
}
div.teasers div.project {
	height: auto;
	padding-bottom: 15px;
}
div.teasers div.last {
	width: 265px;
	border-right: 0;
}
div.teasers div.teaser em {
	color: #727171;
}
div.teasers div.teaser h2, div.teasers div.teaser p, div.teasers div.teaser ul {
	margin: 15px 15px 0 15px;
	font-weight: normal;
}
div.teasers div.teaser h2 {
	font-size: 1.3em;
}
div.twocolumns div.teaser {
	width: 395px;
	height: auto;
	border-right: 0;
	padding-bottom: 2em;

}
div.twocolumns div.teaser h2 {
	border-bottom: 1px solid #2f2f2f;
	padding-bottom: 0.7em;
}
div.twocolumns div.teaser p.backgrounded {
	padding-left: 140px;
	
}
div.twocolumns div.last {
	width: 395px;
}
div.bordered {
	border-top:1px solid #2a2a2a;
}
div.teasers a.button {
	position: absolute;
	bottom: 15px;
	margin: 0 15px;
}
#portfolio div.teasers a.button {
	bottom: 0;
}
div.teasers a.button span {
	padding-right: 30px;
}
div.teasers p a.button {
	margin: 0;
}
#portfolio div.project a {
	color: #fff;
	text-decoration: none;
}
#portfolio div.project a:hover {
	color: #ccc;
}
#portfolio div.project span, #portfolio div.project em {
	font-size: 0.9em;
}
#portfolio div.project img {
	border: 3px solid #fff;
	margin-top: 5px;
}
#portfolio div.selected {
	background-image: url(../images/project-teaser-back.jpg);
}
#content {
	background: #181818 url(../images/content-back.jpg) repeat-y;
}
#full-width-content{
	background: #fff url(../images/content-back-fullwidth.jpg) repeat-y;
	padding: 50px 15px 30px 15px;
	border-right: 4px solid #e7e7e7;
	line-height: 1.5em;
}
#full-width-content .content {
	position: relative;
	padding: 0 200px 0 50px;
}
#full-width-content div.ad {
	position: absolute;
	top: 0px;
	right: 20px;
	text-align: center;
	width: 120px;
	height: 600px;
}
#full-width-content h2 {
	font-size: 2em;
	font-weight: normal;
	color: #ad092c;
	margin-bottom: 0.5em;
	padding: 0 200px 0 50px;
	line-height: 1.1em;
}
#full-width-content h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #ad092c;
	margin: 0.5em 0;
	line-height: 1em;
}
#full-width-content span.date, #full-width-content a.comments, #full-width-content a.trackback, #full-width-content span.newdate {
	display: block;
	float: left;
	background-position: left;	
	padding-left: 16px;
	color: #777;
	margin-right: 20px;
}
#full-width-content div.meta {
	position: relative;
	margin-bottom: 1em;
	padding: 0 200px 0 50px;
}
#full-width-content div.meta a {
	color: #777;
	text-decoration: none;
	font-weight: normal;
}
#full-width-content div.meta a:hover, a.comment:hover {
	color: #999;
}
#full-width-content div.meta a:active, a.comment:active {
	color: #666;
}
#full-width-content div.tags {
	margin-bottom: 1.5em;
	padding: 0 200px 0 50px;
}
#full-width-content div.tags a {
	display: block;
	float: left;
	font-weight: normal;
	height: 18px;
	overflow: hidden;
	padding: 0 0 0 10px;
	background: url(../images/tag-link-white-left.gif) no-repeat left 0;
	margin: 0 5px 5px 0;
	text-decoration: none;
	color: #666;
}
#full-width-content div.tags span {
	display: block;
	height: 18px;
	overflow: hidden;
	padding: 0 10px 0 0;
	background: url(../images/tag-link-white-right.gif) no-repeat right 0;
}
#full-width-content div.tags a:hover {
	color: #999;
	background-position: left -18px;
}
#full-width-content div.tags a:hover span {
	background-position: right -18px;
}

#full-width-content span.date {
	background-image: url(../images/icon-calendar.gif);	
}
#full-width-content a.comments {
	background-image: url(../images/comment-icon.gif);	
}
#full-width-content a.trackback {
	background-image: url(../images/icon-link.gif);
}
#full-width-content span.newdate {
	background-image: url(../images/neu-badge-kl-alt.gif);
	padding-left: 28px;
}
#comments {
	background-color: #181818;
	padding: 30px 200px 20px 50px;	
	color: #aaa;
}
#comments a {
	color: #fff;
}
#comments a:hover {
	color: #ccc;
}
#comments h3 {
	font-weight: normal;
	color: #aaa;
	margin-left: 15px;
}
#comments ul {
	list-style: none;
}
#comments ul li {
	position: relative;
	list-style: none;
	margin: 0 0 15px 0;
}
#comments ul li div.text {
	width: 506px;
	background: #242424 url(../images/main-comment-top.jpg) no-repeat 0 top;
}
#comments ul li div.text div.wrapper {
	min-height: 50px;
	padding: 15px;
	background: url(../images/main-comment-bottom.jpg) no-repeat 0 bottom;
}
#comments ul li div.author {
	position: absolute;
	width: 180px;
	left: 516px;
	padding-top: 2px;
}
#comments ul li em {
	color: #6c6b6b
}
#comments ul li div.author img {
	border: 3px solid #fff;
	float: left;
	margin-right: 5px;
	height: 60px;
}
#comments ul li.me div.author img {
	border: 3px solid #242424;
}
#comments ul.trackbackslist {
	padding-left: 15px;
	width: 506px;
}
#commentform {
	padding-left:  15px;
}
#commentform h4 {
	margin: 20px 0 1em 0;
}
#commentform label {
	display: block;
	
}
#commentform input {
	width:50%;
}
#commentform textarea {
	height:150px;
	width:75%;
}
#commentform span.error, #main span.error {
	display: none;
	background-image: url(../images/icon-error.gif);
	background-position: left top;
	background-repeat:  no-repeat;
	color: #fbdc34;
	padding-left: 20px;
	margin: 5px 0;
}
#commentform div.ajaxindicator, #main div.ajaxindicator {
	display: none;
	float: left;
	text-align: center;
}
form p.spam {
	display: none;
}
#main span.error {
	background-image: url(../images/icon-error-white.gif);

	color: #ad092c;
	font-weight: bold;
}
#main input, #main textarea {
	border-color: #888;
}
#main div.ajaxindicator {
	color: #999;
}
#main select, #main input, #main textarea {
	background: #e1e1e1 url(../images/input-back-white.gif) repeat-x 0 top;
}
	
#contactform input.focus,#contactform textarea.focus {
	border-color: #d07201;
}
#contactform input {
	width:50%;
}
#contactform textarea {
	height:150px;
	width:75%;
}
.pagination {
	text-align: center;
	margin: 0 0 20px 0;
}
.pagination a.page, .pagination span.current {
	border:solid 1px #bbb;
	margin-right:2px;
	padding: 2px;
	text-decoration: none;
}
.pagination a.page:hover {
	background-color: #fea6b8;
}
.pagination span.current {
	background-color: #ad092c;
	border-color: #ad092c;
	color: #fff;
}
div.stage {
	background-color: #181818;
	padding: 50px 20px;	
	color: #aaa;
}
div.portfolio {
	width: 720px;
	margin: auto;
}
div.portfolio div.element {
	position: relative;
	float: left;
	width: 360px;
	height: 180px;
}
div.portfolio div.logo {
	position: relative;
}
div.portfolio div.logo img {
	position: absolute;
	top: 50%;
	left: 50%;
}
div.portfolio div.description {
	padding-left: 5px;
}
div.portfolio div.description a {
	color: #fff;
	text-decoration: none;
}
div.portfolio div.description a:hover {
	color: #ccc;
	text-decoration: underline;
}
#main {
	float: left;
	padding: 25px 15px 1px 15px;
	width: 505px;
	line-height: 1.5em;
}
#main h1, #main h2, #main h3, #main h4 {
	color: #ad092c;
	font-weight: normal;
}
#main div.article a.readmore {
	float: right;
	background: url(../images/readmore-link-gray.gif) no-repeat right 0px;
	padding-right: 18px;
	margin-top: -1em;
	font-weight: bold;
}
#main div.article a.readmore:hover {
	background: url(../images/readmore-link-gray.gif) no-repeat right -110px;
}
#main div.article {
	position: relative;
	margin-bottom: 25px;
}
#main div.article h3 {
	height: 31px;
	color: #262626;
	margin-bottom: 10px;
	line-height:1.1em;
	width:350px;
}
#main div.article a {
	color: #262626;	
}
#main div.article a:hover {
	color: #636363;	
}
#main div.article a.comment {
	position: absolute;
	top: 6px;
	right: 0;
	color: #a6a6a6;
	font-weight: normal;
	text-decoration: none;
	padding-left: 16px;
	background: url(../images/comment-icon.gif) no-repeat 0 2px;
}
#main div.article a.comment:hover {
	color: #c4c4c4;
}
#main span.date {
	position: absolute;
	display: block;
	height: 16px;
	top: 6px;
	right: 0;
	color: #a6a6a6;
	font-weight: normal;
	text-decoration: none;
	padding-left: 16px;
	background: url(../images/icon-calendar.gif) no-repeat 0 0;
}
#main div.new a.readmore {
	background: url(../images/readmore-link.gif) no-repeat right 0;
}
#main div.new a.readmore:hover {
	background: url(../images/readmore-link.gif) no-repeat right -110px;
}

#main div.new a.comment {
	display: none;
}
#main div.new a.comment {
	display: block;
	background: url(../images/neu-badge-kl-alt.gif) no-repeat 0 1px;
	padding-left: 27px;
}
#main div.new h3 {
	color: #ad092c;
}
#main div.new a {
	color: #ad092c;
	font-weight: bold;
}
#main div.new a:hover {
	color: #ea4467;
}
#main a {
	color: #ad092c;
	font-weight: normal;
}
#main div.message {
	background-color: #e6e6e6;
	padding: 15px;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
#main div.message a {
	color: #000;
}
#main div.message a:hover {
	color: #8d8d8d;
}
#main div.message a.removelink {
	display: block;
	font-weight: bold;
	float: left;
	background: url(../images/remove-button.gif) no-repeat left 1px;
	padding-left: 16px;
	height: 16px;
	margin-right: 15px;
	text-decoration: none;
}
#main div.message a.removelink:hover {
	background: url(../images/remove-button.gif) no-repeat left -27px;
}
#main div.message span.change-tags {
	display: block;
	background: url(../images/change-tags-arrow.jpg) no-repeat right;
	font-size: 1.5em;
	height: 22px;
	color: #2d2d2d;
	padding: 5px 0;
	margin-bottom: 1em;
}
#marginals {
	float: left;
	width: 267px;
	color: #a9a9a9;
	font-size: 0.8em;
	line-height: normal;
}
#marginals a {
	color: #a9a9a9;
}
#marginals a:hover {
	color: #fff;
}
#marginals h4 {
	color: #a9a9a9;
	padding: 0 15px 15px 0;
}
#marginals h4.twitter {
	background: url(../images/twitter-icon.gif) no-repeat 15px 12px;
	padding-left: 35px;
}
#marginals h4.flickr {
	background: url(../images/flickr-icon.gif) no-repeat 15px 15px;
	padding-left: 45px;
}
#marginals h4.sidenote {
	background: url(../images/sidenote-icon.gif) no-repeat 15px 15px;
	padding-left: 40px;
}
#marginals ul.comments {
	list-style: none;
}
#marginals ul.comments li {
	list-style: none;
	margin: 0 0 10px 0;
}
#marginals ul.comments li span.author {
	display: block;
	text-align: right;
	margin-bottom: 4px;
}
#marginals ul.comments li span.author img {
	margin: 0 4px -5px 0;
}
#marginals ul.comments li span.author em {
	color: #6c6b6b;
}
#marginals ul.comments li span.author a {
	font-size: 1.2em;
	margin-right: 4px;
}
#marginals ul.comments li span.text {
	width: 233px;
	display: block;
	background: #242424 url(../images/sidebar-comment-top.gif) no-repeat 0 top;
}
#marginals ul.comments li span.text span.wrapper {
	width: 203px;
	display: block;
	padding: 15px;
	background: url(../images/sidebar-comment-bottom.gif) no-repeat 0 bottom;
}
#marginals .slider-group .slider {
	border-bottom: 1px solid #242424;
}
#marginals .slider-group .slider .content {
	padding: 15px;
}
#marginals .slider-group .slider .content .flickr_badge_image{
	float: left;
	margin: 2px;
}
#marginals .slider-group .slider h4 {
	padding-top: 15px;
	cursor: pointer;
}
#marginals .slider-group .open h4 {
	border-top: none;
	cursor: auto;
}
#marginals div.teaser {
	background-color: #202020;
	color: #a9a9a9;
	border-bottom: 1px solid #2f2f2f;
	padding: 15px;
	font-size: 1.2em;
}
#marginals div.teaser h2 {
	font-weight: normal;
	margin-bottom: 15px;
}
#marginals div.block {
	padding: 15px;
	text-align: center;
}
#marginals div.tags a {
	display: block;
	float: left;
	font-weight: normal;
	height: 18px;
	overflow: hidden;
	padding: 0 0 0 10px;
	background: url(../images/tag-link-left.gif) no-repeat left 0;
	margin: 0 5px 5px 0;
	text-decoration: none;
}
#marginals div.tags a span {
	display: block;
	height: 18px;
	overflow: hidden;
	padding: 0 10px 0 0;
	background: url(../images/tag-link-right.gif) no-repeat right 0;
}
#marginals div.tags a:hover {
	color: #ccc;
	background-position: left -18px;
}
#marginals div.tags a:hover span {
	background-position: right -18px;
}
#marginals div.tags a.selected {
	color: #202020;
	background-position: left -54px;
}
#marginals div.tags a.selected span {
	background-position: right -54px;
	padding-right: 20px;
}
#marginals div.tags a.selected:hover {
	color: #c5c5c5;
	background-position: left -36px;
}
#marginals div.tags a.selected:hover span {
	background-position: right -36px;
	padding-right: 20px;
}
#marginals div.tags a.button  {
	display: block;
	height: 26px;
	color: #a6a6a6;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/teaser-button-left.jpg);
	background-color: #323232;
	overflow: hidden;
	padding-left: 0;
	margin-top: 10px;
}
#marginals div.tags a.button span {
	display: block;
	height: 16px;
	padding: 5px 30px 5px 10px;
	background: url(../images/teaser-button-right.jpg) no-repeat right top;
}
#marginals div.tags a.button:hover {
	background-image: url(../images/teaser-button-hover-left.jpg);
	background-position: left;
	color: #181818;
}
#marginals div.tags a.button:hover span {
	background-image: url(../images/teaser-button-hover-right.jpg);
}
#sidenotes {
	list-style: none;
}
#sidenotes li {
	list-style: none;
	margin: 0 0 2em 0;
	}
#sidenotes li a {
	color: #6c6b6b;
	text-decoration: none;
	font-weight: normal;
}
#sidenotes li a span.title {
	color: #a9a9a9;
	text-decoration: underline;
}
#sidenotes li a:hover {
	color: #a8a8a8;
}
#sidenotes li a:hover span.title {
	color: #e3e3e3;
}
#footer {
	color: #a9a9a9;
	font-size: 0.9em;
	background-color: #212121;
	padding: 15px;
}
#footer ul {
	list-style: none;
	color: #a9a9a9;
	margin: 0;
}
#footer ul li {
	display: inline;
	margin: 0;
	list-style: none;
}
#footer ul li a {
	font-weight: normal;
	color: #777;
}
#footer ul li a:hover {
	color: #a9a9a9;
}

/* @end */

/* @group ELEMENTS */

/* @group Page Specifics */

#blog #key h2 {
	margin: 10px 0 -5px 0;
	width: 58px;
	height: 28px;
	background: url(../images/title-blog.jpg) no-repeat;
	overflow: hidden;
	text-indent: -999px;
}

#portfolio #key h2 {
	margin: 10px 0 -5px 0;
	width: 85px;
	height: 28px;
	background: url(../images/title-portfolio.jpg) no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
#archiv #key h2 {
	margin: 10px 0 -5px 0;
	width: 85px;
	height: 28px;
	background: url(../images/title-archiv.jpg) no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
#kontakt #key h2 {
	margin: 10px 0 -5px 0;
	width: 85px;
	height: 28px;
	background: url(../images/title-kontakt.jpg) no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
#archiv div.stage {
	padding-top: 20px;
	background-color: #202020;
}
#archiv div.stage h4 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#archiv div.stage table {
	width: 100%;
	border-top: 1px solid #333;
	margin-bottom: 30px;
	border-collapse: collapse;
}
#archiv div.stage table td {
	border-bottom: 1px solid #333;
	padding: 5px 7px;
}
#archiv div.stage table td a {
	color: #eaeae6;
	text-decoration: none;
	font-weight: normal;
}
#archiv div.stage table td.date {
	width: 80px;
	padding-left: 0;
}
#archiv div.stage table td.post {
	width: 635px;
	padding-top: 6px;
}
#archiv div.stage table td.post a {
	display: block;
	float: left;
	margin-right: 5px;
}
#archiv div.stage table td.post a.tag {
	display: block;
	font-weight: normal;
	height: 18px;
	overflow: hidden;
	padding: 0 0 0 10px;
	background: url(../images/tag-link-left.gif) no-repeat left 0;
	text-decoration: none;
}
#archiv div.stage table td.post a.tag span {
	display: block;
	height: 18px;
	overflow: hidden;
	padding: 0 10px 0 0;
	background: url(../images/tag-link-right.gif) no-repeat right 0;
}
#archiv div.stage table td.post a.tag:hover {
	color: #ccc;
	background-position: left -18px;
	text-decoration: none;
}
#archiv div.stage table td.post a.tag:hover span {
	background-position: right -18px;
}
#archiv div.stage table td.comments {
	background: url(../images/icon-comments.gif) no-repeat left;
	padding-left: 16px;
}
#archiv div.stage table td.comments a:hover {
	text-decoration: underline;
}
#archiv div.stage table td.post a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Lists */

ul.checklist {
	list-style: none;
}
ul.checklist li {
	list-style: none;
	margin: 0 0 0.7em 0;
	background-image: url(../images/list-check-mark.gif);
	padding-left: 33px;
}

/* @end */

/* @group Buttons */

a.button  {
	display: block;
	height: 26px;
	color: #a6a6a6;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/content-button-left.jpg);
	background-color: #242424;
	overflow: hidden;
}
a.button span {
	display: block;
	height: 16px;
	padding: 5px 14px;
	background: url(../images/content-button-right.jpg) no-repeat right top;
}
a.button:hover {
	
	background-image: url(../images/content-button-hover-left.jpg);
	color: #181818;
}
a.button:hover span {
	background-image: url(../images/content-button-hover-right.jpg);
}
.teasers a.button {
	background-image: url(../images/teaser-button-left.jpg);
	background-color: #323232;
}
.teasers a.button span {
	background: url(../images/teaser-button-right.jpg) no-repeat right top;
}
.teasers a.button:hover {
	background-image: url(../images/teaser-button-hover-left.jpg);
	background-color: #323232;
}
.teasers a.button:hover span {
	background: url(../images/teaser-button-hover-right.jpg) no-repeat right top;
}
/* @end */

/* @group Image Headlines */

h2.brennen {
	width: 232px;
	height: 17px;
	background-image: url(../images/h2-tun-wofuer-man.jpg);
}
h2.smartmech {
	width: 213px;
	height: 18px;
	background-image: url(../images/h2-sm.jpg);
}

h2.image {
	text-indent: -999px;
	overflow: hidden;
}



/* @end */



/* @end */