/*
Theme Name: macmagazin.de

project:		macmagazin.de
author:			SysEleven GmbH | http://syseleven.de
version:		2.6
date:           18-june-2009
 
-------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
    height: 100%;
}
body {
    height: 100%;
	background: #E7E7E8 url(../_img/bg_page.png) repeat-y;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 11px;
}

ol, ul, li {
	list-style: none;
}

label, input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #BE0005;
	border: 0;
}
a:hover {
    text-decoration: underline;
}
a:active,
a:focus {
    outline: none;
}
	
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3, h4 {
	font-size: 12px;
}

.clr {
    clear: both;
}
.fl,
.alignleft {
    float: left;
}
.fr,
.alignright {
    float: right;
}
.hidden {
    display: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
    font-weight: 700;
    text-align: left;
}
th, td {
    padding: 0 20px 5px 0;
}

code {
    background: #E4EBF2;
}

/* ------------------------------------   [page structure ] ------------------------------------  */

#leaderboard {
    text-align: right;
    overflow: hidden;
    max-height: 90px;
    width: 995px;
    margin-left: 20px;
    background-color: #FFF;
    text-align: center;
}

#skyscraper {
    position: absolute;
    left: 1015px; 
    top: 0;
    bottom: 0;
/*    width: 200px;*/
    height: 800px;
    z-index: 10;
}
#outerwrap {
	height: 100%;
	width: 995px;
	margin-left: 20px;
}

#innerwrap {
    padding-left: 20px;
    width: 975px;    
}





/* -----------------   [header ] ------------  */

#metanav {
    height: 24px;
    padding: 6px 0 0 145px;
    background-color: #FFF;
}
#metanav a {
    padding: 3px 20px 0 23px;
    height: 16px;
    color: #999;
    display: block;
    float: left;
}
#metanav a:hover {
    text-decoration: none;
}
#metanav a.mn {
    background: url(../_img/icon_mn_d.gif) no-repeat 0 0;
    border-right: 1px solid #CCC;

}
#metanav a.mn:hover {
    background-image: url(../_img/icon_mn_a.gif);
    color: #336699 !important;
}
#metanav a.mc {
    background: url(../_img/icon_mc_d.gif) no-repeat 24px 0;
    border-right: 1px solid #CCC;
    padding-left: 46px;
}
#metanav a.mc:hover {
    background-image: url(../_img/icon_mc_a.gif);
    color: #AED036 !important;    
}
#metanav a.mm {
    background: url(../_img/icon_mm_d.gif) no-repeat 24px -2px;
    padding-left: 50px;
    border-right: 1px solid #CCC;
}
#metanav a.mm:hover {
    background-image: url(../_img/icon_mm_a.gif);
    color: #CC0000 !important;    
}

#metanav a.jm {
    background: url(../_img/icon_jm_d.gif) no-repeat 24px 2px;
    padding-left: 50px;
}
#metanav a.jm:hover {
    background-image: url(../_img/icon_jm_a.gif);
    color: #FFCB00 !important;    
}

#metanav a.ml {
    background: url(../_img/icon_ml_d.jpg) no-repeat 24px 2px;
    padding-left: 50px;
    border-right: 1px solid #CCC;
}
#metanav a.ml:hover { 
    background-image: url(../_img/icon_ml_a.jpg);
    color: #FFCB00 !important;    
}

#metanav a.if {
  background: url(../_img/if_d.gif) no-repeat 24px 2px;
  padding-left: 50px;
  border-right: 1px solid #CCC;
}
#metanav a.if:hover {
  background-image: url(../_img/if_a.gif);
  color: #82B9FF !important;
}

#metanav a.ipt {
  background: url(../_img/ipt_d.png) no-repeat 24px 2px;
  padding-left: 50px;
}

#metanav a.ipt:hover {
  background-image: url(../_img/ipt_a.png);
  color: #13235B !important;
}


#header {
	height: 84px;
	border-top: 1px dotted #CCC;
	background: #FFF url(../_img/bg_header.jpg) repeat-x top left;

}

#header .logo-wrap {
	overflow: hidden;
	float: left;
	width: 448px;

}
#header .logo {
    float: left;
	margin: 12px 0 0 43px;
}

#header .logo-blogs {
    float: left;
	margin: 11px 0 0 0;
}


#header .blogs {
    float: right;
	padding-top: 17px;

}

#header .search {
    float: left;
	width: 227px;
	text-align: right;
}
input.searchfield {
	width: 140px;
	height: 21px;
	margin: 35px 30px 0 0;
	padding: 3px 0 0 30px;
	background: url(../_img/bg_searchfield.gif) no-repeat 0 0;
	border: none; 
	font-size: 11px;
	color: #666;
}
#header .meta {
	overflow: hidden;
    float: left;
	width: 270px;
	height: 40px;
    padding: 40px 30px 0 0;
    text-align: right;
    color: #999;
}




/* -----------------   [content index page ] ------------  */

#inner-index {
	float: left;
	width: 626px;
	padding: 0 29px 40px 0;
    overflow: hidden;
}

.stage-top {
	height: 24px;
	background: #FFF url(../_img/stage_top.png) no-repeat top;
	text-align: right;
}
.stage-top p {
    float: right;
    padding: 5px 20px 0 0;
}


.stage {
	width: 626px;
	height: 380px;
	margin: 0;
	overflow: hidden;
    cursor: pointer;
}



.teaser {
    margin-bottom: 10px;
    height: 105px;
}
.teaser div {
    float: left;
    width: 420px;
    height: 100px;
    margin-left: 10px;    
    font-size: 12px;
    border-bottom: 1px dotted #CCC;
    overflow: hidden;

}
.teaser span {
   overflow: hidden;   
   display: block; 
   float: left;
   width: 315px;
   color: #999;
   font-size: 11px;
}


.teaser em.countcomments {
    display: block; 
    width: 105px;
    float: left;
    text-align: right;
    color: #999;
    font-style: normal;
    font-size: 11px; 
    line-height: 1em;

}
.teaser em.countcomments em {
    color: #999;
    font-style: normal;
    font-size: 16px;
    font-family: "Georgia", "Times New Roman", "Times", serif;
}



.teaser h1 {
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5em;
}
.teaser h1 a {
    color: #000;
}
.teaser p {
    height: 50px;
    line-height: 1.4em;
    overflow: hidden;
}
.teaser .more {
    background: url(../_img/arrow_red.png) no-repeat right 4px;
    padding: 0 8px 0 10px;
    
}
.teaser a.fl {
    width: 120px;
    height: 90px;
    display: block;
}
.teaser a.fl img {
    width: 120px;
    height: 90px;
    display: block;
}

.banner-home {
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    background: #F3F3F3 url(../_img/anzeige.gif) no-repeat left top;
    padding: 6px 15px;
    margin: 0 0 14px 130px;
    width: 465px;
    height: 62px;
}
.teaser-mod {
    margin-bottom: 0;
}

.teaser-mod div {
    border-bottom: none;
}



/* sticky teaser */

.teaser-sticky {
    height: auto;
    margin-bottom: 10px;
}
.teaser-sticky div {
    margin-left: 130px;
    width: 420px;
    height: auto;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 1.4em;
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
}

.teaser-sticky a {
    font-size: 16px;
    font-family: "Georgia", "Times New Roman", "Times", serif;
    line-height: 1.6em;
}

.teaser-sticky span {
   color: #999;
   font-size: 11px;

}




/* -----------------   [content article detail page ] ------------  */

#inner-detail {
	float: left;
	width: 520px;
	padding: 0 30px 40px 105px;
}

.detail-top {
	height: 5px;
	background: url(../_img/article_top.png) no-repeat top;
}
.detail {
	width: 480px;
	padding: 15px 19px 20px 19px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
    font-size: 13px;

	min-height: 300px;
	overflow: hidden;

}
.detail-btm {
	height: 5px;
	background: url(../_img/article_btm.png) no-repeat bottom;
	margin-bottom: 30px;	
}

.detail .sponsor {
    border-bottom: 1px dotted #EBEBEB;
    padding-bottom: 4px;
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 11px;
    text-align: right;
}
.detail .bloggerhead {
    border-bottom: 1px dotted #EBEBEB;
    padding-bottom: 4px;
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 11px;
    text-align: right;
}

.detail p {
    font-size: 13px;
    line-height: 1.4em;
    padding-bottom: 10px;
    padding-right: 35px;
}
.detail p.dachzeile {
   float: left;
   padding-bottom: 5px;
   color: #999;
   font-size: 11px;
}
.detail p.date {
   float: right;
   padding-bottom: 0;
   padding-right: 0;
   font-size: 11px;
}
.detail p.author {
   font-size: 11px;
   padding-bottom: 5px;
}

.detail div.social-links { height: 20px; padding-bottom:10px; }
.detail div.social-links div.facebook { float: left; width: 104px; }
.detail div.social-links div.twitter { float: left; padding-right:2px; padding-top:2px;}
.detail div.social-links div.flattr { float: left; width:134px; padding-top:1px; }
.detail div.like { float: left; width: 115px; height: 20px; }

.detail h1 {
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 24px;
    font-weight: 100;
}
.detail h2 {
    padding-bottom: 3px;
    font-size: 13px;
    font-weight: 700;
}

/* detail element img */
.detail .size-full,
.detail img {
    max-width: 480px;
    height: auto;
}
.detail p.wp-caption-text {
    padding: 5px 0 8px 0;
    border-bottom: 1px solid #CCC;
    color: #999;
    font-size: 11px;
    line-height: 1.4em;
}

.detail .alignleft  {
    float: left;
    margin: 10px 15px 10px 0;
}
.detail .alignright  {
    float: right;
    margin: 10px 0 10px 15px;
}
.detail .aligncenter  {
    display: block;
    margin: 10px auto;
}



.detail .backlink {
    width: 200px;
    float: left;
    font-size: 11px;
    background: url(../_img/arrow_red_back.gif) no-repeat left center;
    padding: 20px 10px;
}

.detail .pager {
    font-size: 11px;
    float: right;
}
.detail .photopager {
    padding: 20px 0;
}
.detail .pager span {
    color: #999;
}
.detail .pager i {
    font-style: normal;
    padding: 0 4px;
    font-size: 12px;
}

/*  detail elements ul, ol, blockquote */
.detail ul,
.detail ol {
    padding-bottom: 10px;
}
.detail li {
    margin: 0 0 0 15px;
    line-height: 1.3em;
    padding: 2px 0;
}
.detail ul li {
    list-style-type: disc;
}
.detail ol li {
    list-style-type: decimal;
    margin: 0 0 0 20px;
}

.detail blockquote {
    padding-bottom: 10px;
    font-style: italic;
}

.detail div.box {
    background: url(../_img/bg_boxlist.png) no-repeat left bottom;
    width: 423px;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 4px 10px 10px 10px;
    overflow: hidden;
}
.detail div.box-top {
    background: url(../_img/bg_top_boxlist.png) no-repeat left top;
    height: 6px;
}
.detail div.box h3 {
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 15px;
    font-weight: 100;
    padding: 0 0 10px 0;
}

.detail div.box p.boxtext {
    padding: 0;    
}
.detail div.box ul {
    padding: 0 10px 0 0;
}
.detail div.box li {
    list-style-type: disc;
    margin: 0 0 0 15px;
    line-height: 1.3em;
    padding: 2px 0;
}

.detail div.boxlinklist li {
    border-top: 1px dotted #ccc;
    list-style-type: none;
    margin: 0;
    padding: 4px 0;
}
.detail div.boxlinklist li.first {
    border-top: none;
    padding-top: 2px;
}


.detail div.bildverweis {
    width: 440px;
    margin: 15px 0 10px 0;
    color: #999;
    line-height: 1.4em;
    font-size: 11px;
}
.detail div.bildverweis h3 {
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
    font-weight: 100;
    margin-bottom: 5px;
    font-size: 11px;
}
.detail .phototeaser {
    background: url(../_img/bg_phototeaser.gif) no-repeat right center;
    width: 410px;
}


.detail .phototeaser img {
    margin-right: 3px;
}
.detail .phototeaser p {
    font-size: 11px;
    color: #888;
    padding-top: 6px;
    padding-bottom: 0;
}

.detail em.countcomments {
    margin-top: 20px;
    display: block;
    width: 200px;
    font-style: normal;
    font-size: 12px; 
    line-height: 1em;
}
.detail em.countcomments:hover {
    text-decoration: underline;
}

.detail em.countcomments em {
    font-style: normal;
    font-size: 16px;
    font-family: "Georgia", "Times New Roman", "Times", serif;
}


/* sociable */

.detail .sociable {
    clear: both;
    padding: 20px 30px 0 0; 
    float: right;
}
.detail .sociable li {
    float: left;
    list-style-type: none;
    padding: 0 10px 0 0;
    margin: 0;
}
.sociable img {
	width: 16px;
	height: 16px;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}





/*  ---- blogs startpage ----- */


.bloggerhead {
    margin-left: -20px;
}
.detail-top-blogs {
	height: 53px;
	background: url(../_img/blogs/detail_top_blogs.png) no-repeat top;
}


.detail-blogs {
    min-height: 80px;
}


.detail-fraenzi,
.detail-jensfrank,
.detail-sirwede,
.detail-run,
.detail-micha {
	margin-left: -117px;
	padding-left: 137px;
	border-left: none;
    min-height: 100px;
}

.detail-fraenzi {
    background: url(../_img/blogs/bg_detail_fraenzi.gif) no-repeat 0 0;
}

.detail-run {
    background: url(../_img/blogs/bg_detail_run.gif) no-repeat 0 0;
}

.detail-jensfrank {
    background: url(../_img/blogs/bg_detail_jensfrank.gif) no-repeat 0 0;
}

.detail-sirwede {
    background: url(../_img/blogs/bg_detail_sirwede.gif) no-repeat 0 0;
}
.detail-micha {
    background: url(../_img/blogs/bg_detail_micha.gif) no-repeat 0 0;
}


/* --- google ads --- */

.banner-detail {
    padding: 0 0 0 19px;
    overflow: hidden;
    width: 500px;
    height: 46px;
}







/* -----------------   [content detail page teaser ] ------------  */

.detailteaser {
	padding: 10px 55px 10px 19px;
    height: 110px;
	width: 444px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}

.dt-small {
    height: 70px;
}
.detailteaser-header {
    height: auto;
}

.detailteaser span.dachzeile {
   padding-bottom: 5px;
   color: #999;
   font-size: 12px;
}
.detailteaser-header h2 {
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 18px;
    font-weight: 100;
    border-bottom: 1px dotted #CCC;
    padding: 3px 0 8px 0;
}

.detailteaser span.date {
    position: relative;
    left: -120px;
    top: 13px;
    z-index: 10;
    display: block;
    width: 80px;
    text-align: right;
    color: #555;

}
.detailteaser div {
    float: left;
    width: 300px;
    margin-left: 10px;
    font-size: 12px;
    overflow: hidden;
/*    border-bottom: 1px dotted #CCC;
    padding-bottom: 5px;*/

}
.detailteaser h1 {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.2em;
    padding-bottom: 3px;
}
.dt-small h1 {
    font-size: 14px;
}
.detailteaser h1 a {
    color: #000;
}
.detailteaser p {
    line-height: 1.4em;
    overflow: hidden;
}

.detailteaser a.fl,
.detailteaser a.fl img {
    width: 122px;
    height: 92px;
    display: block;
}

.dt-small a.fl,
.dt-small a.fl img {
    width: 61px;
    height: 46px;
  
}


/* -----------------   [search results page] ------------  */

#search {
	float: left;
	width: 580px;
	margin-right: 30px;
	padding: 0 0 40px 45px;
	border-top: 1px solid #CCC;
}
#search h1 {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 18px;

    margin: 15px 0 40px 0;
}

#search div.result {
    float: left;
    width: 450px;
    padding-bottom: 20px;
}
#search h2 {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 6px;
}

#search p {
    font-size: 13px;
    line-height: 1.4em;
}
#search p.dachzeile {
   color: #999;
   font-size: 11px;
   padding-bottom: 3px;
}
#search p.date {
   float: left;
    width: 100px;
   color: #999;
   font-size: 11px;
}

#search div.result .more {
    background: url(../_img/arrow_red.png) no-repeat right 4px;
    padding: 0 8px 0 10px;
    
}

#search .banner-detail {
    padding: 0 0 0 95px;
    overflow: hidden;
    width: 500px;
    height: 46px;
}



/* -----------------   [sidebar menu ] ------------  */

#sidebar {
	float: left;
	width: 300px;
	padding-bottom: 40px;
	
}


.divider {
    padding-top: 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}



/* --------- questionbox ------- */


#sidebar div.box {
    background: url(../_img/bg_fragebox.png) no-repeat left bottom;
    width: 280px;
    font-size: 13px;
    margin-bottom: 17px;

    padding: 4px 10px 10px 10px;
    overflow: hidden;
}
#sidebar div.box-top {
    background: url(../_img/bg_top_fragebox.png) no-repeat left top;
    height: 32px;
    margin-top: 17px;
}

.sidebar-noad div.box-top {
    margin-top: 0 !important;
}


#sidebar div.box textarea {
    border: none;
    background: transparent url(../_img/bg_textarea.png) no-repeat left top;
    max-width: 273px;
    width: 253px;
    max-height: 95px;
    height: 75px;
    padding: 10px;
    line-height: 1.5em;
    overflow: auto;
}

#sidebar textarea.initial {
    color: #999;
}

#sidebar span#question_mc_submit {
    float: right;
    cursor: pointer;
    margin: 10px 5px 0 0;
}
#sidebar button {
    float: right;
    margin: 10px 5px 0 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

#sidebar input {
    width: 273px;
    max-width: 273px;
    padding: 2px 3px;
    height: 15px;
    border: 1px solid #CCC;
}

#sidebar .hide {
    display: none;
}

#sidebar #email_mc,
#sidebar #reply_mc {
    border-top: 1px solid #888;
    padding-top: 14px;
}


#sidebar #email_mc label {
    padding-bottom: 8px;
    display: block;
    color: #333;
}
#sidebar #email_mc p.hint {
    font-size: 11px;
    color: #AAA;
    padding: 13px 0 10px 0;
}
#sidebar p.error {
    font-size: 11px;
    color: #BE0005;
    padding: 5px 0;
}
#sidebar #email_mc p.hint a {
    color: #AAA;
    text-decoration: underline;
}
#sidebar #reply_mc p {
    font-size: 11px;
}


#sidebar .banner-sidebar-1 {
    width: 300px;
    height: 250px;
}
#sidebar .banner-sidebar-2 {
    margin-top: 17px;
    width: 300px;
    height: 250px;
}

/* --------- list ----------- */



#sidebar .listitem {
    background: url(../_img/bg_sidebar_list_btm.png) no-repeat bottom;
    padding-bottom: 30px;
}
#sidebar div.listitem-nobg {
    background: url(../_img/bg_sidebar_list_btm_nobg.png) no-repeat bottom;
}

#sidebar div.listitem h2.related {
    background: url(../_img/bg_head_related.png) no-repeat 0;
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 15px;
    color: #444;
    font-weight: 100;
    padding: 10px 0 0 45px;
    height: 27px;

}

#sidebar div.listborder {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    /*margin-top: -3px;*/
    background: url(../_img/bg_sidebar_list.png) repeat-x bottom;
}

#sidebar ul li {
    border-bottom: 1px dotted #CCC;
    margin: 0 8px;
    padding: 7px 0 7px 5px;
    clear: left;
    overflow: hidden;

}

#sidebar div.listitem span {
    color: #999;
    font-weight: 100;
}


#sidebar .listitem .more1 {
    float: right;
    margin: 6px 10px 0 0;
    background: url(../_img/arrow_red.png) no-repeat right 4px;
    padding-right: 8px;
}

#sidebar .listitem .more2 {
    float: right;
    margin: 6px 10px 0 0;
    background: url(../_img/arrow_black.png) no-repeat right 4px;
    padding-right: 8px;
    color: #000;
}



/*--- list w/ image ---- */

#sidebar ul.imglist {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin-top: -3px;
    background: #FFF url(../_img/bg_sidebar_list.png) repeat-x bottom;
}
#sidebar div.listitem-nobg ul.imglist {
    background: #FFF;
}


#sidebar ul.imglist img {
    float: left; 
    width: 52px;

    margin-right: 10px;

}
#sidebar ul.imglist p {
    float: left;
    width: 205px;
    line-height: 1.4em;
}
#sidebar ul.imglist p a {
    font-weight: 700;
    font-size: 11px;
}




/*--- list w/ tabnav ---- */


#sidebar div.listitem div.tabnav {
    height: 35px;
    overflow: hidden;
}
#sidebar div.listitem div.tabnav img {
    float: left;
    cursor: pointer;
}
#sidebar ul.textlist {
    min-height: 300px;
}
#sidebar ul.textlist p {
    width: 275px;
    line-height: 1.4em;
    font-weight: 700;
}
#sidebar ul.textlist a {
    color: #333;
}
#sidebar #rss-justmac ul.textlist p {
    width: 250px;
    padding-left: 24px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}




/* -----------------   [toplist footer ] ------------  */

#toplist {
    margin: 10px 0;
    width: 956px;
    background: #FFF url(../_img/bg_toplist_btm.png) no-repeat left bottom;
    padding-bottom: 5px;
}

#toplist .inner {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    min-height: 200px;
    background: #FFF url(../_img/bg_toplist_inner.png) repeat-x left bottom;
    clear: both;
}
#toplist ul.tabnav {
    overflow: hidden;
}

#toplist ul.tabnav li {
    float: left;
    width: 318px;
    height: 28px;
    padding-top: 6px;
    background: #FFF url(../_img/bg_toplist_tab.png) repeat-x left top;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    cursor: pointer;
}
#toplist ul.tabnav li.first {
    border: none;
    background: url(../_img/bg_toplist_tab_first.png) no-repeat left top;
}
#toplist ul.tabnav li.last {
    border: none;
    background: url(../_img/bg_toplist_tab_last.png) no-repeat right top;
}

#toplist ul.tabnav li.sel-first {
    border: none;
    background: url(../_img/bg_toplist_tab_selected_first.png) no-repeat left top;
}
#toplist ul.tabnav li.sel-middle {
    background: url(../_img/bg_toplist_tab_selected.png) repeat-x left top;
}
#toplist ul.tabnav li.sel-last {
    background: url(../_img/bg_toplist_tab_selected_last.png) no-repeat right top;
    border: none;
}

#toplist ul.tabnav li h4 {
    color: #999;
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 15px;
    font-weight: 100;
    padding: 2px 0 5px 70px;
}
#toplist ul.tabnav li.sel-first h4,
#toplist ul.tabnav li.sel-middle h4,
#toplist ul.tabnav li.sel-last h4 {
    color: #000;
}

#toplist ul.tabnav li .icon-mac {
    background: url(../_img/icon_mac.png) no-repeat 30px 0;
}
#toplist ul.tabnav li .icon-iphone {
    background: url(../_img/icon_iphone.png) no-repeat 20px 0;
}
#toplist ul.tabnav li .icon-beware {
    background: url(../_img/icon_beware.png) no-repeat 30px 0;
}


#toplist .inner {
    padding: 30px 0 30px 25px;
    overflow: hidden;
}

#toplist .inner ul {
    float: left;
    width: 281px;
    margin-right: 28px;
}

#toplist .inner ul li {
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}

#toplist .inner li.head {
    border-bottom: 1px solid #333;
    padding: 0 0 4px 0;
    font-size: 13px;
    font-weight: 100;
}
#toplist .inner li h4 {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 3px;
}
#toplist .inner li h4 a {
    color: #000;
}
#toplist .inner li img {
    float: left;
    margin-right: 5px;   
    max-width: 50px; 
}
#toplist .inner li div {
    float: left;
}


#toplist .banner-toplist {
    margin: 20px 0 0 0;
    width: 300px;
    height: 250px;
    float: left;
}


/* -----------------   [marktplatz] ------------  */

#marktplatz {
    overflow: hidden;
    width: 995px;    
  	margin-left: -20px;
  	
}

#marktplatz div.head {
    overflow: hidden;
    padding: 6px 25px;
    border-top: 1px dotted #CCC;
    background-color: #FFF;
}
#marktplatz div.head h3 {
    float: left;
    color: #999;
    font-weight: 100;
    font-size: 11px;
}
#marktplatz div.head a {
    float: right;
    font-size: 11px;
    color: #999;
}

#marktplatz div.items {
    overflow: hidden;
    background: #ECF3F5;
    border-top: 1px dotted #CCC;
}
#marktplatz div.itemrow {
    overflow: hidden;
    background: url(../_img/bg_itemrow.gif) repeat-y left;
    border-bottom: 1px dotted #CCC;    
}

#marktplatz div.item {
    float: left;
    overflow: hidden;
    width: 457px;
    height: auto;
    padding: 15px 15px 25px 25px;
    font-size: 11px;
    line-height: 1.5em;
    color: #333;
}
#marktplatz div.item img.alignleft {
    margin-right: 15px;
}
#marktplatz div.item img.alignright {
    margin-left: 15px;
}
#marktplatz div.item a {
    font-weight: 700;
}


#marktplatz div.item h1,
#marktplatz div.item h2,
#marktplatz div.item h3,
#marktplatz div.item h4,
#marktplatz div.item h5,
#marktplatz div.item h6 {
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px 0;
}

#marktplatz ul li {
    margin: 0 0 0 15px;
    line-height: 1.3em;
    padding: 2px 0;
}
#marktplatz ul li {
    list-style-type: disc;
}
#marktplatz ol li {
    list-style-type: decimal;
    margin: 0 0 0 20px;
}

/* -----------------   [comments] ------------  */

.comments-top {
	height: 5px;
	background: url(../_img/article_top.png) no-repeat top;
}
.comments {

	width: 480px;
	padding: 0 19px 10px 19px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
    font-size: 11px;
	overflow: hidden;
}

.comments-btm {
	height: 5px;
	background: url(../_img/article_btm.png) no-repeat bottom;
	margin-bottom: 30px;	
}
.comments h1 {
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 18px;
    font-weight: 100;
    color: #999;
    padding: 15px 0;
}
.comments h2 {
    font-size: 16px;
    padding-bottom: 15px;
}
.comment {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px dotted #CCC;

}
.comment div.fl {
    float: left;
    overflow: hidden;
    width: 420px;
    padding-right: 10px;    
}
.comment a.userimage {
    float: left;
}
.comment a.userimage img {
    width: 50px;
    height: 50px;
}
.comment p {
    padding: 10px 0 0 0;
    line-height: 1.4em;
    color: #333;
}
.comment span {
    color: #999;
    line-height: 1.5em;
}

.comments div.allcomments {
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    text-align: right;
    font-weight: 700;
    padding: 6px 10px;
}
.comments div.allcomments a {
    background: url(../_img/arrow_red.png) no-repeat right center;
    padding-right: 10px;
}

.comments div.allcomments-back {
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    text-align: left;
    font-weight: 700;
    padding: 6px 10px 6px 3px;
}
.comments div.allcomments-back a {
    background: url(../_img/arrow_red_back.gif) no-repeat left center;
    padding-left: 10px;
}

/* -----------------   [loginbox] ------------  */


.loginbox {
	width: 480px;
	padding: 10px 19px 10px 19px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
    font-size: 12px;
	overflow: hidden;
	background-color: #FFF;
	color: #333;
}


.loginbox h2 {
    font-size: 16px;
}

.loginbox fieldset {
    float: left;
    width: 402px;
    padding-top: 20px;
}

.loginbox fieldset label {
    float: left;
    display: block;
    width: 180px;
    height: 21px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: right;
}

.loginbox fieldset input {
    float: left;
    width: 140px;
    height: 14px;
    padding-top: 2px;
    border: 1px solid #CCC;

}

form#loginform button {
    float: left;
    border: 0;
    background: transparent;
    cursor: pointer;
    margin-top: 28px;
}



.registerbox {
	width: 480px;
	padding: 10px 19px 10px 19px;
	border: 1px solid #DFDFDF;
	background: #FFF url(../_img/bg_register.png) repeat-x left top;
	border-bottom: none;
    font-size: 12px;
	overflow: hidden;

}

.registerbox h2 {
    font-size: 16px;
    float: left;
    width: 340px;
    line-height: 1.6em;
}

.registerbox h2 span {
    color: #999;
}
.registerbox a.register {
    float: left;
    display: block;
    padding-top: 15px;
}
.registerbox-btm {
	height: 5px;
	background: url(../_img/article_btm.png) no-repeat bottom;	
    margin-bottom: 30px;
}




/* -----------------   [qt-video ] ------------  */

.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(../_img/essentials_quicktime.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}




/* -----------------   [commentform] ------------  */

.commentbox {
	width: 480px;
	padding: 0 19px 10px 19px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
    background: #FFF url(../_img/bg_commentbox.png) repeat-x left bottom;
    font-size: 11px;
	overflow: hidden;
}

.commentbox h2 {
    font-size: 16px;
    padding-bottom: 15px;
}

.commentbox-btm {
	height: 5px;
	background: url(../_img/commentbox_btm.png) no-repeat left bottom;	
    margin-bottom: 30px;
}


form#commentForm {
    width: 480px;
    margin-top: 15px;
}

form#commentForm textarea#comment {
    border: 1px solid #CCC;
    width: 460px;
    max-width: 460px;
    height: 130px;
    padding: 3px;
}

form#commentForm button {
    float: right;
    border: 0;
    background: transparent;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 13px;
}



/* -----------------   [contactform] ------------  */
form#contactForm {
    width: 480px;
    margin-top: 15px;
}

form#contactForm p.hint {
    font-size: 11px;
    padding: 6px 0 0 4px;

}
form#contactForm div.row {
    overflow: hidden;
    height: 32px;
    padding-left: 4px;
}

form#contactForm div.row-large {
    height: auto;
}
form#contactForm label {
    display: block;
    float: left;
    width: 180px;
    padding: 8px 0 0 0;
}

form#contactForm label.error { 
    color: #e38500;
    width: 30px;
    height: 20px;
    display: block; 
        
    /*background: url(images/arrow_orange.png) no-repeat 10px 12px;*/
}

form.order .row-large label.error {
    width: 300px;
    font-size: 11px;
    padding-left: 212px;
    background: none;
}

form#contactForm input {
    margin: 6px 0;
    float: left;
}

form#contactForm input[type="text"] {
    border: 1px solid #CCC;
    width: 250px;
    height: 17px;
    padding-top: 2px;
}

form#contactForm textarea {
    border: 1px solid #CCC;
    width: 440px;
    max-width: 440px;
    height: 160px;
    margin: 6px 0 0 0;
    padding: 3px;
    float: left;
}
form#contactForm input.error,
form#contactForm textarea.error { 
    border: 1px solid #999;
    background-color: #ECF3F5;
}


form#contactForm button {
    float: right;
    border: 0;
    background: transparent;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 33px;
}




/* -----------------   [footer ] ------------  */

#footer {
    margin-left: -20px;
    padding: 15px 0 10px 20px;
    overflow: hidden;
    background-color: #FFF;
}


#footer p,
#footer ul {

    margin: 0;
}
#footer li {
	float: left;
	padding: 0 3px;
}
#footer a {
    color: #000;
}




/* -----------------   [ riffly ] ------------  */


div.riffly_thumbnail  {
	position: relative;
}

.riffly_thumbnail .riffly_overlay_button {
	position: absolute;
	left: 30px;
	top: 25px;
	width: 32px;
	height: 19px;
}

.riffly_button_container {
    position: relative;
    margin-bottom: 8px;
    z-index: 1500;
    font-size: 12px;
}

.riffly_button_container a {
    font-weight: 100;
    font-size: 12px;
}


#riffly_recorder_container {
    display: none;
    position: relative;
    z-index: 2000;
    width: 320px;
}
a.riffly_hide_recorder_container,
a.riffly_close_player_link,
.riffly_play_comment {
    color: #000;
}
.riffly_player_link {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.3em;
    text-align: left;
    text-decoration: none;
}

.riffly_thumbnail_image {
    margin: 2px;
}

.riffly_player_container {
    width: 400px;
    text-align: right;
    margin-top: 10px;
}

.riffly_close_recorder_container {
    margin-left: 280px;
    font-weight: 100;
    color: #000;
}

.riffly_hide_recorder_container {
    float: right;
}




