/* 
 * TWEETER BOX ------------------------------------ 
 */

.tweeter {
	height: 83px;
	background:url('../images/tweeter_bg.png') top left no-repeat;
	position: relative;
	margin-bottom:25px;
}
.tweeter h2 {
	display:none;
}
.tweeter .account_link {
	width: 60px;
	height: 60px;
	display: block;
	background:url('../images/tweeter_logo.png') left top no-repeat;
	position: absolute;
	top: 11px;
	left: 11px;
}
.tweeter .account_link span {
	display: none;
}
.tweeter .account_link:hover {
	background-position: 0px -60px;
}
.tweeter .tweet_up, .tweeter .tweet_down {
	width: 31px;
	height: 30px;
	position: absolute;
	left: 901px;
	display: block;
	background: #fdea23;
}
.tweeter .tweet_up span, .tweeter .tweet_down span {
	display: none;
}
.tweeter .tweet_up:hover, .tweeter .tweet_down:hover {
	background-position: 0px -30px;
}
.tweeter .tweet_up {
	top: 8px;
	background:url('../images/tweeter_up.png') top left no-repeat;
}
.tweeter .tweet_down {
	top: 45px;
	background:url('../images/tweeter_down.png') top left no-repeat;
}
.tweeter .tweets {
	display: block;
	overflow: hidden;
	width: 810px;
	height: 81px;
	padding: 0 0 0 99px;
	margin: 0px;
}
.tweeter .tweets .tweet {
	list-style-type: none;
	position: absolute;
	display: block;
	width: 775px;
}
.tweeter .tweets .tweet .text {
	padding: 0px;
	margin: 0px;
}
.tweeter .tweets .tweet .date {
	position: absolute;
	left: 0px;
}
.tweeter .actual {
	top: 10px;
	height: 40px;
	border-bottom: 1px dotted #ddd;
}
.tweeter .actual .text {
	font-size: 1.5em;
	color: #353535;
}
.tweeter .actual .date {
	font-size: 1em;
	color: #9a9a9a;
	bottom: 5px;
}
.tweeter .upcoming {
	bottom: 5px;
	height: 25px;
}
.tweeter .upcoming .text {
	font-size: 0.9em;
	color: #9a9a9a;
	line-height: 25px;
}
.tweeter .upcoming .text a {
	color: #D1B89E;
}
.tweeter .upcoming .date {
	display: none;
	font-size: 0.8em;
	color: #9a9a9a;
}

/*
 * MAIN BOXES -----------------------------------
 */

.main_boxes .box {
	float: left; 
	height: 193px;
}
.main_boxes .box.experts, .main_boxes .box.offer_question {
	margin-right: 20px;
}


/*
 * EXPERTS -----------------------------------------
 */

.expert_exchange {
	padding: 0px;
	margin: 0px;
}
.expert_q, .exper_a {
	display: block;
	margin: 0px;
	padding: 0px;
}
.expert_q {
	height: 54px;
}
.relation_box {
	padding: 0px;
	margin: 0px;
}
.relation_box dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
}
.relation_box dt a {
	color: #333;
	border-bottom: 1px dotted #ccc;
}
.relation_box dd {
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}
.experts .stepbar {
	background:url('../images/offer_question_stepbar.png') left top no-repeat;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 10px;
	font-size: 0.9em;
	color: #808080;
	position: absolute;
	bottom: 16px;
	left: 17px;
	width: 295px;
	margin: 0px;
}
.experts .stepbar .glossybutton {
	position:absolute;
	top:0;
	right:0;
}
.experts .stepbar .show_all {
	color: #777;
	font-size: 0.9em;
}


/*
 * COMICS UND GARAGE ----------------------------
 */

#intro {
	height:320px;
	background:url('../images/yellow_grad_1.png') repeat-x;
	margin-bottom:25px;
}
#intro .container {
	height:100%;
	background:url('../images/main_intro.png') no-repeat;
	position: relative;
}
.slideshow {
	width: 347px;
	height: 306px;
	background:url('/images/slideshow_bg.png') top left no-repeat;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.slideshow h2 {
	display:none;
}
.slideshow .slides {
	padding: 0px;
	margin: 0px;
	width: 320px;
	height: 260px;
	display: block;
	position: absolute;
	top: 12px;
	left: 13px;
}
.slideshow .slides .slide {
	width: 320px;
	height: 223px;
	background:url('/images/slideshow_slide_bg.png') left top no-repeat;
	display: block;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 223px;
	text-align: center;
	font-size: 3em;
}
.slideshow .slides .handler {
	z-index: 100;
	width: 37px;
	height: 37px;
	display: block;
	line-height: 37px;
	text-align: center;
	background: green;
	position: absolute;
	top: 223px;
	background:url('/images/slideshow_handler_bg.png') left top no-repeat;
	cursor: pointer;
}
.slideshow .slides .handler.active {
	background-position: 0px -37px;
	color: #96340d;
	font-weight: bold;
}
.slideshow .slides .h_1 {left: 1px;}
.slideshow .slides .h_2 {left: 38px;}
.slideshow .slides .h_3 {left: 75px;}
.slideshow .slides .h_4 {left: 112px;}
.slideshow .slides .h_5 {left: 149px;}

.slideshow .navigation {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 124px;
	height: 26px;
	display: block;
	position: absolute;
	bottom: 40px;
	right: 19px;
}
.slideshow .navigation li {
	float: left;
	width: 25px;
	height: 26px;
	background: red;
	margin-right: 5px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.slideshow .navigation li em {
	display: none;
}
.slideshow .navigation li:hover {
	background-position: 0px -26px;
}
.slideshow .navigation .play {
	background:url('/images/slideshow_button_play.png') top left no-repeat;
	left: 0px;
}
.slideshow .navigation .prev {
	background:url('/images/slideshow_button_prev.png') top left no-repeat;
	left: 36px;
}
.slideshow .navigation .next {
	background:url('/images/slideshow_button_next.png') top left no-repeat;
	left: 64px;
}
.slideshow .navigation .mute {
	background:url('/images/slideshow_button_mute.png') top left no-repeat;
	right: 0px;
}
.slideshow .navigation .pause {
	background:url('/images/slideshow_button_pause.png') top left no-repeat;
}
.slideshow .navigation .muted {
	background:url('/images/slideshow_button_muted.png') top left no-repeat;
}
.slideshow .play_big {
	display: block;
	width: 71px;
	height: 72px;
	position: absolute;
	top: 105px;
	left: 135px;
	z-index: 1000;
	background:url('/images/slideshow_button_play_big.png') top left no-repeat;
	cursor: pointer;
	opacity: 0.85;
}
.slideshow .play_big:hover {
	opacity: 0.95;
}
.slideshow .play_big.pause {
	display: none;
}
.slideshow .bottomline {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 2px;
	right: 17px;
	left: 13px;
	height: 30px;
}
.slideshow .bottomline .glossybutton {
	margin-left: 2px;
}
.slideshow .bottomline .idea {
	color: #868686;
	font-size: 10px;
	line-height: 30px;
	background: url('/images/slideshow_bottomline_idea.png') left center no-repeat;
	padding-left: 35px;
	margin-left: 11px;
}
.slideshow .bottomline .idea span {
	display: none;
}
