/*
(c) rubber-philosophy
*/
body
{
	margin: 0;
	padding: 0 0 150px 0;
	background: #050502 url('/img/background.png') no-repeat left top;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #999;
}

a
{
	color: maroon;
	text-decoration: none;
}

a:hover
{
	color: #f00;
	text-decoration: underline;
}

a img
{
	border: none;
	margin: 0;
	padding: 0;
}

a.rss
{
	color: #229;
	background: #113;
	padding: 2px 5px;
	margin: 0 0 0 10px;
}

a.rss:hover
{
	color: #66f;
	background: #229;
	text-decoration: none;
}

a.text
{
	color: #999;
}

a.button
{
	padding: 5px 10px;
	border: 1px solid maroon;
}


a.button:hover
{
	text-decoration: none;
	border: 1px solid #f00;
}


h2
{
}

#center
{
	margin: 0 auto 0 auto;
	width: 1000px;
}


#rss
{
	position: absolute;
	top: -15px;
	right: 0px;
}



#cart
{
	position: fixed;
	z-index: 500;
	border-top: 1px solid #333;
	background: #000;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	height: 130px;
	background: #100;
}

#cartarea
{
	width: 1000px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	line-height: 1.5em;
}

#cartarea h2
{
	margin: 15px 0 0 0;
	padding: 0;
}

#cartarea .item
{
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 5px 8px 0 7px;
}

#cartarea .item .action
{
	position: absolute;
	right: -1px;
	bottom: -5px;
}

.checkout
{
	float: right;
	margin: 15px 20px 0 0;
	text-align: center;
	line-height: 1em;
}

.checkout a
{
	display: block;
	border: 1px dotted #600;
	padding: 2px 4px;
}

.checkout a:hover
{
	background: #200;
	border: 1px dotted #f00;
}

.checkout strong
{
	font-size: 1em;
}

.pnbutton
{
	float: left;
	margin: 35px 0 0 0;
}

.pnbutton a
{
	display: block;
	font-size: 3em;
}

.checkout a:hover, .pnbutton a:hover
{
	text-decoration: none;
}







#header
{
	margin: 0;
	padding: 40px 0 0 0;
	border-bottom: 1px dotted #fff;
	text-align: left;
	color: #333;
}

#header #meta
{
	width: 400px;
	position: relative;
	float: right;
	text-align: right;
	padding: 15px 0 0 0;
}

#header img
{
	margin: 0;
	padding: 0;
}


#staticpages
{
	padding: 10px 0;
	text-align: right;
/*	background: url('/img/navi.png') left top;	*/
/*	border-bottom: 1px dotted #333;	*/
}

#staticpages ul
{
	margin: 0;
	padding: 0;
}

#staticpages ul li
{
	display: inline;
	padding: 0 0 0 15px;
}

#staticpages a.active
{
	color: #f00;
}


#maingalery
{
	float: left;
	width: 450px;
	padding: 125px 0 0 0;
}

#maingalery .flashimage
{
	display: block;
	overflow: hidden;
	height: 240px;
	width: 426px;
	border: 1px solid #666;
	margin: 0 0 20px 10px;
	padding: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#maingalery .flashimage:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #fff;
}

#maingalery .flash
{
	display: block;
	overflow: hidden;
	height: 240px;
	width: 426px;
	border: 1px solid #666;
	margin: 0 0 20px 10px;
}


#maingalery .checkoutinfoline
{
	float: left;
	width: 90px;
	line-height: 1.5em;
	margin: 0 10px 20px 10px;
	text-align: center;
}

#maingalery .checkoutinfoline .thumbnail
{
	margin: 0 !important;
}

#maingalery .thumbnail
{
	position: relative;
	height: 90px;
	width: 90px;
	float: left;
	border: 1px dotted #333;
	margin: 0 10px 20px 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#maingalery .highlite
{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	border: 1px solid #f00;
}

#maingalery .thumbnail:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #fff;
}

#maingalery .thumbnail .cart
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#maincontent
{
	margin: 50px 0 25px 455px;
	line-height: 1.5em;
}

#maincontent .dayline 
{
	margin: 0 0 50px 0;
}

#maincontent .dayline h2
{
	margin: 0 0 10px 50px;
	font-weight: normal;
	color: #fff;
	
}

#maincontent .dayline .date
{
	float: left;
	margin: 4px 0 0 0;
	font-size: 18px;	
}


#maincontent .dayline .date .day
{
	color: #999;
}

#maincontent .dayline .date .month
{
	color: #666;
}

#maincontent .dayline .date .year
{
	text-align: center;
	color: #333;
}

#maincontent .dayline .info
{	
	border-left: 1px dotted #fff;
	padding: 0 0 0 15px;
	margin: 0 0 0 35px;
}


#maincontent .dayline .info .thumbnail
{
	float: left;
	margin: 4px 0 0 0;
}

#maincontent .dayline .info .thumbnail img
{
	width: 50px;
	height: 50px;
}

#maincontent .dayline .info .infotext
{
	margin: 0 0 0 65px;
}

#maincontent .dayline .info .infotext b
{
	color: #fff;
}



#blogpager
{
	clear: both;
	border-top: 1px dotted #333;
	border-left: 1px dotted #333;
	border-right: 1px dotted #333;
	background: url('/img/navi.png') left top;
	padding: 10px;
	font-weight: lighter;
	text-align: right;
	color: #333;
}

#blogpager .left
{
	float: left;
}



#comments
{
	clear: both;
	border-top: 1px dotted #333;
	padding: 10px;
	font-weight: lighter;
	color: #333;
}

#comments .commentline
{
	padding: 10px;
	color: #999;
}

#comments .commentline b
{
	color: #333;
}

#comments .commentline .ratinginfo
{
	float: right;
}

#comments b
{
	color: #fff;
}

#comments #formular
{
	float: left;
	width: 450px;
}

#comments #commentar
{
	margin: 0 0 0 480px;
	line-height: 1.5em;
	border-left: 1px dotted #fff;
	padding: 0 15px
}









#timeline
{
	clear: both;
	border-top: 1px dotted #333;
	padding: 10px 10px 55px 10px;
	font-weight: lighter;
	color: #333;
	background: url('/img/navi.png');
}

#timeline b
{
	color: #fff;
}

#timeline .jahre
{
	font-size: 16px;
	float: left;
	border-right: 1px dotted #fff;
}

#timeline .jahre *
{
	display: block;
	width: 50px;
	text-align: center;
	float: left;
	padding: 5px 5px 15px 5px;
	border-right: 1px dotted #333;
	
}

#timeline .monate
{
	font-size: 16px;
	margin: 25px 0 0 0;
}

#timeline .monate *
{
	position: relative;
	display: block;
	width: 40px;
	text-align: center;
	float: left;
	padding: 5px 5px 15px 5px;
	border-left: 1px dotted #333;
}

#timeline .monate *:hover
{

	background: #111;
}

#timeline a:hover
{
	background: #300 !important;
	color: #f00;
	text-decoration: none;
}

#timeline a.active
{
	background: #300 !important;
	color: #f00;
}

#timeline a:hover .count
{
	color: #f00;
}

#timeline .count
{
	position: absolute;
	left: 1px;
	bottom: -10px;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	color: #333;
	border: none;
}


#timeline .count:hover
{
	background: none !important;
}


.gray
{
	color: #333;
}

.tooltipline
{
	clear: both;
	padding: 10px 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.tooltipline a
{
	color: #999 !important;
}

.tooltipline a:hover
{
	color: #fff !important;
	text-decoration: none !important;
}

.tooltipline:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltipline .thumbnail
{
	float: left;
	display: block;
	width: 50px;
	height: 50px;
}

.tooltipline .info
{
	margin: 0 0 0 60px;
}

.tooltipline .thumbnail img
{
	width: 50px;
	height: 50px;
}

form
{
	margin: 0;
	padding: 0;
}

input, textarea
{
	background: #333;
	color: #999;
	border: #444 1px solid;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	padding: 2px 5px;
}

input:hover, textarea:hover
{
	border: #666 1px solid;
}

input:focus, textarea:focus
{
	border: #666 1px solid;
	background: #111;
	color: #fff;
}


form label
{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

form label.submit
{
	margin: 0 0 10px 125px;
}

form label b
{
	float: left;
	display: block;
	width: 110px;
	margin: 2px 15px 0 0;
	text-align: right;
}

.label
{
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.label b
{
	float: left;
	display: block;
	width: 110px;
	margin: 2px 15px 0 0;
	text-align: right;
}

.label #rating
{
	margin: 0 0 0 130px;
}


.error
{
	padding: 10px;
	background: #200;
	border: #900 1px solid;
	color: #fee;
	margin: 0 0 15px 0;
}

.error b
{
	color: #f00;
}

.message
{
	padding: 10px;
	background: #020;
	border: #090 1px solid;
	color: #efe;
	margin: 0 0 15px 0;
}

.trenner
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.small
{
	font-size: 0.75em;
	font-weight: lighter;
}