/*  
Theme Name: Arthemia Premium
Theme URI: http://colorlabsproject.com/
Description: Designed by <a href="http://michaelhutagalung.com">Michael Jubel Hutagalung</a> of <a href="http://colorlabsproject.com">Colorlabs Project</a>.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://colorlabsproject.com/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Verdana;
	background: #ddd url(images/bodybg.gif) no-repeat scroll top;
	color: #333;
	width:970px;
	margin:20px auto auto;
	}

p {	
	}

a:link, a:visited {
	color: #236a9f;
	text-decoration:none
	}

a:hover, a:active {
	color: #236a9f;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	background: #fff;
	font:11px Verdana;
	line-height:1.5em;
	margin:10px 0px;
	color:#494C4C;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:970px;
	margin-top:0px;
	height:40px;
	font-size:0.7em;
	background:transparent url(images/header_wrapper.jpg) no-repeat scroll 0 0;
	}

#page {
	width:968px;
	font-size:0.7em;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background:#fff;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	width:968px;
	height:35px;
	background:#FFFFFF url(images/navbar.gif) repeat-x scroll center top;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul#page-bar {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #CCCCCC;
	}

#page-bar a:hover {
	color:#FB1114 !important;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	color:#6C6E6E;
	display:block;
	text-transform:none;
	padding:10px 15px;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:240px;
	float:right;
	text-align:left;
	margin-top:8px;
	color:#555;
	}

/* Dropdown Menus */		

#page-bar li a{ font-size:13px;}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 110px;
	float: none;
	margin: 0px;
	font-size:11px;
	padding: 5px 10px 5px 20px;
	background:#efefef;
	color:#6C6E6E;
	line-height:14px;
	font-weight:normal;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	color:#FB1114 !important;
	}

.contentheader { background:url(images/contentheader.gif) no-repeat; height:11px; }
.contentfooter { background:url(images/contentfooter.gif) no-repeat; height:11px; }
.sidebarheader { background:url(images/sidebarheader.gif) no-repeat; height:11px; }
.sidebarfooter { background:url(images/sidebarfooter.gif) no-repeat; height:11px; }

#page-bar li ul {
	position: absolute;
	width: 9.25em;
	left: -999em;
	top:95px;
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 3px 9px 0;
	-moz-border-radius-bottomleft: 11px;
	-webkit-border-bottom-left-radius: 11px;
	border-top:1px solid #CCCCCC;
	margin-left:-1px;
	z-index:999;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.0em Verdana;
	font-weight:normal;
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:165px;
	background:#fff;
	}

#tagline {
	margin-top:10px;
	font-size:1em;
	color:#1d3566;
	font-weight:bold;
	}

#slogan{ background:transparent url(images/slogan.gif) no-repeat; height:100px; }

#top {
	background:transparent url(images/top.jpg) no-repeat scroll right center;
	width:968px;
	font-size:0.7em;
	height:270px;
	float:right;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	}

#headline {
	width:560px;
	float:left;
	padding:0px 12px 10px 25px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	background:#333333;
	color:#fff;
	overflow:hidden;
	}

#headline a {
	color:#a0a0a0;
	}


#headline a:hover {
	color:#d0d0d0;
	}

#top div.label {
	font:1.2em Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:2em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:15px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:0.85em;
	}

#headline p {
	padding-bottom:25px;
	}

#featured {
	width:310px;
	float:right;
	padding:0px 10px 0px 10px;
	font-size:1.05em;
	}

#featured .clearfloat {
	margin-top:0px;
	margin-bottom:7px;
	}

#featured .info {
	margin-top:5px;
	padding-top:0px;
	float:right;
	width:193px;
	font-size:0.9em;
	}

#featured .meta {
	margin-top:5px;
	font-size:0.85em;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
	}

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	margin-bottom:10px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
	font-size:1.05em;
	line-height:1.5em;
	}


#single_desc div.title {
	font:2.4em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:0.85em;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#mores {
	border-bottom:5px solid #fff;
	width:970px;
	font-size:0.7em;
	background:transparent url(images/mores.jpg);
	height:12px;
	}

#more-head {
	background:#333333;
	text-align:center;
	float:left;
	width:560px;
	padding:0px 12px 10px 25px;
	}

#more-feat {
	background:#dedede;
	text-align:center;
	float:right;
	width:320px;
	padding:0px 10px 10px 13px;
	}

#more-head a {
	background:#404040;
	color:#b0b0b0;
	}

#more-feat a {
	background:#d0d0d0;
	color:#505050;
	}

#more-head a, #more-feat a {
	display:block;
	font-weight:bold;
	padding:3px;
	}

#more-feat a:hover {
	text-decoration:none;
	background:#b0b0b0;
	}

#more-head a:hover {
	text-decoration:none;
	background:#505050;
	}

#middle {
	height:270px;
	font-size:0.7em;
	float:left;
	background:#fff;
	border-left:1px solid #CCCCCC;
	width:250px;
	display:none;
	}
    
.category {
	margin:0px;
	padding-top:7px;
	}

.category p {
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
	}
	
.category p a{ font-size:11px; font-weight:normal; }

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	margin:0;
	font-size:15px;
	letter-spacing:-0.05em;
	}
	
span.cat_title a{ padding-left:16px; }

#front-list .cat_title {
	font-size:1.25em;
	}

#front-popular h3 {
	color:#3E4142 ;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#aaa;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 950px;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:0.85em;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px dotted #A2AFC2;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:1.5em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	color:#aaa;
	font-weight:bold;
	}
.meta a{
	color:#888;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	line-height:1.75em;
	}

.archive .tanbox {
    padding:5px;
	width:636px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox div.title a, .onecolumn div.title a {
	color:#333333;
	font-weight:normal;
	
	}

.tanbox .title {
	border-bottom:1px solid #DDDDDD;
	color:#333333;
	font-size:1.875em;
	font-weight:normal;
	line-height:21px;
	margin-bottom:0;
	padding:0 0 9px;
	text-align:center;
	text-transform:uppercase;
	}

.tanbox p, .onecolumn p {
	padding-top:15px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:1.05em;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:658px;
	background:#FFFFFF url(images/content-top.gif) no-repeat scroll 0 0;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
	}

.post {
	font-size:11px;
	line-height:1.5em;
	padding:5px 10px 15px;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	}

.entry ul, .post ol {
	margin-bottom:15px;
	}

#content h2.title {
	margin-bottom:15px;
	padding:0 0 9px;
	color:#333;
	font-size:1.875em;
	line-height:21px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	text-align:center;
	}

.entry ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	/*border:0px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;*/
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:0.9em Arial;
	display:block;
	border-bottom:1px dotted #A2AFC2;
	font-weight:bold;
	}

span#map {
	font-size:0.9em;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin:0 6px 14px;
	display: inline;
	border:1px solid #ccc;
	float:left;
}

img.alignright {
	padding: 4px;
	border:1px solid #ccc;
}

.alignright {
	float: right;
}

.alignleft {
}

/* Sidebar*/
#sidebar {
	width:230px;
	float:left;
	overflow:hidden;
	padding:0px 30px 10px;
	margin-top:-70px;
	}

.spoiler { 	
	padding:0 12px 0;	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:1.1em Arial, Helvetica, Verdana, Sans-Serif; 	
	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	}

.spoiler h3 a {
	color:#333;
	text-decoration:none;
	font-size:1.2em;
	}

.spoiler p {
	margin:0;
	color:#727272;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:5px;
	border-bottom:1px dotted #D7D7D7;
	}

.spoiler a {
	color:#727272;
	}

.spoiler h4 {
	font:1.05em Arial, Helvetica, Verdana, Sans-Serif; 	font-weight:bold;
	margin-bottom:5px;
	padding-left:20px;
	}

.spoiler h4 a {
	color:#727272;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	color:#333;
	margin:10px 0px 5px 0px;
	padding:10px;
	}

#sidebar-top, #sidebar-bottom {
	width:200px;
	float:left;
	padding:0px 10px 10px 10px;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:250px;
	float:left;
	}

#sidebar-left {
	width:115px;
	padding:0px 10px 10px 10px;
	float:left;
	}

#sidebar-right {
	width:115px;
	padding:0px 10px 10px 10px;
	float:right;
	}


#sidebar li {
	list-style:none;
	display:block;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:240px;
	}
#sidebar-ads p{ color:#494C4C;
	float:left;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	padding:0 0 0 40px;
	width:10em;}

#sidebar-ads a{ color:#236A9F ; font-size:11px; float:left; font-weight:bold;}

#sidebar-ads h2{ color:#464646; font-size:11px; line-height:13px; padding:0 49px 0 0; text-transform:uppercase; font-weight:bold; float:right;}

#sidebar-ads h4{ float:left; }
#sidebar-ads img{ float:left;padding-bottom:10px; padding-top:5px; }

.shv { background:transparent url(images/shv_logo.gif) no-repeat; height:40px; }
.fcp { background:transparent url(images/fcp_logo.gif) no-repeat; height:40px; }
.mhz { background:transparent url(images/mhz_logo.gif) no-repeat; height:40px; }
.schattenspender { background:transparent url(images/schattenspender_logo.gif) no-repeat; height:40px; }

#sidebar h3 img { margin-top:1px; }

.sidebarimage {width:5em; float:left; padding-left:10px; }


.sponsoring { height:185px; background:transparent url(images/sponsoringbg.gif) no-repeat scroll 0 0; padding-top:45px; }

.partner { padding-top:45px; height:280px;margin-bottom:-6px; margin-top:10px; background:transparent url(images/partnerbg.gif) no-repeat ; }

.sponsoring li a { 
	color:#585858;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	padding-left:80px;
	float:left;
}

.sponsoring li a:hover { 
	color:#236A9F;
}

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 1px;
	border:1px solid #aaa;
	background:#fff;
	font-size:0.9em;
	color:#aaa;
	cursor: pointer;
	}

.field {
	background:transparent;
	font-size:12px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	border:medium none;
}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:1.0em;
	}
	
#search p { margin:0; padding:7px 0 0; float:left; }

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}
	
#page-bar li.page-item-241{ background:#fff; height:36px; }

#page-bar li.page-item-19{ background:url(images/solarnavi.jpg) no-repeat scroll left center;; height:36px; padding-left:20px;}

#page-bar li.page-item-19 ul{ margin-left:-21px;}

#page-bar li.page-item-383{ background:#fff; height:36px; display:none; }


/* Comments*/

#comments {
	line-height:1.5em;
	}

.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:1.1em;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.0em;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:482px;
	float:right;
	line-height:1.5em;
	}
	
li.my_comment {
	background: #fff;
	}

li cite strong {
	font-size: 1.1em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#carousel {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#fff;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

.carousel-item {
    width:131px;
    float:left;
    padding:0px 20px;
    border-right:1px dotted #ccc;
}

.carousel-item img {
    border:1px solid #ccc;
    padding:2px;
    margin-bottom:5px;
}

.carousel-item .info {
    font-weight:bold;
}

#gallery {
	font-size:0.7em;
	color:#333;
	width: 955px;
	background:#dedede;
	padding:15px 0px 0px 15px;
	}

#gallery #random {
    float:right;
    width:613px;
    padding-bottom:5px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    margin-bottom:15px;
    border-right:1px dotted #808080;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 953px;
	background:#fff;
	padding-bottom:15px;
	padding-right:15px;
	padding-top:15px;
	border:1px solid #CCCCCC;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px dotted #808080;
	}

#mostcommented {
	margin-left:15px;
	}

#recent_comments {
	width:276px;
	float:left;
	padding:10px 10px 10px 34px;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	color:#878989;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	color:#878989;
	text-decoration:underline;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	width: 950px;
	font-size:0.6em;
	background:#dedede;
	color:#333333;
	padding:5px 10px;
	}

#footer a:hover {
	color:#808080;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	


.hline_stronger {
	background:transparent url(images/hline.gif) repeat-x scroll left center;
	border:0 none;
	clear:both;
	display:block;
	height:5px;
	padding:10px 0;
	vertical-align:middle;
}


#search .field {
	border:1px solid #222526;
	background:#323535;
	color:#878989;
	font-size:11px;
	}


#post_176 {visibility:inherit;}
#post_176 {visibility: visible;}

#top.page_5, #top.page_61, #top.page_64, #top.page_148, #top.page_50 {
	background:transparent url(images/montageheader.jpg) no-repeat scroll right center; 
}

#top.page_660 {
	background:transparent url(images/dasteam.jpg) no-repeat scroll right center;
}

#top.page_666 {
	background:transparent url(images/job_header.jpg) no-repeat scroll right center;
}

#top.page_67 {
	background:transparent url(images/designheader.jpg) no-repeat scroll right center;
}

#top.page_70 {
	background:transparent url(images/webdesignheader.jpg) no-repeat scroll right center;
}

#top.page_36 {
	background:transparent url(images/beratungheader.jpg) no-repeat scroll right center;
}

#top.page_42 {
	background:transparent url(images/aufmassheader.jpg) no-repeat scroll right center;
}

#top.page_45 {
	background:transparent url(images/produktionheader.jpg) no-repeat scroll right center;
}

#top.page_663 {
	background:transparent url(images/chronikheader.jpg) no-repeat scroll right center;
}

#top.page_687 {
	background:transparent url(images/anfahrtheader.jpg) no-repeat scroll right center;
}

#top.page_339 {
	background:transparent url(images/kontaktheader.jpg) no-repeat scroll right center;
}

#top.page_115, #top.page_19, #top.page_118, #top.page_124, #top.page_127, #top.page_141, #top.page_144 {
	background:transparent url(images/solarheader.jpg) no-repeat scroll right center;
}









.sidetop {
	background:transparent url(images/sidetop.gif) repeat scroll 0 0; height:8px;
}

.sidebottom {
	background:transparent url(images/sidebottom.gif) repeat scroll 0 0; height:7px;
}





.anythingSlider                         { width: 265px; position: absolute; background:#fff; margin:-140px 5px 5px; z-index:1; }
.anythingSlider .wrapper                { width: 235px; overflow: auto; height: 140px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background:#fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 236px; margin-top:-11px; }
.anythingSlider .arrow                  { display: block; height: 160px; width: 67px; background: url(http://www.ata-werbetechnik.de/wp-content/themes/arthemia-premium/slider/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -15px; cursor: pointer; display:none; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -67px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(http://www.ata-werbetechnik.de/wp-content/themes/arthemia-premium/slider/images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; background-image: url(http://www.ata-werbetechnik.de/wp-content/themes/arthemia-premium/slider/images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

#thumbNav { display:none; }
#start-stop { display:none; }
#headerbereich {background:#fff;}
