body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
/*	background:#ffffff url(../grafik/bg_bodybox3.jpg) repeat-x;
    background-attachment:fixed;
*/
	background: #FBFBFB;
	background-image:-moz-linear-gradient(top, #7a78ab, #F5F5F5);
	background-image:-ms-linear-gradient(top, #7a78ab, #F5F5F5);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#7a78ab), to(#F5F5F5));
	background-image:-webkit-linear-gradient(top, #7a78ab, #F5F5F5);
	background-image:-o-linear-gradient(top, #7a78ab, #F5F5F5);
	background-image:linear-gradient(top, #7a78ab, #F5F5F5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a78ab', endColorstr='#F5F5F5');	
	background-attachment:fixed;
    min-height: 100%;
    height: auto;   
}
body.bodyprofil {
	background: #FBFBFB;
	background-image:-moz-linear-gradient(top, #F5F5F5, #7a78ab);
	background-image:-ms-linear-gradient(top, #F5F5F5, #7a78ab);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#7a78ab));
	background-image:-webkit-linear-gradient(top, #F5F5F5, #7a78ab);
	background-image:-o-linear-gradient(top, #F5F5F5, #7a78ab);
	background-image:linear-gradient(top, #F5F5F5, #7a78ab);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#7a78ab');	
	background-attachment:fixed;
}
a {
	color: #646296;
}
small {
	font-size: 10px;
}
hr {	
	border-bottom: 1px solid #C0C0C0;
	border-top:0px;
    padding: 0px;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;	
    height: 1px;
}
/* -------------------------- index_gast -------------------------- */
.index_gast_header {
	position:relative;
	width: 980px;
	height: 87px;
	margin-left:auto;
	margin-right:auto;
}
.index_gast_box {
	width: 100%;
	height: 780px;
	position:relative;
}
.index_gast_box_rel {
	width: 960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.index_gast_content {
	width: 960px;
	height: 450px;
	position:absolute;
   	z-index: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.index_gast_userbox {
	position:absolute;
	width: 478px;
	height: 400px;
	margin-top:10px;
	-moz-border-radius-topleft:  5px;  
   	-webkit-border-top-left-radius: 5px; 
    border-top-left-radius: 5px; 
	
	-moz-border-radius-bottomleft:  5px;  
   	-webkit-border-bottom-left-radius: 5px; 
    border-bottom-left-radius: 5px; 
}
.index_gast_thumb_userpics {
		width:100px; 
		height:100px; 
		float:left; 
		text-align: center; 
		margin:4px;
		
		background: #ffffff;
		
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
		
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		overflow:hidden;
		background-position: center;
}
.index_gast_thumb_box {
		background:#FFFFFF;
		width: 960px;
		height: 300px;
		
		border: 1px solid #DDDDDD;
		-moz-border-radius: 7px; 
		-webkit-border-radius: 7px; 
		-khtml-border-radius: 7px; 
		border-radius: 7px;	
	
		position:absolute;
		left:0px;
		top:450px;
		margin-left:auto;
		margin-right:auto;
		margin-top:17px;
}
#loginerror {
    left: 236px;
    position: absolute;
    top: 13px;
    width: 170px;
	display:none;
}
.index_gast_signupbox {
	position:absolute;
	z-index:1;
	width: 430px;
	min-height: 340px;
	left: 520px;
    top: 52px;
	text-align:center;
	background:#FFFFFF;
	background-image:-moz-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-ms-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F5F5F5));
	background-image:-webkit-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-o-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:linear-gradient(top, #ffffff, #F5F5F5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F5F5F5');	
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.index_gast_signupbox h1 {
	color: #787AAB;
    font-size: 26px;
    font-weight: normal;
    padding: 20px;
}
.index_gast_signupbox small {
	color: #666666;
    font-size: 12px;
}
.index_gast_signupbox small a {
		color:#666666;
		text-decoration:underline;
}
.index_gast_signup_form {
	width: 407px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.index_gast_thumb_box_content {
	padding: 20px;
	padding-left: 40px;
}
.index_gast_thumb_box_content h1 {
		font-size:16px;
		color: #9f538e;
}
/* -------------------------- index_gast -------------------------- */
/* -------------------------- nav -------------------------- */
#navbox {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -18px;
}
#navlogo {
	float: left;
	margin-top: 20px;
	height: 80px;
	width: 200px;
}
#navinfo {
	float: right;	
	margin-top: 10px;
	margin-bottom: 10px;	
	height: 94px;
	width: 730px;	
}
.t_layout {
	float:left;
	margin-left: 14px;
	color:#000000;
}
.li_layout {
	cursor: pointer;
    float: left;
    height: 14px;
    margin-left: 10px;
    margin-top: 2px;
    width: 14px;
}
.li_layout.lila {
	background: #8784B3;
}
.li_layout.lila.active {
	border: 1px solid #000000;
	margin-top: 1px;
}
.li_layout.orange {
	background: #FFAE00;
}
.li_layout.orange.active {
	border: 1px solid #000000;
	margin-top: 1px;
}
/* -------------------------- nav -------------------------- */

/* -------------------------- content -------------------------- */
#cbox {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	overflow:hidden;
	/*
	background:#F3F2F7;
	*/
	background: #ffffff;
	
	border: 1px solid #c0c0c0;
		
	-moz-border-bottom-right-radius: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
	-khtml-border-bottom-right-radius: 4px; 
	border-bottom-right-radius: 4px;
	
	-moz-border-bottom-left-radius: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-khtml-border-bottom-left-radius: 4px; 
	border-bottom-left-radius: 4px;

	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}	

#cmenu {   
	margin-top: 5px;
	margin-right: 4px;
	margin-left: 2px;	
	width: 164px;
	float: left;
}

#ccontent {
	margin-top: 0px;
	margin-left:10px;
	float: left;
	width: 640px;
	min-height:600px;
	margin-top:5px;
}
.ccontentbox {
	background-color: #FBFBFB;

	background-image:-moz-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-ms-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F5F5F5));
	background-image:-webkit-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-o-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:linear-gradient(top, #ffffff, #F5F5F5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F5F5F5');	
	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	text-align: center;

	border: 1px solid #DDDDDD;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	border-radius: 7px;	
}
.ccontentbox.formoption {
	border: 1px solid #CFCFCF;
	background-image:-moz-linear-gradient(top, #F7F7F7, #E2E2E2);
	background-image:-ms-linear-gradient(top, #F7F7F7, #E2E2E2);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F7F7F7), to(#E2E2E2));
	background-image:-webkit-linear-gradient(top, #F7F7F7, #E2E2E2);
	background-image:-o-linear-gradient(top, #F7F7F7, #E2E2E2);
	background-image:linear-gradient(top, #F7F7F7, #E2E2E2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#E2E2E2');	

}
.ccontentbox.bg_none {
	background: none;
	border: none;
}
.ccontentbox.bg_none_withborder {
	background: none;
}
.textbox {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 7px;
	padding: 0px;
	color: #000000;		
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.divider_h {
	border-bottom: 1px solid #F7F7F7;
    border-top: 1px solid #DCDCDC;
	clear: both;
    font-size: 0;
    height: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}
.divider_v {
    background: #F7F7F7;
    border-left: 1px solid #DCDCDC;
    float: left;
    height: 76px;
    margin-left: 0px;
    margin-right: 15px;
    width: 1px;
}
h2 {
	text-align:left;
	padding: 3px 7px 0px 7px;
	color: #9f538e;		
	font-size: 14px;
	font-weight: bold;
	clear:both;

}	
/* jq customize */
.ui-slider .ui-slider-range {
    background: #A29FCE;
}
.ui-slider .ui-slider-handle {
    background: #7471A0;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;	
	top: -5px;
	border: 1px solid #7471A0;
}
.ui-slider-horizontal {
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px;	
    height: 7px;
	margin-bottom: 4px;
}
/* bootstrap customize */
#suchkriterien select {
    border: 1px solid #BBBBBB;
    height: auto;
    padding: 2px;
	font-size:12px;
}
.navbar-inner {
	-moz-border-bottom-right-radius: 0px; 
	-webkit-border-bottom-right-radius: 0px; 
	-khtml-border-bottom-right-radius: 0px; 
	border-bottom-right-radius: 0px;
	
	-moz-border-bottom-left-radius: 0px; 
	-webkit-border-bottom-left-radius: 0px; 
	-khtml-border-bottom-left-radius: 0px; 
	border-bottom-left-radius: 0px;
}
.mf_progress {
	border: 1px solid #C5C5C5;
}
.mf_progress .bar {
    color: #000000;
    text-shadow: none;
}
.navbar .container.offline {
	margin-bottom: -15px;
}

.popover-title {
    display: none;
}
.popover-inner {
    background: none repeat scroll 0 0 #CC0000;
	width:200px;
}
.popover-content {
	background-color: #CC0000;
	color: #FFFFFF;
	padding:4px;
}
.popover.right .arrow {
    border-right: 5px solid #CC0000;
}

.breadcrumb {
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	border-radius: 7px;	
	color: #9f538e;	
	height:35px;
}
.breadcrumb strong {
    display: block;
	float: left;
    font-weight: bold;
    margin-top: 7px;
}

ul.nav.nav-pills.nav-stacked  {
	background-color: #FBFBFB;

	background-image:-moz-linear-gradient(top, #DDDDDD, #ffffff);
	background-image:-ms-linear-gradient(top, #DDDDDD, #ffffff);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#DDDDDD), to(#ffffff));
	background-image:-webkit-linear-gradient(top, #DDDDDD, #ffffff);
	background-image:-o-linear-gradient(top, #DDDDDD, #ffffff);
	background-image:linear-gradient(top, #DDDDDD, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#ffffff');	
	
    border: 1px solid #DDDDDD;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	border-radius: 7px;	
}

.nav-tabs > li > a {
    padding-bottom: 2px;
    padding-top: 2px;
	color:#000000;
}
.nav-pills > li > a {
    padding-bottom: 4px;
    padding-top: 4px;
	color:#000000;
	
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-khtml-border-radius: 0px; 
	border-radius: 0px;	
}

.nav-pills > li > a:hover {
    background: #DDDDDD;
}
.nav .nav-header {
	padding-left:11px;
    background: #8784B3;
    color: #ffffff;
    
    -moz-border-top-right-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-khtml-border-top-right-radius: 5px; 
	border-top-right-radius: 5px;	
    
    -moz-border-top-left-radius: 5px; 
	-webkit-border-top-left-radius: 5px; 
	-khtml-border-top-left-radius: 5px; 
	border-top-left-radius: 5px;	
    
    text-shadow: 0px 0px 0px;
}
.nav-tabs .nav-header {
	background: #828282;
    color: #FFFFFF;
}
.navbar .nav > li > a {
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #4B4A6A;
}
.navbar .divider-vertical {
    height: 43px;
    margin: 0;
}

.btn-toolbar {
    text-align: center;
}
.btn-primary {	
	background-image:-moz-linear-gradient(top, #7977AB, #9182B6);
	background-image:-ms-linear-gradient(top, #7977AB, #9182B6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#7977AB), to(#9182B6));
	background-image:-webkit-linear-gradient(top, #7977AB, #9182B6);
	background-image:-o-linear-gradient(top, #7977AB, #9182B6);
	background-image:linear-gradient(top, #7977AB, #9182B6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7977AB', endColorstr='#9182B6');	
}
.btn-profil {
	width:100px;
	height:14px;
	overflow: hidden;
}
.btn-100 {
	width:100px;
	overflow: hidden;
}
.btn-fb {
	display:block;
	width: 233px;
	height:25px;
	font-weight:bold;
	background:url(../grafik/fb_button_long.png) no-repeat;
	padding-top: 2px;
}
.btn-fb.short{
	display:block;
	width: 105px;
	height:25px;
	font-weight:bold;
	background:url(../grafik/fb_button_short.png) no-repeat;
	padding-top: 2px;
	text-align:center;
}
a.btn-fb {
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:none;
}

.box-profil-small {
	text-align:center;
}
ul .thumbnail {
	border: 0px;
	box-shadow: none;
	margin-bottom: -20px;
	position:relative;
}
.thumbnail-120 {
	overflow: hidden;	
	width:125px;
	height:210px;
	text-align:center;
}
.form-horizontal .control-group.signup {
    margin-bottom: 10px;
}
.form-horizontal .control-label {
    text-align: left;
	margin-left:3px;
	width:110px;
}
.form-horizontal .control-label.signupright {
	float:left;
    text-align: right;
	margin-right:10px;
	width:120px;
}
.form-horizontal .controls {
    margin-left: 110px;
}
.form-horizontal .controls.signup {
	float:left;
    margin-left: 0px;
}
.checkbox.inline.signup {
	min-width:75px;
}
.accordion {
    margin-bottom: -16px;
}
.input-select-small {
	width:115px;
}
.input-text-small {
	width:100px;
}
.table-striped tbody tr:nth-child(2n+1) th {
	border-top:  none;
	color: #9f538e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.table-striped tbody tr:nth-child(2n+1) th strong {
	display: block;
    margin-top: 7px;
	color: #9f538e;
}
input.zeichenuebrig {
	background: transparent;
	height: 14px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	border: 0px;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input.loading {
	background-image: url(../grafik/loading.gif);
	background-repeat:no-repeat;
	background-position: 185px;
}
.post_betreff {
	width:440px;
}
.post_msg {
	width:440px;
	height:150px;
}
.bold {
	font-weight:bold;
}
/* -------------------------- content -------------------------- */

/* -------------------------- profil -------------------------- */
.profilbox_bg {
	background-color:#F5F5F5;
	background-image:-moz-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-ms-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F5F5F5));
	background-image:-webkit-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-o-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:linear-gradient(top, #ffffff, #F5F5F5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F5F5F5');	
	
	border: 1px solid #8784B3;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	border-radius: 7px;	
}
.profilbox {
	width:900px;
	height:740px;
	margin:0px;
	padding:0px;
}
.profilmenu {
	position:absolute;
	overflow:hidden;
	text-align:center;
	width:220px;
	height:720px;
	left:10px;
	top:10px;
	position:relative;
}
.btn-profilmenu {
	width:180px;
	margin-bottom:5px;
	text-align:left;
}
.profilcontentbox {
	position:absolute;
	overflow:hidden;
	width:470px;
	height:720px;
	left:240px;
	top:10px;
}
.profilcontent {
    position: absolute;
    overflow: scroll;
	background: none;
	height: 645px;
    padding: 10px;
    top: 24px;
    width: 449px;
	overflow-x: hidden;
    overflow-y: scroll;
}
.profil_shortmsg {
	background: #F5F5F5;
    border-top: 1px solid #8784B3;
    font-weight: bold;
    height: 35px;
    left: 0;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    top: 672px;
    width: 458px;
}
.profilboxad {
    height: 200px;
	width:200px;
    left: 10px;
    top: 510px;
    position: absolute;
    text-align: center;
    overflow:hidden;
}
.profiladsky {
    height: 720px;
    left: 725px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 160px;
    overflow:hidden;
}
#primaryfoto {
	cursor:pointer;
}
h2.profil {
	font-size:13px;
    line-height: 18px;
	margin-bottom:10px;
	height:20px;
	padding-left:11px;
    background: #8784B3;
    color: #ffffff;
}
a.h2 {
	color:#9f538e;
}
/* fotolayer */
#fotoboxbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	padding: 0px;
	border: 0px solid #9B0202;
	filter:alpha(opacity=80); 
	opacity: 0.80;
	-moz-opacity:0.80;
	background-color: #000000;
	display:none;
	z-index:3;
}	
#fotobox {
	position: absolute;
	width: 900px;
	height: 722px;
	top: 0px;
	left:0px;
	padding: 0px;
	display:none;
	z-index:4;
}
#fotobigdiv {
	background:url(../grafik/loading.gif) center center no-repeat;
	height:600px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	z-index:4;	
}
#fotogallerybox {
	height:137px;
	width:900px;
	margin-top:1px;
	overflow-x:auto;
	overflow-y:hidden;	
	z-index:4;	
}
#fotogallery {
	height:122px;
	width:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:4;
}
.thumbgallery {
	padding:1px;
	cursor:pointer;
}
td.profile_title, .table-striped tbody tr:nth-child(2n+1) td.profile_title, .table-striped tbody tr:hover td.profile_title {
	background-color: #8784B3;
    color: #FFFFFF;
    font-weight: bold;
	padding:4px;
}
/* fotolayer */
/* -------------------------- profil -------------------------- */

/* post */
.postusername {
	width:115px;
}
.postdatum {
	width:100px;
}

.postusername.neu a, .postbetreff.neu a, .postdatum.neu a {
	font-weight:bold;
}
/* post */

/* -------------------------- ads -------------------------- */
#adboxbigsize {
	width: 728px;
	height:90px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: right;
}	
#adboxsky {
	width: 160px;
	height:640px;
	float: right;
	margin-top: 5px;
	margin-right: 7px;
	text-align: center;
	font-size: 9px;
	color: #595959;
}
/* -------------------------- ads -------------------------- */

/* -------------------------- foot -------------------------- */
#footTop {
	width: 960px;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
}
#footTop a {
	margin-right: 200px;
	padding: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#foot2 {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
}
#foot3 {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 10px;
}
#foot3content {
	text-align: center;
	font-size: 10px;
	color: #000000;
	margin-top: 0px;
}
#foot3content a {
	padding: 2px;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/* -------------------------- foot -------------------------- */


/***** misc *****/

.float-l {
	float: left;	
}	
.float-r {
	float: right;	
}	
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.paddingtop-5 {
	padding-top: 5px;
}
.padding-10 {
	padding: 10px;
}
.margintop-4 {
	margin-top: 4px;
}
.margintop-9 {
	margin-top: 9px;
}
.margintop-11 {
	margin-top: 11px;
}
.marginleft-5 {
	margin-left: 5px;
}
.marginleft-9 {
	margin-left: 9px;
}
.marginleft-10 {
	margin-left: 10px;
}
.marginleft-20 {
	margin-left: 20px;
}
.marginright-10 {
	margin-right: 10px;
}
.marginbottom-10 {
	margin-bottom: 10px;
}
.marginbottom-minus5 {
	margin-bottom: -5px;
}
.margintop-minus7 {
	margin-top: -7px;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.float-right {
	float:right;
}
.box-5 {
	width: 5%;
	padding-bottom:10px;
	float:left;
}
.box-8 {
	width: 8%;
	padding-bottom:10px;
	float:left;
}
.box-12 {
	width: 12%;
	padding-bottom:10px;
	float:left;
}
.box-15 {
	width: 15%;
	padding-bottom:10px;
	float:left;
}
.box-17 {
	width: 17%;
	padding-bottom:10px;
	float:left;
}
.box-18 {
	width: 18%;
	padding-bottom:10px;
	float:left;
}
.box-20 {
	width: 20%;
	padding-bottom:10px;
	float:left;
}
.box-23 {
	width: 23%;
	padding-bottom:10px;
	float:left;
}
.box-25 {
	width: 25%;
	padding-bottom:10px;
	float:left;
}
.box-27 {
	width: 27%;
	padding-bottom:10px;
	float:left;
}
.box-30 {
	width: 30%;
	padding-bottom:10px;
	float:left;
}
.box-33 {
	width: 33%;
	padding-bottom:10px;
	float:left;
}
.box-37 {
	width: 37%;
	padding-bottom:10px;
	float:left;
}
.box-40 {
	width: 40%;
	padding-bottom:10px;
	float:left;
}
.box-44 {
	width: 44%;
	padding-bottom:10px;
	float:left;
}
.box-48 {
	width: 48%;
	margin-bottom:10px;
	float:left;
}
.box-50 {
	width: 50%;
	margin-bottom:10px;
	float:left;
}
.box-54 {
	width: 54%;
	margin-bottom:10px;
	float:left;
}
.box-60 {
	width: 60%;
	margin-bottom:10px;
	float:left;
}
.box-63 {
	width: 63%;
	margin-bottom:10px;
	float:left;
}

.box-70 {
	width: 70%;
	margin-bottom:10px;
	float:left;
}
.box-78 {
	width: 78%;
	margin-bottom:10px;
	float:left;
}
.box-80 {
	width: 80%;
	margin-bottom:10px;
	float:left;
}
.box-85 {
	width: 85%;
	margin-bottom:10px;
	float:left;
}
.box-95 {
	width: 95%;
	margin-bottom:10px;
	float:left;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.none {
	display:none;
}
#table {
    display: table;
}

#table.p100 {
	width:100%;
}
#table.p80 {
	width:80%;
}

#table .row {
    display: table-row;
}

#table .col {
	display: table-cell;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	padding-right: 10px;
}
#table .col:first-child {
	padding-top: 10px;
	width:100px;
	font-weight: bold;
}

#table.list {
    display: table;
	text-align:center;
	margin:auto;
}

#table.list .col:first-child {
	display: table-cell;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	padding-right: 10px;
}
/***** misc *****/

/***** USERLISTEN *****/
.userliste {
	width: 641px; 
	height: 120px;
	margin-top:10px;
	margin-bottom:10px;	
	margin-left: auto;
	margin-right: auto;	
}
.userliste .foto {
	width: 120px;
	height: 120px;
	float:left;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	
	background-color: #FBFBFB;
	background-image:-moz-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-ms-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F5F5F5));
	background-image:-webkit-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-o-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:linear-gradient(top, #ffffff, #F5F5F5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F5F5F5');	
	position:relative;
}
.userliste .content {
	width: 510px;
	height: 119px;
	float:left;
	margin-left:7px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: #FBFBFB;
	background-image:-moz-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-ms-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F5F5F5));
	background-image:-webkit-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-o-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:linear-gradient(top, #ffffff, #F5F5F5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F5F5F5');	

	cursor:pointer;
	text-align:left;
	font-size: 11px;
}
.userliste .content .contentuser {
	padding:5px;
}
.userliste .content .contentuser hr {	
	border-top:0px;
	border-bottom: 1px solid #DDDDDD;
    padding: 0px;
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 7px;	
    height: 1px;
}
.userliste .content .contentuser .list-title {
	width: 100px;
	min-height: 20px;
	margin:0px;
	padding:0px;
	float:left;
	font-weight:bold;
}
.userliste .content .contentuser .list-value {
	width: 148px;
	min-height: 20px;
	margin:0px;
	padding:0px;
	float:left;
}
.userliste .content .contentuser .list-value-long {
	width: 380px;
	height: 20px;
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
}
.username {
	color: #574f8a;
}

select.menuuserlist {
	width:164px;
}

select.menuuserlist option {
    border-bottom: 1px solid #C0C0C0;
    color: #000000;
    margin-left: -8px;
    padding: 3px;
    padding-left: 14px;
}
.profilthumb {
	width:145px; 
	height:200px; 
	float:left; 
	text-align: center; 
	margin:7px;
	position: relative;
	background: #ffffff;
	
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.profilthumb img {
	margin-top:10px;
}

img.flag {
	margin-top:-1px;
}

.profilthumb-close {
	margin-top:1px;
	margin-bottom:-10px;
}
/***** End USERLISTEN *****/

/***** postnotify *****/
#postnotify {
	position:fixed;
	display:none;
	top:10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px;	
	color:#000000;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	background: #FFFFCC;
	border: 1px solid #000000;
	padding:10px;
	width:235px;
	height:50px;
	z-index:9999999;
}
#postnotify a {
	color:#000000;
	font-weight:normal;
}
/***** postnotify *****/

/***** fotoupload *****/
#jQFZ {
	position: absolute;
	display:none;
	padding:5px;
	max-width:250px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	border-radius: 7px;	
	text-align:left;
	z-index:3;
	
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: #FBFBFB;
	background-image:-moz-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-ms-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F5F5F5));
	background-image:-webkit-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:-o-linear-gradient(top, #ffffff, #F5F5F5);
	background-image:linear-gradient(top, #ffffff, #F5F5F5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F5F5F5');	
}

#upload {
	float:left;
	margin-right:5px;
	margin-top:3px;
	width:35px;
}

#progressbar_full {
	float:left;
	overflow:auto;
	height:20px;
	width: 230px;
	background:#c0c0c0;
	text-align:center;
	color:#FFFFFF;
	border: 1px #ffffff solid;
	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;	
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	.filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#progressbar {
	height:20px;
	width:0px;
	background:green;
	background-position: 0px -10px;
}
/***** fotoupload *****/

/***** toggle *****/
.jQtoggle {
	display: block;
	width: 69px;
	height: 20px;
	cursor:pointer;
	background: none;
	margin-bottom:5px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-khtml-border-radius: 2px; 
	border-radius: 2px;	
}
.jQtoggle.On {
	background-image: url(../grafik/itoggle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.jQtoggle.Off {
	background-image: url(../grafik/itoggle.png);
	background-repeat: no-repeat;	
	background-position: -40px 0px;
}
.dummytoggle {
	display: block;
	width: 69px;
	height: 20px;
	cursor:pointer;
	background: none;
	margin-bottom:5px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-khtml-border-radius: 2px; 
	border-radius: 2px;	
}
.dummytoggle.On {
	background-image: url(../grafik/itoggle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.dummytoggle.Off {
	background-image: url(../grafik/itoggle.png);
	background-repeat: no-repeat;	
	background-position: -40px 0px;
}
/***** toggle *****/

/***** mmf ****/
.mmf_freund {
	float: left;
    height: 300px;
    text-align: center;
    width: 140px;
  	margin: 3px;
    padding: 4px;
    border: 1px solid #c0c0c0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.horoskope {
	float: left;
    height: 100px;
    padding: 5px;
    width: 95px;
}
/***** mmf  ****/
/***** sdw  ****/
.sdw_foto {
	width: 210px;
	height: 210px;
	padding: 10px;
	float: left;
}
.sdw_title {
	width: 80px;
	height: 10px;
	padding: 10px;
	float: left;
	text-align: left;
	font-weight: bold;
}
.sdw_text {
	width: 280px;
	padding: 10px;
	float: left;
	text-align: left;
}
/***** sdw  ****/

/*** geo ***/

.geolistdiv {
	width:530px; 
	height:350px;
	overflow-y:scroll;
	overflow-x: hidden;
}

.geolistdiv a {
	display: block;
	width:513px; 
	height:20px;
	font-size:16px;
	color:#000000;
	font-size:16px;
	margin-bottom: 1px;	
}

.geolistdiv a:hover {
	background:#c0c0c0;
	text-decoration:none;
}

.geolistdiv.loading {
	background-image: url(../grafik/loading.gif);
	background-repeat:no-repeat;
	background-position: center center;
}

 #search_slider_box {
			width: 500px;
			margin-top: 10px;
			margin-bottom: 30px;
		}
		#search_slider_city {
			float:left;
		}
		#search_slider_country {
			float:right;
		}
		.disabled_text {
			color:#CCCCCC;
		}
/*** geo ***/

/*** suche ***/
#toggle_search {
	background: none repeat scroll 0 0 #E2E2E2;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    margin-bottom: -26px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    text-align: center;
    width: 150px;
}
/*** suche ***/

/* -------------------------- edit profile segmente -------------------------- */
.segmentbox {
	margin-bottom:20px;
}

span.segment {
	color: #818181;
}

textarea.segment {
	width:430px;
	height:60px;
}
textarea.segment_long {
	width:565px;
	height:60px;
	margin: 5px;
}
input.segment {
	width:565px;
	height:20px;
	margin:5px;
}
input.segment_text {
	width:430px;
}
input.segment_text_short {
	width:225px;
}
select.segment_select {
	width:130px;
}
select.segment_select_long {
	width:220px;
}
span.textlimit {
	color: #000000;
    float: right;
    margin-right: 5px;
    text-align: right;
	font-size:10px;
}
span.textlimit.red {
	color:#FF0000;
}

/* -------------------------- edit profile segmente -------------------------- */

/* -------------------------- icons_mf -------------------------- */

span.icon_form {
    width: 20px;
    height: 20px;
	padding-left: 25px;
}
span.icon_form.user {background:url(../grafik/icons_form/glyphicons_003_user.png) no-repeat;}
span.icon_form.girl {background:url(../grafik/icons_form/glyphicons_004_girl.png) no-repeat;}

span.icon_mf {
    width: 35px;
    height: 35px;
	margin-right: 10px;
    float: left;
}

span.icon_mf.heart {background:url(../grafik/icons_mf/heart.png)}
span.icon_mf.auction {background:url(../grafik/icons_mf/auction.png)}
span.icon_mf.online {background:url(../grafik/icons_mf/online.png)}
span.icon_mf.new {background:url(../grafik/icons_mf/new.png)}
span.icon_mf.visitor {background:url(../grafik/icons_mf/visitor.png)}
span.icon_mf.friends {background:url(../grafik/icons_mf/friends.png)}
span.icon_mf.invite {background:url(../grafik/icons_mf/invite.png)}
span.icon_mf.favourite {background:url(../grafik/icons_mf/favourite.png)}
span.icon_mf.star {background:url(../grafik/icons_mf/star.png)}
span.icon_mf.stars {background:url(../grafik/icons_mf/stars.png)}
span.icon_mf.vcard {background:url(../grafik/icons_mf/vcard.png)}
span.icon_mf.credits {background:url(../grafik/icons_mf/credits.png)}
span.icon_mf.post {background:url(../grafik/icons_mf/post.png)}
span.icon_mf.postfolder {background:url(../grafik/icons_mf/postfolder.png)}
span.icon_mf.handy {background:url(../grafik/icons_mf/handy.png)}
span.icon_mf.ignore {background:url(../grafik/icons_mf/ignore.png)}
span.icon_mf.setting {background:url(../grafik/icons_mf/setting.png)}
span.icon_mf.search {background:url(../grafik/icons_mf/search.png)}
span.icon_mf.photo {background:url(../grafik/icons_mf/photo.png)}
span.icon_mf.birthday {background:url(../grafik/icons_mf/birthday.png)}
span.icon_mf.chat {background:url(../grafik/icons_mf/chat.png)}
span.icon_mf.forum {background:url(../grafik/icons_mf/forum.png)}
span.icon_mf.toplist {background:url(../grafik/icons_mf/toplist.png)}
span.icon_mf.twitter {background:url(../grafik/icons_mf/twitter.png)}

/* -------------------------- icons_mf -------------------------- */

/* -------------------------- twitter -------------------------- */
.tweet,
.query {
	font: 120% Georgia, serif;
	color: #085258;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		background-color:#FFFFFF;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #646296;
			}
		
		.tweet_list .tweet_even {
			background-color:#EFEFEF;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}

/* -------------------------- twitter -------------------------- */
#photo_slider {
	width: 989px;
	height:82px;
	margin-left:3px;
	overflow: hidden;
	position:relative;
}
#photo_add {
	width:140px;
	height:80px;
	position:absolute;
	margin-top:1px;
	cursor:pointer;
	top:0px;
	left:0px;
	background:url(../grafik/photo_slider_add.png);
	overflow:hidden;
	z-index:9;
}
#photo_add_text {
	color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 28px;
    text-decoration: underline;
}
#photo_box {
	min-width:996px;
	height:82px;
	position:absolute;
	top:0px;
	left:26px;
	overflow:hidden;
	z-index:1;
}
.photo_slide {
	margin-top:1px;
	maegin-left:2px;
	float:left;
	width:83px;
	height:81px;
}
#photo_end {
	width:40px;
	height:80px;
	position:absolute;
	margin-top:1px;
	top:0px;
	left:949px;
	background:url(../grafik/photo_end.png);
	z-index:9;
}
/* -------------------------- photo_slider -------------------------- */

/* thumb bar */
#tb_box {
	width:990px;
	margin:auto; 
	height:60px;
	margin-bottom:10px;
	margin-top:5px;
	overflow:hidden;
	position:relative;
}
#tb_add {
	background:url(../grafik/tb_add.png) no-repeat;
	width:114px;
	height:60px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
}
#tb_add a {
	display: block;
    margin-left: 11px;
    margin-top: 21px;
	color:#FFFFFF;
}
#tb_slidebox {
	position:absolute;
	background:#F5F5F5;	
	overflow: hidden;
	margin-left: 4px;
	left:90px;
	height:60px;
	width:894px;
	z-index:1;
}
#tb_imgbox {
	position:absolute;
	left:0px;
	height:60px;
	width:0;
}
img.tb_pic {
	width:60px;
	height:60px;
	margin-left: 1px;
    margin-right: 1px;
}
img:hover.tb_pic {
	width:58px;
	height:58px;
	margin-left: 1px;
    margin-right: 1px;
	border:1px solid #FFFFFF;
}
#tb_scroll {
	background:url(../grafik/tb_scroll_r.png) no-repeat;
	background-position: 10px 14px;
	width:25px;
	height:60px;
	position:absolute;
	top:0px;
	left:955px;
	z-index:2;
	display:none;
}
#tb_scroll.flip {
	background:url(../grafik/tb_scroll_l.png) no-repeat;
	background-position: 10px 14px;
	left:102px;
	display:none;
}
#tb_scroll a {
	display: block;
    height: 60px;
    width: 25px;
}
a.tb_close {
	color: #9E519E;
    font-weight: bold;
    left: -6px;
    position: absolute;
    text-decoration: none;
    top: -20px;
}
#tb_close_add {
	color: #9E519E;
    font-weight: bold;
    right: 10px;
    position: absolute;
    text-decoration: none;
    top: 5px;
}
a:hover.tb_close {
	color: #ffffff;

}
#tb_overlay {
	display:none;
	background: #7270A1;
    height: 58px;
    left: 92px;
    position: absolute;
    width: 884px;
	border: 1px solid #5B5980;
	color:#FFFFFF;
    z-index: 3;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Safari, Chrome */
	-khtml-border-radius:8px; /* Konqueror */
	border-radius:8px; /* CSS3 */
}
#tb_overlay a {
	color:#FFFFFF;
}
#tb_overlay_text {
    left: 38px;
    position: absolute;
    top: 22px;
}
#tb_overlay_text input.subw {
	margin-top:-3px;
	margin-left:12px;
	margin-right: 12px;
}

.prefix_div {
    background: none repeat scroll 0 0 #DADADA;
    border: 1px solid #B3B3B3;
	border-right: none;
    color: #000000;
    font-size: 14px;
	float:left;
	height: 18px;
    padding: 10px;
    min-width: 50px;
}

input[type="text"].prefix {
	border: 1px solid #B3B3B3;
	border-left: none;
	width:200px; 
	height:30px;
	font-size:14px; 
	font-weight:bold;
	padding-left: 10px;
}

/* Post threads: posteingang */
.thread {
	height: 72px;
	margin-bottom: 10px;
	clear: both;
}
.threadbox {
	background-color: #E7E7E7;
	background-image:-moz-linear-gradient(top, #ffffff, #E7E7E7);
	background-image:-ms-linear-gradient(top, #ffffff, #E7E7E7);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#E7E7E7));
	background-image:-webkit-linear-gradient(top, #ffffff, #E7E7E7);
	background-image:-o-linear-gradient(top, #ffffff, #E7E7E7);
	background-image:linear-gradient(top, #ffffff, #E7E7E7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E7E7E7');	
	border: 1px solid #DDDDDD;	
	float:left;
	height:60px;
    width: 609px;
	padding: 5px;
	margin-bottom: 10px;
	cursor:pointer;
	line-height: 14px;
}
.unread {
	background-color: #CBCBCB;
	background-image:-moz-linear-gradient(top, #F9F9F9, #CBCBCB);
	background-image:-ms-linear-gradient(top, #F9F9F9, #CBCBCB);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#CBCBCB));
	background-image:-webkit-linear-gradient(top, #F9F9F9, #CBCBCB);
	background-image:-o-linear-gradient(top, #F9F9F9, #CBCBCB);
	background-image:linear-gradient(top, #F9F9F9, #CBCBCB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#CBCBCB');	
}
.threadbox:hover {
	box-shadow: 0 1px 4px 0 #cccccc;
	-moz-box-shadow: 0 1px 4px 0 #cccccc;
	-webkit-box-shadow: 0 1px 4px 0 #cccccc;
}
.threadboxvip {
	border: 1px dotted #FFD700;
}
.thread .checkbox {
	float:left;
	height:20px;
	width:0px;
	margin-top: 25px;
}
.thread .pic {
	width:70px;
	float:left;
}
.thread .username {
	height:30px;
	float:left;
	font-size: 14px;
	width: 257px;
}
.thread .date {
	height:30px;
	float:right;
	text-align:right;
	font-size: 10px;
	width: 280px;
}
.thread .subject {
	float:left;
	height: 30px;
	margin-bottom: 5px;
	-moz-opacity: 0.60;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.subjectlink {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.fadingbg {
	background: #c0c0c0;
	background-image:-moz-linear-gradient(top, #c0c0c0, #ffffff);
	background-image:-ms-linear-gradient(top, #c0c0c0, #ffffff);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#c0c0c0), to(#ffffff));
	background-image:-webkit-linear-gradient(top, #c0c0c0, #ffffff);
	background-image:-o-linear-gradient(top, #c0c0c0, #ffffff);
	background-image:linear-gradient(top, #c0c0c0, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#ffffff');	
}

/* Post threads: Unterhaltung */
.membertextonly {
	position: absolute;
	width:100%;
	text-align:center;
}
.blurtext {
	color: transparent; 
	color: rgba(0, 0, 0, 0);
	text-shadow:0 0 4px #000000;
    -moz-text-shadow:0 0 4px #000000;
    -webkit-text-shadow:0 0 4px #000000;
}
.mf_thread_progress {
    position:relative;
}
.mf_thread_progress.own {
    background: #DFDFDF;
	margin-top: -1px;
}
.mf_thread_progress hr {
	margin:0px;
}
.mf_thread_progress .pic {
	width:70px;
	float:left;
	margin-top: 10px;
	margin-left:10px;
}
.progressbox {
	float:left;
	min-height:60px;
    width: 553px;
	margin-top: 10px;
    margin-bottom: 10px;
	position:relative;
	text-align: left;
}
.mf_thread_progress .userandsubject {
	float: left;
    min-height: 16px;
    width: 410px;
	margin-bottom: 10px;
}
.mf_thread_progress .date {
	height:20px;
	float:right;
	text-align:right;
	width:130px;
	margin-right: 10px;
	cursor:default;
}

.mf_thread_progress .msg {
	float:left;
}

#progress_loading {
	height: 120px;
	background-image: url(../grafik/loading2.gif);
	background-repeat:no-repeat;
	background-position: center center;
}

#progress_action {
	position:absolute;
	background: #E9E9E9;
	text-align:left;
	border: 1px solid #000000;
	width: 180px;
	top: -11px;
	left:0px;
	z-index: 100;
}

.progress_del {
	position:absolute;
	background:#E9E9E9;
	text-align:left;
	border: 1px solid #FFFFFF;
	min-width: 143px;
	top: 18px;
	left:409px;
	z-index:2;
}

a.action {
	text-decoration: none;
	display: block;
    text-decoration: none;
	padding:8px;
}
a.action:hover {
	background:#c0c0c0;
}

a.button-action:hover {
  color: #ffffff;
  text-decoration:none;
  cursor:pointer;
}

.button-action {
    background-color:#CCCCCC;
    border: 1px solid #000000;
    color: #000000;
    font-size: 12px;
    padding: 4px 12px 4px 8px;
    text-decoration: none;
}

#edit_subject {
	cursor:pointer; 
	margin-top: 7px;
	margin-bottom: 7px;
}

#postwrite_subject {
	margin-top: 7px;
	display:none;
}

.last5th_all_active {
	border-top: 2px solid #ffffff;
	margin-top: -2px;
}
/* profil verfied */
#profil_verified {
	position: absolute;
	right: 3px;
    top: 25px;
}
.userbox_index {
	position:relative;
}
.profil_profil_verified {
	position:absolute;
	top:-3px;
	right:12px;
}
.thumb_profil_verified,
.tbumb_box {
	display: block;
    float: left;
    position: relative;
}
.profil_verified_thumb {
	position:absolute;
	top:2px;
	right:3px;
}
.profil_verified {
    position: absolute;
	right: 1px;
	    top: 3px;
}
/* echtheitsprüfung */

.verify_notice {
	width:100px;
	height:75;
	background:url(../grafik/verify_notice.png) no-repeat;
	color: #000;
    font-weight: bold;
	height: 80px;
    text-align: center;
}
.verify_notice .text {
    padding-right: 11px;
    padding-top: 24px;
}
