/*
Theme Name: Byty
Theme URI: http://cozmoslabs.com/byty-theme
Description: Built on Thematic Theme
Author: Cristi Antohe
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.3
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*@import url('../thematic/style.css');
@import url('../thematic/library/layouts/3c-r-fixed.css');*/

/* Plugin Specific */
@import url('extra.css');

body{
	/* background:url(images/body_bg.jpg) top left repeat-x #989796; */
	text-align: center;
	color: #3b3b3b; /* #494a4b; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
/* Georgia,"Times New Roman","Bitstream Charter",Times,serif; */
font-size: 8pt;	
line-height: 18px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
h1 span{
	text-transform:none;
}
#wrapper{
	width: 1000px;
	background:url(images/wrapper_bg.gif) top left repeat-y;
	margin:0 auto;
	text-align: left;
	border:none;
    margin-top: 200px;
	position: relative;
}
#header {
	/* background:url(images/header_bg.jpg) top left no-repeat; */
	width: 1000px;
	height:148px;
	/*overflow:hidden;*/
	margin-bottom:8px;
	padding-left:10px;
}
#branding{
        width: 400px;
        margin-left: 0px;
	/*display:none;*/
}
#blog-description{
	position:absolute;
	top:10px;
	padding:0 0 0 10px;
	margin:0;
	border:none;
	color:#333333;
}
#blog-title{
	/*background:url(images/logo.gif) 0px 63px no-repeat;*/
	/*width:205px;*/
	height:83px;
	text-indent:0px;
	padding:0px;
	padding-top:25px;
	border:none;
}
#blog-title a{
	display:block;
	height:60px;
	font-size:60px;
	color:#333333;
	font-family:"Trebuchet MS";
	font-weight:normal;
	/*filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;*/
}
/******************************************** Ad areas */
#top_twitter {
	width:120px;
	height:110px;
	position:absolute; 
	top:35px;
	left:50%;
	margin-left:360px;
	/*background:#2772b3;*/
}

#top_feature {
	width:635px;
	height:165px;
	position:absolute;
	top:-180px;
	/* left:50%; */
	margin-left:10px;
	/*background:#2772b3;*/
}

#top_ad {
	width:300px;
	height:250px;
	position:absolute;
	top:-175px;
	right: 60px;
	/*margin-left:248px;
	background:#2772b3;*/
}

.top_feature_table {

}

.top_feature_cell {
        word-wrap: break-word;
        width: 100px;
        padding:0;
        margin:0;
        height:160px;
        vertical-align:top;
        background:url(/wp-content/themes/byty/images/feature_bg.gif) repeat-x;
}

.top_feature_spaceing {
        width: 45px;
        padding:0;
        margin:0;
        text-align: center;
}

.welcome_vistor {
        border-color: purple;
        border-style: dashed;
        border-width: 0.5pt;
        bottom: 5pt;
        left: 5pt;
        margin-bottom: 15pt;
        padding: 10pt;
        right: 5pt;
        top: 5pt;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	height:39px;
    font-size:11px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    float:left;
	border-left:0px solid #17447f;
}
.sf-menu a {
	height:29px;
	padding:10px 10px 0 15px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    /*border-bottom-color:#fff;*/
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-family: Verdana, Helvetica, sans-serif;
	color:			#fff;
}
.sf-menu li {
	border-left:0px solid #499bea;
	border-right:0px solid #17447f;	
}
.sf-menu li li {
	background:		#d52300;
	border-top:0px solid #17447f;
}
.sf-menu li li li {
	background:		#d52300;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/* background:url(images/menu_right_over.gif) top right no-repeat;*/
	outline:		0;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:39px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#d52300;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
}

.search-outer-container {
	   margin-top: 0px;
       float: right;
       width: 200px;
}

.search-container {
       float: left;
       width: 160px;
       padding-top: 7px;
}

.search-field {
       width:150px;
       border: 1px solid black;
}

.go-button-container {
       float: right;
       width: 30px;
       padding-top: 6px;
}

.go-button {
       color: white;
       background:#D52300;
       border: 1px solid white;
       text-shadow: 0 0 3px;
       -webkit-text-shadow: 0 0 3px;
       -khtml-text-shadow: 0 0 3px;
       -moz-text-shadow: 0 0 3px;
       -moz-box-shadow: 0 0 10px 1px #D52300;
       -moz-border-radius: 0.5em;
       -webkit-border-radius: 0.5em;
       -khtml-border-radius: 0.5em;
}

.textwidget {
      margin-left: 0px;
}

.textwidget2 {
      margin-left: 20px;
}

.textwidget input {
       width: 150px;
}

.textwidget textarea {
       width: 150px;
}

/*************************************** LOGO  */
#logo h1{
	/*display:none;*/
}

/*********************************************  MAIN CONTENT */
#main{
	background: transparent /* #eaeaea transparent url(images/main_bg.gif)*/ repeat-y scroll left top; 
	padding:0px 10px 20px 20px;
	width:auto;
	height:1%;
}
#container{width:510px;}
#content{
	padding:0 0px 0 0;
}
/*********************************************************** post */
.post{
	border:1px solid #d6d6d6;
	background: #ffffff;
	margin-top:7px;
	padding:10px;
}
h1.entry-title, h2.entry-title{
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	text-transform:none;
	color:#d52300;
	font-size:20px;
	font-weight:normal;
	line-height:1.1em;
}
h2.entry-title a{
    font-size:20px; 
	color:#d52300;
	line-height:1.1em;
}
h2.entry-title a:hover{
	text-decoration:underline;
}
a.more-link{
	background:transparent;
	width:89px;
	height:22px;
	padding:2px 0 0 0;
	text-align:center;
	float:right;
}
a.more-link:hover{
	background:transparent;
	text-decoration:underline;
}
div.entry-utility{
	margin-top:5px;
	clear:both;
	border-top:1px solid #e6e5e5;
	padding:2px;
	background:#fff;
}
span.comments-link a{
	color:#d52300;
}
.hentry ol{
	list-style-position:inside;
}
.hentry ul{
	list-style-position:inside;
}

#tag_comment a {color:#3b3b3b;}
#tag_comment a:visited {color:#3b3b3b;}

/*********************************************************** columns */
#primary{
	width:200px;
	float:left;
	margin-right:0;
}
#secondary{
	width:200px;
	float:left;
}
.aside ul.xoxo{
	list-style:none;
	padding:0;

}
.aside ul.xoxo li{
	padding:0;
	margin:0;
	background:#ffffff;
	border:1px solid #d6d6d6;	
}
.aside ul.xoxo li{
	margin-top:10px;
}
.aside ul.xoxo li h3{
	color:#d52300;
	background:/* url(images/side_header.gif) top left repeat-x */ #ffffff;
	height:22px;
	padding:6px 0 0 10px;
}
.aside ul.xoxo li#rss-links h3{
	color:#d52300;
	background:/* url(images/side_header.gif) top left repeat-x */ #ffffff;
	height:22px;
	padding:6px 0 0 25px;
}
.aside ul.xoxo li ul{
	list-style:none;
	padding:0;
	margin:0;
}
.aside ul.xoxo li ul li{ 
	list-style:none;
	padding:0;
        padding-left: 10px;
	margin:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;
	border-left:none;
	border-right:none;
}

.aside ul.xoxo li ul li.recentcomments{
	padding:2px 20px 2px 20px;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;	
*/
}
.aside ul.xoxo li ul li.recentcomments a{
	display:inline;
	color:#333333;
	text-decoration:none;
	border:none;
	padding:0;
}
.aside ul.xoxo li ul li.recentcomments a:hover{
	background:none;
}
.aside ul.xoxo li ul li a{
	background:#ffffff;
	display:block;
	padding:2px 2px 2px 10px;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;
*/
    color: #3b3b3b;
	text-decoration:none;
}

.aside ul.xoxo li div#tag_cloud ul li a{
	background:#ffffff;
	display:block;
	padding:1px 1px 1px 5px;
	color: #d52300;
	text-decoration:none;
   
}


.aside ul.xoxo li ol li{ 
            padding:0;
        	padding-left: 5px;
            margin:0;
            border-top:1px solid #fff;
            border-bottom:1px solid #e6e5e5;
            border-left:none;
            border-right:none;
}

.aside ul.xoxo li ol {
	font-family: georgia;
	font-size: 1.3em;
	color: #D52300;
	margin:0 4px 10px 2.2em;
}

.aside ul.xoxo li ol li a {
			font-family: verdana, sans-serif;
			font-size: 8pt;
			color: #3B3B3B;
}
	
.aside ul.xoxo li ul li a:hover{
	color:#d52300;
	text-decoration:none;
}
.aside ul.xoxo li ol li a:hover{
	color:#d52300;
	text-decoration:none;
}

.aside ul.xoxo li ul li.cat-item a{
	display:block;
	color:#333333;
	text-decoration:none;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;

	padding-left:35px;
	background:url(images/folder-ico.gif) center left no-repeat #f1f1f1;
*/
}
.aside ul.xoxo li ul li.cat-item a:hover{
	/* background:url(images/folder-ico.gif) center left no-repeat #d2d2d2; */
	color:#000;
	text-decoration:none;
}




div.menu ul li.cat-item-text a {font-family:Arial;color:#d6d6d6;font-size:1.1em;font-weight:bold;}
div.menu ul li.cat-item-text a:hover{font-family:Arial;color:#d52300;font-size:1.1em;font-weight:bold;}



div.menu ul li.cat-item-home{background-image: url(/wp-content/themes/byty/images/navi3/home-grau.gif); background-repeat:no-repeat; width:80px; display: block; margin: 0;padding:0px;text-decoration: none;height: 22px;}
div.menu ul li.cat-item-home a:hover {background-image: url(/wp-content/themes/byty/images/navi3/home-rot.gif); background-repeat:no-repeat; text-decoration: none;width:80px; }

div.menu ul li.cat-item-musik {background-image: url(/wp-content/themes/byty/images/navi3/musik-grau.gif); background-repeat:no-repeat;width: 83px;display: block;margin: 0;padding:0px;text-decoration: none;height: 22px; }
div.menu ul li.cat-item-musik a:hover {background-image: url(/wp-content/themes/byty/images/navi3/musik-rot.gif); background-repeat:no-repeat; text-decoration: none;width: 83px;}

div.menu ul li.cat-item-filme{background-image: url(/wp-content/themes/byty/images/navi3/filme-grau.gif); background-repeat:no-repeat;width: 78px;display: block;margin: 0;padding:0px;text-decoration: none;height: 22px; }
div.menu ul li.cat-item-filme a:hover {background-image: url(/wp-content/themes/byty/images/navi3/filme-rot.gif); background-repeat:no-repeat; text-decoration: none;width:78px;}

div.menu ul li.cat-item-hoerbuecher{background-image: url(/wp-content/themes/byty/images/navi3/hoerbuecher-grau.gif); background-repeat:no-repeat;width: 148px;display: block;margin: 0;padding:0px;text-decoration: none;height: 22px; }
div.menu ul li.cat-item-hoerbuecher a:hover {background-image: url(/wp-content/themes/byty/images/navi3/hoerbuecher-rot.gif); background-repeat:no-repeat; text-decoration: none; width: 148px;}

div.menu ul li.cat-item-ebooks {background-image: url(/wp-content/themes/byty/images/navi3/ebooks-grau.gif); background-repeat:no-repeat;width:100px;display: block;margin: 0;padding:0px;text-decoration: none;height: 22px; }
div.menu ul li.cat-item-ebooks a:hover {background-image: url(/wp-content/themes/byty/images/navi3/ebooks-rot.gif); background-repeat:no-repeat; text-decoration: none; width:100px;}

div.menu ul li.cat-item-games {background-image: url(/wp-content/themes/byty/images/navi3/games-grau.gif); background-repeat:no-repeat;width:90px;display: block;margin: 0;padding:0px;text-decoration: none;height: 22px; }
div.menu ul li.cat-item-games a:hover {background-image: url(/wp-content/themes/byty/images/navi3/games-rot.gif); background-repeat:no-repeat; text-decoration: none; width:90px;}

div.menu ul li.cat-item-software{background-image: url(/wp-content/themes/byty/images/navi3/software-grau.gif); background-repeat:no-repeat;width: 130px;display: block;margin: 0;padding:0px;text-decoration: none;height: 22px; }
div.menu ul li.cat-item-software a:hover {background-image: url(/wp-content/themes/byty/images/navi3/software-rot.gif); background-repeat:no-repeat; text-decoration: none;width: 130px;}

div.menu ul li.cat-item-apps{background-image: url(/wp-content/themes/byty/images/navi3/apps-grau.gif); background-repeat:no-repeat;width:76px;display: block;margin: 0;padding:0px;text-decoration: none;height: 22px; }
div.menu ul li.cat-item-apps a:hover {background-image: url(/wp-content/themes/byty/images/navi3/apps-rot.gif); background-repeat:no-repeat; text-decoration: none;width: 76px;}


/***************************************************************** Search */
li#search form div{
	padding:0 0 0 7px;
}
li#search form div input#s{
	width:110px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
/***************************************************************** Tag Cloud */
.aside ul.xoxo li#tag_cloud{
	padding:20px;
}
.aside ul.xoxo li#tag_cloud h3{
	color:#d52300;
	background:/* url(images/side_header.gif) top left repeat-x */ #ffffff;
	height:22px;
	padding:7px 0 0 0px;
	margin:-20px -10px 0 -10px;
}
.aside ul.xoxo li#tag_cloud a{
	font-size:18px;
}
/***************************************************************** Calendar */
#calendar{
	background:#fff;
}
#calendar_wrap{
	padding:0 0 0 12px;
	/*background:#fff;*/
}
#wp-calendar{
	/*border-collapse:collapse;*/
}
#wp-calendar tr th{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
#wp-calendar tr td{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
/*********************************************************** Comments */
#comments{
	border:1px solid #d6d6d6;
	background:#ffffff;
	padding-top:0px;
}
#comments .comment-meta a{
	color:#787878;
}
#comments .comment-author a{
	color:#d52300;
}
#comments h3{
	color:#d52300;
	font-size:11px;
}
#comments li.comment{
	margin-bottom:10px;
	border:1px solid #fff;
	border-bottom:0px solid #e2e2e3;
	border-top:1px solid #e2e2e3;
	background:#fff;
	color:#3b3b3b;
}
#comments li.alt{
	background:#fff;
}
#comments li.bypostauthor{
	background:#fff;
	color:#3b3b3b;
}
#respond{
	margin-bottom:10px;
	border:1px solid #fff;
	background:#ffffff;
	color:#3b3b3b;
}
#respond input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#respond textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#subsidiary{

}
#siteinfo{
	text-align:center;
	width:800px;
	color:#323232;
	padding:0 0 20px 0;
}
#siteinfo a{
	color:#323232;
}
#ll{}

a[title="post-alternatives"]{
    display:none;
}

a[title="beliebte-software"]{
    display:none;
}

a[title="beliebte-software-alternativen"]{
    display:none;
}

a[title="blank"]{
    display:none;
}

a[title="altcronjobtrigger"]{
    display:none;
}

input[type="submit"] {
	border: 1px solid rgb(153, 153, 153);
	background: rgb(213, 35, 0) none repeat scroll 0pt 0pt;
	text-align: center;
	color: white;
}
.alt_list p {
    float: right;
    width: 395px;
}

.alt_list h1{
    padding: 2px 2px;
}

#alt_main_header{
    font-size: 28px;
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    margin:4px 0 20px;
    text-decoration: none;
    line-height: 0.9em;
}

#alt_main_header a, #alt_main_header a:active, #alt_main_header a:visited, #alt_main_header a:hover {
    color:#D52300;
    background:none;
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 28px;
    text-decoration: none;
    text-transform:none;
}

.alt-entry-title{
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    /*font-size: 24px;*/
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin-top: 5px;
}
.alt-entry-title a, .alt-entry-title a:active, .alt-entry-title a:visited, .alt-entry-title a:hover {
    color: #000;
    text-decoration: none;
}

.alt-sub-entry-title, .alt-sub-entry-title a, .alt-sub-entry-title a:active, .alt-sub-entry-title a:visited, .alt-sub-entry-title a:hover{
    color:#D52300;
    background:none;
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 28px;
    margin:4px 0;
    text-decoration: none;
}





.entry-content .product_navi_menue{
 border-top: 1px solid #e2e2e2;
 border-bottom: 1px solid #e2e2e2;
 padding-top: 6px;
 padding-bottom: 6px;
}

.entry-content .product_navi_menue .cell{
  border-right:1px solid #e2e2e2;
  margin-left:2px;
  margin-right:2px;
  float:left;
  width: 90px;
}

.entry-content .product_navi_menue .cell a{
  padding-left: 13px;
  color: #000;
  text-decoration: underline;
}

.entry-content .product_navi_menue .cell img{
  padding-left: 9px;
  margin: 0px;
}


.navigation { text-align: center;
              border: 0px dotted #000; 
              margin-top: 1px;  
              margin-bottom: 10px; 
              width: 98%; 
              float: center;
              padding: 5px; }
.navigation a {color: #666; font-weight: bold;}


.tagcloud_default{margin-top: 0px;}
.tagcloud_default ul{ margin: 0 0 10px 0;}
.tagcloud_default ul li {display: inline; }
.tagcloud_default ul li a {line-height:1.8em; font-family: Verdana, sans-serif;  color: #d52300; text-decoration:underline} 
.tagcloud_default ul li a:hover {color: #d52300;background-color:#ededef;}


input#searchsubmit:hover{
  background-color: #4a4a4a;
}





/********************************************************************************************
********************************** START - SEITE ***************************************
*********************************************************************************************/

div#excluding_text_wrapper{ border: 1px solid #d6d6d6; background-color:#fff; padding:5px; margin-top:7px; height:20px; }
div#excluding_text_tag_wrapper{}
div#excluding_text_tag_wrapper  h1 span#excluding_text_tag{ padding-left:8px; font-weight: bold; color: #d52300; background: #fff; }


/********************************************************************************************
********************************** KATEGORIE - SEITEN ***************************************
*********************************************************************************************/


div#category_introducing_text_wrapper{ border: 1px solid #d6d6d6; background-color:#fff; padding:5px; margin-top:7px; height:203px; }
div#category_introducing_text_tag_wrapper{}
div#category_introducing_text_tag_wrapper  span#category_introducing_text_tag{ color: #fff; background: #3b3b3b; text-transform: uppercase;}
div#category_introducing_text_title{color:#d52300; font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif; font-size:20px; font-weight:normal; line-height:1.1em;}
div#category_introducing_text_content_wrapper{margin-top:5px;}
div#category_introducing_text_content_wrapper span#category_introducing_text_content_image{float:left; margin-right:20px; margin-bottom:10px;}
div#category_introducing_text_content_wrapper span#category_introducing_text_content{padding-top:2px;}	
	
div#category_closing_text_wrapper{border: 1px solid #d6d6d6; background-color:#fff; padding:6px; margin-top:7px; margin-bottom:10px;}
div#category_closing_text_content{ margin-top:5px;}	
	

/********************************************************************************************
**************************************** TAG - SEITEN ***************************************
*********************************************************************************************/

span#tags_major_tag { color:rgb(213,35,0); font-size:250%; font-family:Georgia; line-height:28px; display: inline; }
span#tags_results { font-size:250%; font-family:Georgia; line-height:28px; }




/********************************************************************************************
*************************************** SIDEBAR *********************************************
*********************************************************************************************/	

img#google_feedbacklink_backgroundimage {position:absolute; right:12px; top:-335px; height:20px; width:300px;}

div#sidebar_tagcloud_wrapper{float:right; background-color:#fff; border:1px solid #d6d6d6; width:409px; padding-top:0px; padding-right:0px; padding-left:0px; margin-right:20px; margin-top:8px; height:202px;}
div#sidebar_tagcloud_wrapper div#search_mask{ padding-left:22px;padding-bottom:0px; padding-top:0px; margin-top:22px; margin-left:0px; margin-right:0px;}

div#sidebar_overlapping_box_1{ background-color:#fff; border: 1px solid #e2e2d3; position:absolute; right:28px; top:628px; width:412px; height:199px; z-index:20;}
div#sidebar_overlapping_box_2{ background-color:#fff; border: 1px solid #e2e2d3; position:absolute; right:28px; top:1210px; width:412px; height:199px; z-index:20;}

div#sidebox_overlapping_box_1_cell1{width:125px; height:125px; border:0px solid #000;float:left; margin-left:1px;}
div#sidebox_overlapping_box_1_cell2{width:125px; height:125px; border:0px solid #000;float:left;margin-left:17px;}
div#sidebox_overlapping_box_1_cell3{width:125px; height:125px; border:0px solid #000;float:left;margin-left:18px;}

div#sidebox_overlapping_box_2_cell1{width:125px; height:125px; border:0px solid #000;float:left; margin-left:1px;}
div#sidebox_overlapping_box_2_cell2{width:125px; height:125px; border:0px solid #000;float:left;margin-left:17px;}
div#sidebox_overlapping_box_2_cell3{width:125px; height:125px; border:0px solid #000;float:left;margin-left:18px;}



/********************************************************************************************
********************************** ADSENSE - BLOCKS *****************************************
*********************************************************************************************/	
	
	
/********************************* Kategorie - Adsense ***************************************/	
	
div#category_adsense_newest_below { border:1px solid #d6d6d6; padding-left:10px; padding-top:10px; background-color:#fff; margin-top: 10px;}	
div#category_adsense_popular_below { border:1px solid #d6d6d6; padding-left:10px; padding-top:10px; background-color:#fff; margin-top: 10px; }	
div#category_adsense_popular_middle{border:1px solid #d6d6d6; padding-left:10px; padding-top:10px; background-color:#fff; margin-top: 10px;}
div#category_adsense_top_adsense {position:absolute; right:12px; top:-335px; width:300px; height:250px; z-index:20;}	
div#category_adsense_top_adsense a:link, div#category_adsense_top_adsense a:visited{color: #fff;}

/********************************* Alternative - Adsense ***************************************/	

div#alternative_adsense_top_adsense {position:absolute; right:12px; top:-335px; width:300px; height:250px; z-index:20;}	
div#alternative_adsense_top_adsense a:link, div#alternative_adsense_top_adsense a:visited{color: #fff;}



/********************************************************************************************
******************************************** FOOTER *****************************************
*********************************************************************************************/	

/* div#footer div#footer-meta{ background:none repeat scroll 0 0 #ededef; margin:0px 0px 30px 10px; clear:both; display:inline-block; font-family:Verdana,Tahoma,'Vera Sans',Helvetica,Arial,sans-serif; font-size:11px; overflow:hidden; padding:10px 5px 10px 5px; width:976px; } */

div#footer div#footer-meta{ background:url("images/wrapper_bg.gif") repeat-y scroll left top transparent;  margin:0px 0px 0px 0px; clear:both; display:inline-block; font-family:Verdana,Tahoma,'Vera Sans',Helvetica,Arial,sans-serif; font-size:11px; overflow:hidden; padding:10px 10px 10px 10px; width:980px; }
div#footer div#footer-meta div#footer-element{ float:left; margin-left:5px; margin-right:5px; width:230px; }
div#footer div#footer-meta div#footer-element div#footer-title{ margin-left:8px; font-weight:bold; padding-bottom: 3px; color:#d52300; }
div#footer div#footer-meta div#footer-element div#footer-link{}
div#footer div#footer-meta div#footer-element div#footer-link a{ line-height:18px; color:#999; background-image:url("/images/footer/bullet.gif"); background-position:0 8px; border-color:#999; border-top:1px dotted #9C9C9C; display:block; margin-right:1px; margin-top:-1px; overflow:hidden; padding-left:8px; white-space:nowrap; font-family: Verdana,Arial,Helvetica,sans-serif; font-size:10px; text-decoration:none; }
div#footer div#footer-meta div#footer-element div#footer-link a:hover {line-height:18px; text-decoration:underline; color:#d52300; }

div#footer{ background:/*url(images/footer_bg.gif) top left no-repeat*/ white; border:none; height:200px; width:1000px; padding:20px 0px 20px 0px; margin:0; color:#323232;}
div#thematic_footer{ background:/*url(images/footer_bg.gif) top left no-repeat*/ white; border:none; min-height:100px; width:1000px; padding:0px 0px 0px 0px; margin:10px 0px 0px 0px; color:#323232; }

a#thematic_footer_element{ 	color:#999; padding-left:8px; white-space:nowrap; font-family: Verdana; font-size:10px; text-decoration:none; }
div#footer a{ color:#000033; }
#footer a:hover{ color:#000; }



/********************************************************************************************
**************************************** NEWSLETTER *****************************************
*********************************************************************************************/	
div#newsletter_page_registration{ height:260px;}
h1#newsletter_page_registration_title { color:#d52300; font-family:Georgia; font-size:20px; font-weight:normal; line-height:1.1em; padding: 8px 0 12px; }

div#newsletter_registration_confirmation{ height:220px;}
h1#newsletter_registration_confirmation_title { color:#d52300; font-family:Georgia; font-size:20px; font-weight:normal; line-height:1.1em; padding: 8px 0 12px; }


div#newsletter_registration_confirmed{ height:220px;}
h1#newsletter_registration_confirmed_title { color:#d52300; font-family:Georgia; font-size:20px; font-weight:normal; line-height:1.1em; padding: 8px 0 12px; }

	
	


