#tabber_wrap .module,
#tabber_wrap .clear_module{
	padding: 0px !important;
	margin-right: 1%;
}
#tabber_wrap .modulebody{
	padding: 5px 0px 5px;
}
#tabber_wrap div.moduletitle{
	margin: 0px 0px;
	padding:2px 5px 2px 5px;
box-shadow:0 0 5px #ccc;
}
#tabber_wrap{
	margin: 0px 10px 10px 0px;
}

#tabber{
	clear:both;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
}

#tabber_module{
	float: left;
	width: 209px;
	padding: 5px;
	margin-left: -220px;
	margin-top: 50px;
}

#tabber_banner{
	width: 100%;
	clear: both;
	padding: 5px 0px;
	overflow: hidden;
}

#tabber_banner .simple,
#tabber_banner .module{
	float: left;
	margin: 0px 15px 0px 5px;
}

.tabber_footer{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/*Tabber*/
#tabber div#tabber_switcher{
	padding: 0px 0px 0px 0px;
	height: 30px;
	margin: 0px;
	display: block;
	position: relative;
	z-index: 1;
}

#tabber a.tabber_title{
	float: left;
	padding: 0px 0px 0px 0px;
	height: 30px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	position: relative;
}


#tabber a.tabber_title:first-child{
	margin: 0px 5px 0px -1px;
}


#tabber a.tabber_title.active{
	z-index: 10 !important;
}

a#tabber_title1{z-index: 5;}
a#tabber_title2{z-index: 4;}
a#tabber_title3{z-index: 3;}
a#tabber_title4{z-index: 2;}
a#tabber_title5{z-index: 1;}


#tabber a.tabber_title span{
	padding: 0px 10px 0px 10px;
	height: 30px;
	min-width: 30px;
	line-height: 35px;
	text-decoration: none;
	font-size: 14px;
	display: block;
	margin: 0px;
	list-style-type: none !important;
}

#tabber div.tabber_tab{
	display: none;
	padding: 5px 10px;
	overflow: hidden;
	height: auto;
	background-color: white;
    border: 1px solid #ccc;
	box-shadow:0 0 5px #ccc;
}


#tabber div#tabber_tab1{
	display: block;
}


/*Tabber θη color.css*/

#tabber{}

.tabber_footer{
	border-bottom: 1px solid #f7f7f7;
}

#tabber div#tabber_switcher{
  padding: 0px 10px 0px 10px;
}

#tabber  div#tabber_switcher a.tabber_title{

	border: 0px;
}

#tabber  div#tabber_switcher a.tabber_title span{

	color: #666;
	font-weight: bold;
}

#tabber  div#tabber_switcher a.tabber_title:hover{

}

#tabber  div#tabber_switcher a.tabber_title:hover span{

	color: #540303;
	background-color: #E0E0E0;
    }

#tabber  div#tabber_switcher a.tabber_title.active{

	border: 0px;
}

#tabber  div#tabber_switcher a.tabber_title.active span{

	color: #540303;
	font-weight: bold;
	background-color: white;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#tabber div.tabber_tab{}


#search_box {
  display: block;
  float: right;
  padding: 0px;
  position: absolute;
  left: 234px;
  bottom: 25px;
  width: 300px;
}
#search_box .search_field {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #666666;
}
#search_box .search_field {
  float: left;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  margin: 0px 2px 0px 0px;
  padding: 0px 0px 0px 5px;
  width: 220px;
}
#search_box #gosearch {
	height: 25px;
	width: 69px;
	float: right;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: .2em .9em .2em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#search_box #gosearch:hover {
	text-decoration: none;
}
#search_box #gosearch:active {
	position: relative;
}
.blue_but {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.blue_but:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.blue_but:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.favorite a {
    background: url("../images/bookmarks.png") no-repeat scroll 0 -40px transparent;
    display: block;
    height: 16px;
    outline: medium none;
    width: 20px;
}
.favorite a.aktive { background: url("../images/bookmarks.png") no-repeat -20px -40px; }
.favorite a:hover { background: url("../images/bookmarks.png") no-repeat -20px -40px; }
.favorite.active a { background: url("../images/bookmarks.png") no-repeat -20px -40px; }
