body {
   /* min-width: 950px; */
   min-width: 1000px;
   margin: 0; padding: 0;
   font: normal 75% Arial, Verdana, Helvetica, sans-serif;
   color: #666;
   background-color: #f6fafd;
}

/*************************************************************************
 *  Font Styles
 *************************************************************************/

h1 {
   margin: 0;
   color: #000066;
   font-size: 1.4em;
}

h1.zohub {
   margin: 0;
   padding: 1px 0 1px 25px;
   color: #000066;
   font-size: 1.4em;
   background: url(/gfx/headline.jpg) no-repeat 0 0;
}

h2 {
   margin: 0;
   color: #000066;
   font-size: 1.2em;
}

h2.boller {
   margin: 0;
   padding: 2px 0 2px 25px;
   color: #000066;
   font-size: 1.4em;
   background: url(/gfx/boller.jpg) no-repeat 0 0;
}

h3 {
   margin: 0;
   color: #000066;
   font-size: 1.0em;
}

h3.boller {
   margin: 0;
   margin-left: 3px;
   padding: 2px 0 2px 19px;
   color: #000066;
   font-size: 1.2em;
   background: url(/gfx/boller_small.jpg) no-repeat 0 0;
}

h3.gray {
   color: #666;
}


h6 {
   margin: 8px 8px 8px 0px;
   color: #000066;
   font-size: 1.0em;
}


small {
   font-size: 0.95em;
}

big {
   font-size: 1.05em;
}

strong {
   color: #000066;
}

strong.gray {
   color: #666;
}

.error {
   color: #cc0000;
   letter-spacing: 0.02em;
   font-size: 1em;
}

small.error {
   font-size: 0.95em;
}

p.error {
   margin: 0;
   padding: 10px 5px 10px 35px;
   background: #f5cccc url(/gfx/icons/24/error_p.jpg) no-repeat 5px 5px;
   border: 1px solid #cc0000;
}

.confirm {
   color: #009900;
   letter-spacing: 0.02em;
}

p.confirm {
   padding: 10px 5px 10px 35px;
   background: #f0fcf0 url(/gfx/icons/24/confirm_p.jpg) no-repeat 5px 5px;
   border: 1px solid #009900;
}

p.confirm strong {
   color: #009900;
}

p.confirm big {
   font-size: 1.35em;
}

p.confirm a {
   color: #009900;
}

/*************************************************************************
 *  Link Styles
 *************************************************************************/

a {
   color: #505050;
}

a:hover {
   text-decoration: none;
}

a.no_outline:focus {
   outline: none;
}

a.highlight {
   text-decoration: none;
}

a.highlight:hover {
   color: #000066;
   background-color: #a8c9f2;
   text-decoration: none;
}

a.title {
   color: #666;
   font-weight: bold;
   text-decoration: none;
}

a.title:hover {
   background-color: #a8c9f2;
}

a.subtitle {
   color: #666;
   text-decoration: none;
}

a.subtitle:hover {
   background-color: #a8c9f2;
}

a.arrow  {
   padding-left: 15px;
   background: url(/gfx/icons/12/arrow.gif) no-repeat 0 50%;
}

/*
a.arrow:hover {
   padding-left: 15px;
   background: url(/gfx/icons/12/arrow_active.gif) no-repeat 0 50%;
}
*/

a.arrow_dashboard  {
   padding-left: 15px;
   background: url(/gfx/icons/12/arrow.jpg) no-repeat 0 50%;
}

a.arrow_small  {
   padding-left: 12px;
   background: url(/gfx/arrow_small.jpg) no-repeat 0 50%;
}

a.arrow_small:hover {
   background-color: #fff !important;
   color: #666 !important;
}

a.external {
   padding-right: 15px;
   background: url(/gfx/external.jpg) no-repeat 100% 50%;
}

a.edit {
   padding: 5px 0 5px 30px;
   background: url(/gfx/icons/24/edit.jpg) no-repeat 0 50%;
}

a.add {
   padding: 5px 0 5px 30px;
   background: url(/gfx/icons/24/add.jpg) no-repeat 0 50%;
}

a.remove {
   padding: 5px 0 5px 30px;
   background: url(/gfx/icons/24/remove.jpg) no-repeat 0 50%;
}

a.action {
   padding: 5px 0 5px 20px;
   background: url(/gfx/icons/16/action.jpg) no-repeat 0 50%;
}

a.post {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/post.jpg) no-repeat 8px 0;
}

a.reply_small {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/reply.jpg) no-repeat 8px 0;
}

a.top_comment_small {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/top_comment.jpg) no-repeat 8px 0;
}

a.spam_small {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/spam.jpg) no-repeat 8px 0;
}

a.remove_small {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/remove.jpg) no-repeat 8px 0;
}

/*************************************************************************
 *  Form Styles
 *************************************************************************/

form {
   margin: 0;
   padding: 0;
}

input.search {
   width: 138px;
   height: 15px;
   margin: 5px 0 0 5px;
   padding: 2px 2px 0 2px;
   color: #666;
   font-size: 0.95em;
   border: 1px solid #505050;
}

input.text {
   height: 15px;
   padding: 2px 2px 0 2px;
   font-size: 0.95em;
   border: 1px solid #a5acb2;
}

input.image {
   vertical-align: middle;
}

textarea {
   color: #666;
   border: 1px solid #a5acb2;
}

iframe {
   border: 1px solid #ccc;
}

/*************************************************************************
 *  Header
 *************************************************************************/

#header {
   height: 85px;
   padding-top: 15px;
   background: url(/gfx/header_bg.jpg) repeat-x;
}

/* fixed width */
#header .container {
   width: 1000px;
   margin: auto;
}

#header .logo {
   width: 180px;
   height: 80px;
   float: left;
   margin: 9px 0 0 10px;
   cursor: pointer;
   background: url(/gfx/zohub.png) no-repeat center;
   position: relative;
   top: -9px;
}

/*
html > body #header .logo {
   top: 0px;
}
*/

#header .logo a {
   width: 180px;
   height: 80px;
   display: block;
}

#header .panel {
   width: 173px;
   /*height: 75px;*/
   height: 69px;
   float: right;
   margin-right: 10px;
   border: 1px solid #505050;
   background: #fcfcfc url(/gfx/boxes/box_body_bg.jpg) no-repeat;
}

/*************************************************************************
 *  Main Menu
 *************************************************************************/

#menu {
   margin: 10px 0 0 200px;
}

#menu img {
   margin-left: 10px;
}

/*************************************************************************
 *  Panels
 *************************************************************************/

.panel ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.panel li {
   /*height: 20px;*/
   height: 20px;
   /*padding: 5px 0 0 5px;*/
   padding: 3px 0 0 5px;
   background: url(/gfx/panel_single_bg.jpg) no-repeat;
}

.panel li.single {
   /*height: 32px;*/
   height: 28px;
   padding: 8px 10px 10px 10px;
   background: none;
}

.panel li.double {
   /*height: 25px;*/
   height: 23px;
   padding-top: 4px;
   background: url(/gfx/panel_double_bg.jpg) no-repeat;
}

.panel li.triple {
   height: 22px;
   padding-top: 0;
   background: url(/gfx/panel_triple_bg.jpg) no-repeat;
   border-top: 1px solid #505050;
}

.panel li.triple a {
   color: #000066;
   font-size: 0.9em;
   font-weight: bold;
   text-decoration: none;
}

.panel li.triple a:hover {
   color: #666;
}

.panel a:hover {
   color: #666;
}

.panel a.arrow {
   color: #000066;
   font-size: 0.9em;
   font-weight: bold;
   text-decoration: none;
}

.panel a.arrow:hover {
   color: #666;
}

.panel_settings {
   float: left;
   margin-left: 3px;
   padding-top: 6px;
}

.panel_logout {
   float: left;
   margin-left: 20px;
   padding-top: 6px;
}

.panel_help {
   float: right;
   padding-top: 3px;
   padding-right: 6px;
}

/*************************************************************************
 *  Columns
 *************************************************************************/

#main {
   /*position: relative;*/
   width: 980px; /* fixed width */
   padding: 0 10px 0 10px;
   margin: auto; /* fixed width */
}

#left_column {
   width: 175px;
   float: left;
}

#right_column {
   width: 175px;
   float: right;
}

#inner_column {
   width: 628px; /* fixed width */
   margin: 0 176px 0 176px;
}

#main .container {
   margin: 0 10px 0 10px;
}

#main .container_top {
   /*height: 42px;*/
   height: 35px;
   /*background: url(/gfx/subnav_bg.jpg) repeat-x bottom;*/
   background: url(/gfx/container_top_bg.jpg) repeat-x;
   border: 1px solid #505050;
   border-bottom: none;
}

#content {
   /* float: left; */
   min-height: 200px;
   padding: 15px;
   background-color: #fff;
   border: 1px solid #505050;
   border-top: none;
}

#arrow_left {
   display: none;
   float: left;
   width: 20px;
   height: 30px;
   margin-left: -25px;
   margin-top: 100px;
}

#arrow_right {
   display: none;
   float: right;
   width: 20px;
   height: 30px;
   margin-right: -25px;
   margin-top: 100px;
}

#totop {
   height: 20px;
   padding-top: 7px;
   text-align: center;
   border: 1px solid #505050;
   border-top: none;
   background: url(/gfx/totop_bg.jpg) repeat-x;
}

#totop a {
   text-decoration: none;
}

#info {
   margin-top: 20px;
   font-size: 0.95em;
   letter-spacing: 0.05em;
   line-height: 1.5em;
   color: #999;
}

#info ul {
   padding: 0;
}

#info li {
   display: inline;
   margin-right: 5px;
}

#info a {
   color: #999;
   text-decoration: none;
}

#info a:hover {
   text-decoration: underline;
}

/*************************************************************************
 *  Tabs
 *************************************************************************/

#tabs ul.nav {
   height: 33px;
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 1.1em;
   font-weight: bold;
   border-bottom: 1px solid #505050;
}

ul.nav li {
   display: block;
   float: left;
   padding-top: 9px;
}

ul.nav li.start_left {
   width: 10px;
   height: 23px;
   background: url(/gfx/tabs/start_left.jpg) no-repeat;
   border-top: 1px solid transparent;
   border-bottom: 1px solid #505050;
}

ul.nav li.start_middle {
   height: 23px;
   padding-left: 6px;
   padding-right: 6px;
   background: url(/gfx/tabs/start_middle.jpg) repeat-x;
   border-top: 1px solid #8c8c8c;
   border-bottom: 1px solid #505050;
}

ul.nav li.start_right {
   width: 10px;
   height: 23px;
   background: url(/gfx/tabs/start_right.jpg) no-repeat;
   border-top: 1px solid #8c8c8c;
   border-bottom: 1px solid #505050;
}

ul.nav li.start_left_active {
   width: 10px;
   height: 24px;
   background: url(/gfx/tabs/start_left_active.jpg) no-repeat;
   border-top: 1px solid transparent;
}

ul.nav li.start_middle_active {
   height: 24px;
   padding-left: 6px;
   padding-right: 6px;
   background: url(/gfx/tabs/start_middle_active.jpg) repeat-x;
   border-top: 1px solid #505050;
}

ul.nav li.start_right_active {
   width: 10px;
   height: 24px;
   background: url(/gfx/tabs/start_right_active.jpg) no-repeat;
   border-top: 1px solid #505050;
}

ul.nav li.follow_left {
   width: 10px;
   height: 23px;
   background: url(/gfx/tabs/follow_left.jpg) no-repeat;
   border-top: 1px solid #8c8c8c;
   border-bottom: 1px solid #505050;
}

ul.nav li.follow_middle {
   height: 23px;
   padding-left: 6px;
   padding-right: 6px;
   background: url(/gfx/tabs/follow_middle.jpg) repeat-x;
   border-top: 1px solid #8c8c8c;
   border-bottom: 1px solid #505050;
}

ul.nav li.follow_right {
   width: 10px;
   height: 23px;
   background: url(/gfx/tabs/follow_right.jpg) no-repeat;
   border-top: 1px solid #8c8c8c;
   border-bottom: 1px solid #505050;
}

ul.nav li.follow_left_active {
   width: 10px;
   height: 24px;
   background: url(/gfx/tabs/follow_left_active.jpg) no-repeat;
   border-top: 1px solid #505050;
}

ul.nav li.follow_middle_active {
   height: 24px;
   padding-left: 6px;
   padding-right: 6px;
   background: url(/gfx/tabs/follow_middle_active.jpg) repeat-x;
   border-top: 1px solid #505050;
}

ul.nav li.follow_right_active {
   width: 10px;
   height: 24px;
   background: url(/gfx/tabs/follow_right_active.jpg) no-repeat;
   border-top: 1px solid #505050;
}

ul.nav a {
   text-decoration: none;
}

ul.nav a.active {
   color: #000066;
}

ul.nav a:hover {
   color: #000066;
}

#tabs ul.subnav {
   height: 19px;
   margin: 0;  
   padding: 12px;
   list-style: none;
   font-size: 1.1em;
   background: url(/gfx/subnav_bg.jpg) repeat-x;
   border-left: 1px solid #505050;
   border-right: 1px solid #505050;
}

ul.subnav li {
   display: inline;
   margin-right: 5px;
}

ul.subnav a {
   color: #000066;
   text-decoration: none;
}

ul.subnav a:hover {
   text-decoration: underline;
}

ul.subnav a.active {
   font-weight: bold;
}

ul.subnav .spacer {
   color: #adadad;
}

ul.tabs {
   height: 27px;
   padding: 0;
   list-style: none;
   border-bottom: 1px solid #999;
}

ul.tabs li {
   display: block;
   float: left;
}

ul.tabs li.start {
   width: 5px;
   height: 27px;
   background: url(/gfx/tabs/tabs_start.jpg) repeat-x;
}

ul.tabs li.first {
   height: 20px;
   margin-right: 1px;
   padding: 7px 9px 0 6px;
   background: url(/gfx/tabs/tabs_follow.jpg) repeat-x;
}

ul.tabs li.follow {
   height: 20px;
   margin-right: 1px;
   padding: 7px 6px 0 6px;
   background: url(/gfx/tabs/tabs_follow.jpg) repeat-x;
}

ul.tabs li.end {
   height: 20px;
   padding: 7px 6px 0 6px;
   background: url(/gfx/tabs/tabs_follow.jpg) repeat-x;
   border-right: 1px solid #999;
}

ul.tabs a {
   color: #000066;
   text-decoration: none;
}

ul.tabs a:hover {
   text-decoration: underline;
}

ul.tabs a.active {
   font-weight: bold;
}

/*************************************************************************
 *  Boxes
 *************************************************************************/

.box {
   margin-bottom: 10px;
   border: 1px solid #505050;
}

.box a {
   text-decoration: none;
}

.box_head {
   height: 29px;
   background: url(/gfx/boxes/box_head_bg.jpg) no-repeat;
}

.box_head strong {
   margin: 0;
   padding: 7px 8px 0 8px;
   float: left;
   color: #000066;
   font-weight: bold;
   font-size: 1.1em;
}

.box_close {
   float: right;
   cursor: pointer;
}

.box_body {
   padding: 10px 6px 6px 6px;
   font-size: 0.95em;
   overflow: hidden;
   background: #fff url(/gfx/boxes/box_body_bg.jpg) no-repeat;
}

.box_body p {
   margin: 0;
   padding: 8px 8px 8px 8px;
}

.box_body ul {
   margin: 0;
   padding: 6px 0 0 0;
   list-style: none;
}

.box_body li {
   padding: 0 0 8px 8px;
}

.box_body li.help {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/help.jpg) no-repeat 8px 0;
}

.box_body li.contact {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/contact.jpg) no-repeat 8px 0;
}

.box_body li.friends {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/friends.jpg) no-repeat 8px 0;
}

.box_body li.invite {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/invite.jpg) no-repeat 8px 0;
}

.box_body li.bug {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/bug.jpg) no-repeat 8px 0;
}

.box_body li.petzen {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/petzen.jpg) no-repeat 8px 0;
}

.box_body li.nachricht_senden {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/nachricht_senden.jpg) no-repeat 8px 0;
}

.box_body li.feedback_ideen {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/feedback_ideen.jpg) no-repeat 8px 0;
}

.box_body li.add_website {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/add_website.jpg) no-repeat 8px 0;
}

.box_body li.profile_edit {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/profile_edit.jpg) no-repeat 8px 0;
}

.box_body li.profile {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/profile.jpg) no-repeat 8px 0;
}

.box_body li.settings {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/settings.jpg) no-repeat 8px 0;
}

.box_body li.add_blog_post {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/add_blog_post.jpg) no-repeat 8px 0;
}

.box_body a:hover {
   color: #000066;
   background-color: #a8c9f2;
}

.box_body li.register {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/register.jpg) no-repeat 8px 0;
}

.box_body li.login {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/login.jpg) no-repeat 8px 0;
}

.box_body li.stoebern {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/stoebern.jpg) no-repeat 8px 0;
}

.box_body li.website {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/website.jpg) no-repeat 8px 0;
}

.box_body li.favorites_add {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/favorites_add.jpg) no-repeat 8px 0;
}

.box_body li.inbox {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/inbox.jpg) no-repeat 8px 0;
}

.box_body li.friends_add {
   padding-left: 28px;
   padding-top: 2px;
   background: url(/gfx/icons/16/friends_add.jpg) no-repeat 8px 0;
}

.box_foot {
   width: 173px;
   height: 23px;
   font-size: 0.9em;
   background: url(/gfx/boxes/box_foot_bg.jpg) no-repeat;
}

#slide_top_tags {
   text-align: center;
}

.box_home_head {
   width: 516px;
   height: 13px;
   margin: 15px 0 0 13px;
   background: url(/gfx/boxes/box_home_head.jpg) no-repeat;
}

.box_home_body {
   width: 482px;
   height: 226px;
   margin-left: 13px;
   padding: 15px;
   text-align: left;
   background-color: #f4f4f4;
   border: 2px solid #b1b1b1;
   border-top: none;
}

.box_dashboard_head {
   /* width: 356px; */
   width: 335px;
   height: 21px;
   padding: 10px 0 0 15px;
   background: url(/gfx/boxes/box_dashboard_head_bg.jpg) no-repeat;
}

.box_dashboard_body {
   /* width: 357px; */
   width: 336px;
   height: 132px;
   padding: 10px 0 0 10px;
   background: url(/gfx/boxes/box_dashboard_body_bg.jpg) no-repeat;
   border: 2px solid #b1b1b1;
   border-top: none;
}

.box_home_body .box {
   width: 238px;
   height: 91px;
   padding: 15px;
   background-color: #fff;
   border: 1px solid #b1b1b1;
}

.box_users {
   width: 148px;
   height: 145px;
   margin: 0 15px 15px 0;
   padding: 10px;
   float: left;
   border: 1px solid #999999;
}

/*************************************************************************
 *  Ratings
 *************************************************************************/

.rating_total {
   width: 108px;
   height: 15px;
   padding-top: 2px;
   background: url(/gfx/ratings/rating_total_bg.jpg) no-repeat;
}

.rating_total .bar1 {
   float: left;
   width: 21px;
   height: 13px;
   margin-left: 2px;
}

.rating_total .bar1_active {
   float: left;
   width: 21px;
   height: 13px;
   margin-left: 2px;
   background: url(/gfx/ratings/rating_total_bar.jpg) no-repeat;
}

.rating_total .bar2 {
   float: left;
   width: 21px;
   height: 13px;
}

.rating_total .bar2_active {
   float: left;
   width: 21px;
   height: 13px;
   background: url(/gfx/ratings/rating_total_bar.jpg) no-repeat;
}

.rating_total .bar3 {
   float: left;
   width: 21px;
   height: 13px;
}

.rating_total .bar3_active {
   float: left;
   width: 21px;
   height: 13px;
   background: url(/gfx/ratings/rating_total_bar.jpg) no-repeat;
}

.rating_total .bar4 {
   float: left;
   width: 21px;
   height: 13px;
}

.rating_total .bar4_active {
   float: left;
   width: 21px;
   height: 13px;
   background: url(/gfx/ratings/rating_total_bar.jpg) no-repeat;
}

.rating_total .bar5 {
   float: left;
   width: 21px;
   height: 13px;
}

.rating_total .bar5_active {
   float: left;
   width: 21px;
   height: 13px;
   background: url(/gfx/ratings/rating_total_bar.jpg) no-repeat;
}

.rating_total_small {
   width: 78px;
   height: 12px;
   padding-top: 2px;
   background: url(/gfx/ratings/rating_total_small_bg.jpg) no-repeat;
}

.rating_total_small .bar1 {
   float: left;
   width: 15px;
   height: 8px;
   margin-left: 2px;
}

.rating_total_small .bar1_active {
   float: left;
   width: 15px;
   height: 8px;
   margin-left: 2px;
   background: url(/gfx/ratings/rating_total_small_bar.jpg) no-repeat;
}

.rating_total_small.bar2 {
   float: left;
   width: 15px;
   height: 8px;
}

.rating_total_small .bar2_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_total_small_bar.jpg) no-repeat;
}

.rating_total_small.bar3 {
   float: left;
   width: 15px;
   height: 8px;
}

.rating_total_small .bar3_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_total_small_bar.jpg) no-repeat;
}

.rating_total_small.bar4 {
   float: left;
   width: 15px;
   height: 8px;
}

.rating_total_small .bar4_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_total_small_bar.jpg) no-repeat;
}

.rating_total_small.bar5 {
   float: left;
   width: 15px;
   height: 8px;
}

.rating_total_small .bar5_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_total_small_bar.jpg) no-repeat;
}

.rating_detail {
   width: 78px;
   height: 12px;
   padding-top: 2px;
   background: url(/gfx/ratings/rating_detail_bg.jpg) no-repeat;
}

.rating_detail .bar1 {
   float: left;
   width: 15px;
   height: 8px;
   margin-left: 2px;
}

.rating_detail .bar1_active {
   float: left;
   width: 15px;
   height: 8px;
   margin-left: 2px;
   background: url(/gfx/ratings/rating_detail_bar.jpg) no-repeat;
}

.rating_detail .bar2 {
   float: left;
   width: 15px;
   height: 8px;
}

.rating_detail .bar2_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_detail_bar.jpg) no-repeat;
}

.rating_detail .bar3 {
   float: left;
   width: 15px;
   height: 8px;
}

.rating_detail .bar3_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_detail_bar.jpg) no-repeat;
}

.rating_detail .bar4 {
   float: left;
   width: 15px;
   height: 8px;
}

.rating_detail .bar4_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_detail_bar.jpg) no-repeat;
}

.rating_detail .bar5 {
   float: left;
   width: 15px;
   height: 8px;
}

.rating_detail .bar5_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_detail_bar.jpg) no-repeat;
}

.rating_detail .bar_active {
   float: left;
   width: 15px;
   height: 8px;
   background: url(/gfx/ratings/rating_detail_bar_active.jpg) no-repeat;
}

.rating_detail .bar_active_start {
   float: left;
   width: 15px;
   height: 8px;
   margin-left: 2px;
   background: url(/gfx/ratings/rating_detail_bar_active.jpg) no-repeat;
}

/*************************************************************************
 *  Tags
 *************************************************************************/

.tags .tag1 {
   font-size: 1em;
}

.tags .tag2 {
   font-size: 1.2em;
}

.tags .tag3 {
   font-size: 1.4em;
}

.tags .tag4 {
   font-size: 1.6em;
}

.tags .tag5 {
   font-size: 1.8em;
}

.tags a {
   padding: 1px;
   color: #000066;
   text-decoration: none;
}

.tags a:hover {
   color: #fff;
   background-color: #000066;
}

.tags_small .tag1 {
   font-size: 0.9em;
}

.tags_small .tag2 {
   font-size: 1em;
}

.tags_small .tag3 {
   font-size: 1.1em;
}

.tags_small .tag4 {
   font-size: 1.2em;
}

.tags_small .tag5 {
   font-size: 1.3em;
}

.tags_small a {
   padding: 1px;
   color: #000066;
   text-decoration: none;
}

.tags_small a:hover {
   color: #fff;
   background-color: #000066;
}

/*************************************************************************
 *  Websites
 *************************************************************************/

ul.websites {
   height: 20px;
   margin: 0;
   padding: 30px 0 0 20px;
   list-style: none;
   border-bottom: 1px solid #cbcbcb;
}

ul.websites li {
   width: 80px;
   float: left;
   padding: 3px 0 2px 0;
   text-align: center;
   border: 1px solid #cbcbcb;
   border-left: none;
}

ul.websites li a {
   text-decoration: none;
}

ul.websites li a:hover {
   font-weight: bold;
}

ul.websites li a.active {
   font-weight: bold;
}

ul.websites li.curve {
   width: 5px;
   height: 20px;
   padding: 0;
   background: url(/gfx/websites_tab.jpg) no-repeat;
   border: none;
   border-bottom: 1px solid #cbcbcb;
}

ul.websites li.start {
   padding-left: 5px;
}

ul.websites li.info {
   width: 200px;
   padding: 5px 0 0 10px;
   color: #000066;
   font-weight: bold;
   text-align: left;
   border: none;
}

ul.websites li.details {
   width: 102px;
   padding-top: 5px;
   text-align: right;
   border: none;
}

ul.websites li.details a {
   padding-left: 15px;
   background: url(/gfx/icons/12/arrow.gif) no-repeat 0 50%;
   text-decoration: underline;
}

ul.websites li.details a:hover {
   font-weight: normal;
   text-decoration: none;
}

/*************************************************************************
 *  Websites Stöbern
 *************************************************************************/

#content .search {
   width: 545px;
   height: 120px;
   margin: auto;
   text-align: left;
   padding: 20px 0 0 30px;
   background: url(/gfx/search_bg.jpg) no-repeat;
   border: 2px solid #cbcbcb;
}

#content .search_results {
   width: 565px;
   padding: 20px;
   text-align: left;
}

/*************************************************************************
 *  Rankings
 *************************************************************************/

#content .ranking_search {
   width: 515px;
   height: 150px;
   margin: auto;
   text-align: left;
   /* margin-top: 20px; */
   margin-bottom: 20px;
   padding: 10px 30px 0 30px;
   background: url(/gfx/search_bg.jpg) repeat-y;
   border: 2px solid #cbcbcb;
}

#content .ranking {
   padding: 20px;
   text-align: left;
}

/*************************************************************************
*  Slidebar & Slider
*************************************************************************/

.slidebar {
   width: 555px;
   height: 20px;
   margin: auto;
   text-align: left;
   margin-top: 20px;
   padding-left: 10px;
   background-color: #ededed;
}

.slidebar a {
   float: left;
   margin-right: 10px;
   padding-top: 3px;
   color: #000066;
   font-weight: bold;
}

.slidebar .slide {
   width: 480px;
   float: left;
   overflow: hidden;
}

.slidebar .slide ul {
   width: 480px;
   height: 20px;
   float: left;
   margin: 0;
   padding: 0;
   list-style: none;
}

.slidebar .slide li {
   float: left;
}

.slider {
   width: 560px;
   height: 130px;
   margin: auto;
   text-align: left;
   margin-top: 20px;

}

.slider .slide {
   width: 507px;
   height: 130px;
   float: left;
   overflow: hidden;
   margin: 0 10px 0 9px;
}

.slider .slide ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.slider .slide ul li {
   float: left;
   margin-right: 29px;
}

/*************************************************************************
 *  Login
 *************************************************************************/

#mask {
   position: absolute;
   display: none;
   width: 100%;
   height: 300%;
   top: 0px;
   bottom: 0px;
   opacity: 0.5;
   filter: Alpha(opacity=50);
   background-color: #a8c9f2;
}

#login {
   position: absolute;
   display: none;
   width: 370px;
   height: 190px;
   top: 50%;
   left: 50%;
   margin-top: -95px;
   margin-left: -200px;
   padding: 15px;
   border: 1px solid #505050;
   background: #fff url(/gfx/login_bg.jpg) no-repeat;
}

#login h1 {
   margin: 0;
   color: #000066;
   font-size: 1.5em;
}

/*************************************************************************
 *  Autocomplete
 *************************************************************************/

div.autocomplete {
   position: absolute;
   width: 250px;
   margin: 0;
   padding: 0;
   background-color: #fff;
   border: 1px solid #a5acb2;
}

div.autocomplete ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

div.autocomplete ul li.selected {
   background-color: #a8c9f2;
}

div.autocomplete ul li {
   display: block;
   height: 15px;
   margin: 0;
   padding: 2px;
   list-style-type: none;
   cursor: pointer;
}

div.website_suggests {
   position: absolute;
   width: 250px;
   margin: 0;
   padding: 0;
   background-color: #fff;
   border: 1px solid #a5acb2;
}

div.website_suggests ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

div.website_suggests ul li.selected {
   background-color: #a8c9f2;
}

div.website_suggests ul li {
   display: block;
   height: 30px;
   margin: 0;
   padding: 2px;
   list-style-type: none;
   cursor: pointer;
   font-size: 11px;
}

/*************************************************************************
 *  Postfach
 *************************************************************************/

#mailContacts div {
    margin: 2px;
    background-color: #CCCCCC;
    cursor: pointer;
}

#mailReceiver div {
    margin: 2px;
    background-color: #CCCCCC;
    cursor: pointer;
}

/*************************************************************************
 *  FZ-Logo
 *************************************************************************/

#fzlogo {
 display:inline;
 width:72px;
 height:73px;
 background-repeat:no-repeat;
 margin-left: 240px;
}
