@charset "utf-8";
/* CSS Document */
html{
    background: #5c5c5c none repeat scroll 0 0;
}

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	background-color:#282828;
	margin:0;
	padding:0;
	margin:auto;
	width:960px;
	}

p{
	margin: 0;
	padding: 0;
}
	
.headertext {
	background-color: #282828;
}
.titel{
	color: #FFFFFF;
	font-size: 26px;
	text-align: center;
}

.untertitel{
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;	
}
.nav{
	background:#282828 url(../img/bg_top.gif) top repeat-x;
	padding:5px 3%;
	clear: both;
	}

.nav_center{
	background:#282828 url(../img/bg_top.gif) top repeat-x;
	padding:5px 5%;
	text-align: center;
	margin-top: 10px;
	}
	
.nav a, .nav_center a, .btn{
	padding:4px 15px;
	display:inline-block;
	background:#9A0001 url(../img/bg_btn.gif) top repeat-x;
	color:#FFF;
	-moz-text-shadow: 0px -1px 1px #000;
	-webkit-text-shadow: 0px 0px 1px #000;
	text-shadow: 0px -1px 1px #000;
	text-decoration:none;
	color:#FFF;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
.btn_back{
	float:right;
	margin-right:2px;
	-moz-border-radius: 4px 0  0  4px !important ;
	-webkit-border-radius: 4px 0  0  4px !important ;
	border-radius: 4px 0  0  4px !important ;
	}
.btn_next{
	float:right;
	-moz-border-radius: 4px 4px 4px 4px !important ;
	-webkit-border-radius: 4px 4px 4px 4px !important ;
	border-radius:  4px 4px 4px 4px !important ;
	}
	
.clearboth {
    clear: both;
}

img{
	border:3px;
	}

.content_rahmen{
	background-color:#282828;
	width:100%;
}

.content{
	width: 320px;
	float: left;
}

.content_tab{
	margin:auto;
	width:310px;
	}
	
#content_right .content_tab{
	width: 420px;
}
	
.content_tab a img{
	width:100%;
	}
.content_tab a{
	display:block;
	background:#FFF;	
	}
.content_tab a:last-child{
	display:block;
	/*background:#FFF url(../img/list_arrow.gif) center right no-repeat;*/
	border-bottom:#CCC 1px solid;
	padding:10px;
	text-decoration:none;
	color:#333;
	-moz-border-radius: 0 0 4px 4px !important ;
	-webkit-border-radius: 0 0 4px 4px !important ;
	border-radius: 0 0 4px 4px !important ;
	border:none !important ;
	margin-bottom:12px;
	}

.content_tab .frage{
	display:block;
	font-size:18px;
	font-weight:normal;
	padding: 0px;
	margin: 0px
}

.content_tab .fragetext{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#999;
	padding: 10px 20px 10px 5px;
	margin: 0px;
	}

.content_tab2 small{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#999;
	padding: 10px 0px 12px 10px;
}

.content_tab2{
	width: 400px;
	display:block;
	background:#FFF;
	margin:5px auto;
	padding: 10px 10px 10px 10px;
}

.watchnow {
    background: url("../img/bg_btn.gif") repeat-x scroll center top #9A0001;
    border: 0 solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #333333;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    margin: 5px 2px 10px 0;
    padding: 2px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666666;
}

.detail_button {
    background: url("../img/bg_btn.gif") repeat-x scroll center top #9A0001;
    border: 0 solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #333333;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    margin: 5px 2px 10px 0;
    padding: 2px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666666;
}

.fragevon_index{
	color: #000033; 
	font-size:10px;
}

.fragevon{
	color:#000033;
	font-size:11px;
	text-decoration:none;
	margin-bottom:10px;
}

.themenlinks{
	color: #808080;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: right;
	text-decoration: none;
}

.themenlinks a{
	color:#808080;
}

#themenunten a{
	color:#808080;
}

.kommentarbox_leer {
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 65px 10px 65px;
	width: 290px;
	margin: 5px auto;
	text-align: center;
}

.kommentarbox {
	background-color: #FFF;
	padding: 10px 65px 10px 65px;
	width: 290px;
	margin: 5px auto;
}

.ukommentarbox {
	background-color: #FFF;
	padding: 10px 15px 10px 35px;
	width: 290px;
	margin: 0px auto;
	border-left: 1px solid #000000;
	text-align: left;
}

.ukommentarbox_leer {
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px 10px 35px;
	width: 290px;
	margin: 0px auto;
	border-left: 1px solid #000000;
	text-align: center;
}

.ukomrahmen .showkommentare{
	font-size:14px; 
	text-decoration:underline; 
	cursor: pointer;
}

.indextitel {
	background-color: #282828;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	width: 930px;
	margin: 5px auto;
	text-align: center;
}

.topthemen{
	background-color: #ffffff;
	font-size: 18px;
	color: #333333;
	margin: 5px auto;
	padding: 5px 10px;
	width: 930px;
}

.kommentartitel {
	background-color: #282828;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	width: 400px;
	margin: 5px auto;
	text-align: center;
	border:1px solid #FFF;
}

/* Kommentar Formular */
.benutzernameform{
	border: 2px solid #000000;
	height: 18px;
	width: 284px;
}

.kommentartextform{
	border: 2px solid #000000;
	width: 284px;
}

.submitform{
	border: 1px solid #000000;
	width: 150px;
	height:28px;
	font-size:17px;
	text-align: center;
	line-height:26px;
	margin:10px 0px;
}

/* Vote Box */
.votebox {
	background-color: #282828;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	width: 400px;
	margin: 5px auto;
	border:1px solid #FFF;
}

.votetext{
	float:left;
	display: block;
	width:140px;
	line-height: 40px;
}

#voteup{
	height:40px;
	width:75px;
	float:left;
	line-height:40px;
	text-align: right;
	margin-right:5px;
	position: relative;
}

#votedown{
	height:40px;
	width:75px;
	float:left;
	line-height:40px;
	text-align: right;
	position: relative;
}

.votelinkup:hover {
	background-position: 0 0 !important; 
}

.votelinkup {
	background: url('/img/votebutton.gif') no-repeat scroll 0 0; 
	background-position: 0 -80px !important; 
	border: 0 none !important;
	cursor: pointer;
	display: block;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0; 
	height:40px; 
	width:40px;
}

.votelinkdown:hover {
	background-position: 0 -40px !important; 
}

.votelinkdown{
	background: url('/img/votebutton.gif') no-repeat scroll 0 0; 
	background-position: 0 -120px !important; 
	border: 0 none !important;
	cursor: pointer;
	display: block;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0; 
	height:40px; 
	width:40px;
}

/* Sharebox */

.sharebox {
	background-color: #282828;
	padding: 5px 10px 5px 10px;
	width: 400px;
	margin: 5px auto;
	border:0px solid #FFF;
	text-align: center;
}

.kommentartext {
	color: #393939;
	font-size: 14px;
	margin: 10px 10px 0px 0px;
}

.benutzername {
	font-size: 14px;
	font-weight: bold;
	background-color: #F0F0F0;
}

fieldset{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.kommentarzeit {
	font-size: 11px;
	border-bottom: 1px solid #000000;
}

.kommentarrating {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}

.kommentarerror {
	font-size: 10px;
	color: #FF0033;
}

.footer {
	font-size:12px;
	color:#ffffff;
	text-align:center;
}
.footer a {
	font-size:12px;
	color:#ffffff;
	text-align:center;
}

.profile {
	width: 310px;
	background-color: #000000;
	margin: 5px auto;
	border: 0px solid #282828;
}

.profile .profilthumb {
	float: left;
	width: 100px;
	margin: 0px 5px 0px 0px;
	padding: 0;
}

.profile .profilthumb_last {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0;
}

/* Kommentarbox */
.einblenden{
	text-decoration:underline;
	cursor: pointer;
}

.profillink{
	text-decoration:none;
	color:#333;
}

.profilicon{
	width:15px;
	height:14px;
	border:0px;
}

.msgicon{
	width:19px;
	height:14px;
	border:0px;
}

.daumenpic{
	padding: 0px;
	border: none;
	cursor: pointer;
	width: 15px;
	height: 18px;
}

.daumenpic:hover {
	width: 20px;
	height: 24px;
}

.daumenzahl{
	font-size:12px;
	color:#990033;
}

.showkommentarform{
	font-size:14px;
	text-decoration:underline;
	cursor: pointer;
	padding-top:5px;
	font-weight:bold;
}

.ukomrahmen{
	text-align:right;
	margin-top:5px;
}

/* UKom Box*/

/* Search */

.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}

/* anchor */

#anchor {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 30px;
    padding: 10px;
    background: black;
    color: white;
	border: 1px solid #ffffff;
}

#anchor a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

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

/* tooltip */

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px; font-size: 12px;}
a.tooltip:hover span{display:inline; position:absolute; margin-top: -15px; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

.profilbutton {
	width: 40px;
	float: right;
}
