body {
    margin: 0px;
    padding: 25px 0px;
    font: 14px Arial;
    color: #000;
    background: #ccc url(../images/background.jpg) no-repeat top center;
}

p {
    margin: 0px;
    padding: 7px 0px;
    line-height: 22px;
    color:#222;
}

ul, ol {
    margin: 0px 0px 0px 40px;
    padding: 7px 0px;
    line-height: 22px;
    color: #222;
}

hr {
    margin: 15px auto;
    width: 65%;
    border: 0px;
    border-top: 1px solid #999;
}

a:focus { outline: 0; }
a	{ color: #2580a2; text-decoration: none; }
a:hover	{ text-decoration: underline; }

br.left	{ clear: left; }
br.right{ clear: right; }
br.both { clear: both; }
.x      { clear: both; }

#vote {
    margin: 0 5px 13px 0;
    padding: 15px 5px 5px 15px;
    display: block;
    border: 1px solid #ccc;
    float: left;
    width: 290px;
}

#vote_info {
    float: left;
    display: block;
    clear: both;
    padding: 3px 0;
    font-weight: normal;
    width: 150px;
}

#vote label {
    font-size: 0.9em;
    width: 135px;
    padding: 0px;
    margin-bottom: 10px;
}

.fakecheck {
    display: block;
    float: left;
    margin: -10px 5px 13px 0;
    height: 26px;
    width: 26px;
    color: #222;
    background: url(../images/checkbox.png) no-repeat;
    border: 1px solid #ccc;
}

.fakecheck:hover {
    text-decoration: none;
    border: 1px solid #aaa;
}

.fakechecked {
    background-position: left -26px;
}

.fakecheck_text {
    display: block;
    float: left;
    margin: -10px 0px 0px 0px;
    padding-top: 3px;
}

.tBody {
    margin: 7px 0px;
    border: 0px;
    color: #222;
}

.tBody td {
    padding: 5px;
}

.tBody .tHead {
    background-color: #666;
    color: #FFF;
    font-weight: bold;
}

.tBody .tNorm {
    background-color: #eeeeee;
}

.tBody .tMite {
    background-color: #f9f9f9;
}

.comment {
    background: #aaa;
    padding: 1px;
    margin: 7px 0px 14px 0px;
}

.comment .author {
    background-color: #eeeeee;
    margin-bottom: 1px;
    width: 100%;
}

.comment .author p {
    float: left;
    margin: 0px;
    padding: 3px;
    line-height: 22px;
    color:#333;
    font-weight: bold;
}

.comment .text {
    background-color: #f9f9f9;
    width: 100%;
}

.comment .text p {
    margin: 0px;
    padding: 3px;
    line-height: 22px;
    color:#222;
}

.rating_bar, .rating_bar div {
    width: 80px;
    position: relative;
    height: 16px;
    background: url(../images/jquery.ui.stars.gif) repeat-x 0 -32px;
}

.rating_bar.p {
    float: right;
    margin: 5px;
    cursor: pointer;
}

.rating_bar.dialog {
    float: left;
    margin: 3px 0px;
}

.rating_bar div {
    position: absolute;
    background-position: 0 -48px;
}

.dialog_text {
    float: left;
    width: 150px;
    margin: 3px 0px;
}

h1 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    color: #333;
    font-size: 1.5em;
}

h2 {
    margin: 25px 0px 0px 0px;
    padding: 0px;
    color: #333;
    font-size: 1.2em;
}

h3 {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    color: #666;
    font-size: 1em;
    width: 410px;
}

h3 span {
    float: left;
}

label { float: left; display: block; clear: both; padding: 3px 0; font-weight: normal; width: 150px; }
p.captcha label { padding-top: 0px; }
input.text, textarea, select { float: left; margin: 0 5px 10px 0; padding: 5px; width: 300px; border: 1px solid #ccc; }
textarea { height: 200px; }
select { width: 266px; }
input.radio {  }
input:focus { border-color:#aaa; }
textarea:focus { border-color: #aaa; }

a.submit, input.submit {
    font: 12px Arial;
    color: #000;
    border: 1px solid #aaa;
    background-color: #ccc;
    padding: 3px;
    margin: 5px;
    cursor: pointer;
}

a.submit {
    padding: 4px 6px;
}

a.submit:hover {
    text-decoration: none;
}

/* SPEZIELL FUER LOGIN UND REGISTER */
.login .error { font-size: 10px; color: #880000; margin: 0 0 10px 150px; }
.login p.submit { margin-left: 145px; }
/* SPEZIELL FUER LOGIN UND REGISTER END */


#container {
    width: 800px;
    margin: 0px auto;
    position: relative;
    background: #333333;
}

.left_content {
    float: left;
    width: 590px;
}

.menu {
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    font-weight:bold;
}

.menu ul{
    background:#333333;
    height:35px;
    list-style:none;
    margin:0;
    padding:0;
}

.menu li{
    float:left;
    padding:0px;
}

.menu li a{
    color:#cccccc;
    display:block;
    font-weight:normal;
    line-height:35px;
    margin:0px;
    padding:0px 25px;
    text-align:center;
    text-decoration:none;
}

.menu li a:hover, .menu ul li:hover a{
    background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
    color:#FFFFFF;
    text-decoration:none;
}

.menu li ul{
    background:#333333;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:225px;
    z-index:200;
    /*top:1em;
    /*left:0;*/
}

.menu li:hover ul{
    display:block;
}

.menu li li {
    background:url('../images/sub_sep.gif') bottom left no-repeat;
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:225px;
}

.menu li:hover li a{
    background:none;
}

.menu li ul a{
    display:block;
    height:35px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding:0px 10px 0px 15px;
    text-align:left;
}

.menu li ul a:hover, .menu li ul li:hover a{
    background:#2580a2 url('../images/hover_sub.gif') center left no-repeat;
    border:0px;
    color:#ffffff;
    text-decoration:none;
}

.menu p{
    clear:left;
}

.content {
    background: #FFF;
    min-height: 430px;
    padding: 5px 5px 0px 5px;
}

.left_content.footer {
    width: 580px;
    background: #FFF;
}

.right_content {
    float: right;
    width: 210px;
    font-size: .8em;
    text-align: center;
    color: #cccccc;
}

.right_content #countdown {
    margin: 10px 0px 7px 0px;
    background-image: url('../images/girl_logo.jpg');
    width: 210px;
    height: 238px;
}

.right_content #countdown #box {
    background-image: url('../images/countdown.png');
    position: relative;
    top: 180px;
    margin: 0px 15px;
    border: 1px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #555;
    padding: 5px;
}

.right_content #countdown #box span {
    font-size: 1.2em;
}

.right_content.footer {
    width: 200px;
}

.right_content p {
    padding: 15px 0px 0px 0px;
}

.footer {
    padding: 5px;
}

.footer a {
    color: #cccccc;
}

.footer a:hover {
    color: #fff;
}

.clear {
    clear: both;
}

/* Sponsoren */
.sponsors a {
    margin-right: 12px;
    text-decoration: none;
}

.sponsors img {
    border: none;
}

/* Fixed Positioned AddThis Toolbox */
.addthis_toolbox.atfixed {
    position: fixed;
    top: 10%;
    left: 20px;
    border: 1px solid #eee;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding-bottom: 5px;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }

