/*
// CSS Created by: Shabu Anower
// OSDesigner.net
*/

body {

	margin: 0px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color:#CC0000;
}

img {
	border: 0px;
}

	a {
		color: #fff;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}

h1, h2, h3, h4 {
	margin: 0;
	font-size: 11px;
}

#container {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 2px 2px 2px 2px;
	text-align:center;
	background-color:#FF3300;
	border-right-style: solid;
	border-right-color:#000000;
	border-right-width: thin;	
	border-left-style: solid;
	border-left-color:#000000;
	border-left-width: thin;	
}

.header {
	margin: 0 0 0 0;
	width: 100%;
}
	.header h1 {
		margin: 0 0 0 0;
	}

	.header p {
		float: right;
		margin: 0;
	}

.bar {
	background: url('bar.bg.gif');
	height: 37px;
	margin: 5px 0 5px 0;
}	
	.bar h3 {
		background: url('bar.end.gif') no-repeat right;
		float: right;
		margin: 0px;
		width: 30px;
		height: 27px;
		padding: 10px 0 0 0;
	}

	.bar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.bar li {
		padding:0;
		margin: 0;
		height: 37px;
		display: inline;
		float:left;
		list-style-type: none;
	}
	
	.bar li a {
		color: #303030;
		text-decoration: none;
	}
	
	.bar li a:hover {
		color: #4c90ca;
		text-decoration: none;
	}
	
#home {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	}

	a#home {
			overflow:hidden;
			display:block;
			width:70px;
			height:27px;
			padding: 10px 0 0 10px;
			background:url('bar.start.gif') no-repeat;
	}
	
	a#home:hover {
		background:url('bar.start.gif') no-repeat 0px -37px;
		}
	
	.common {
		padding: 0px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;
	}
	
	a.common {
		overflow:hidden;
		display:block;
		height:27px;
		padding: 10px 10px 0 10px;
		float: left;
	}
	
	a.common:hover {
		background:url('bar.bg.gif') no-repeat center -37px;
	}


.thumb {
	border: 1px solid #e8e8e8;
	background: #d3d3d3;
	cursor: pointer;
	padding: 14px;
	height: 120px;
}

.thumb2 {
	border: 1px solid #cde0f0;
	background: #fff;
	cursor: pointer;
	padding: 14px;
	height: 120px;/* Or any suitable height*/
}


.row1 {
	background-color:#6E6E6E;
}

.row2 {
background-color:#595959;
}


.info {
	border: 1px solid #cde0f0;
	background: #edf4fa;
	padding: 6px 6px 6px 14px;
	margin: 10px 0 0 0;
}
	.info p {
		margin: 0 0 3px 0;
	}

.user {
	background: url('profile.gif') no-repeat;
	padding: 0 0 0 22px;
	height: 16px;
	color: #666666;	
}

.comment {
	background: url('comment.gif') no-repeat;
	padding: 0 0 0 22px;
	height: 16px;
	color: #666666;
}
.category {
	background: url('cat.folder.gif') no-repeat;
	padding: 0 0 0 22px;
	height: 16px;
	color: #666666;
}




.search {
	 margin: 0 2px 0 0; padding: 4px 0 0 4px; border: 1px solid #696969; font-size: 12px; font-weight: bold; background: none; color: #4c90ca; height: 16px; width: 150px;
}

.button {
	margin: 0 4px 0 0;
	border: 0px;
	background: url('buttons.gif') no-repeat;
	width: 71px;
	height: 20px;
	color: #303030;
	font-size: 11px;
}
.button2 {
	margin: 0 0px 0 0;
	border: 0px;
	background: url('six_1.gif') no-repeat;
	width: 300px;
	height: 35px;
	color: #fff;
	font-size: 16px;
}

.go {

	border: 0px;
	background: url('buttons.gif') no-repeat;
	width: 130px;
	height: 20px;
	font:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	 display:inline; 
	 margin:0px; 
	 margin-bottom:0;
}

.box {
	border-left: 2px dotted #ffffff;
	border-right: 2px dotted #fff;
	padding: 4px;
	width: 160px;
	font-size: 11px;
	background-color: #303030;
}
	.box a {
		color: #D3D3D3; text-decoration: none;
	}
	.box a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	.box ul {
		margin: 0;
		padding: 0;
	}
	
	.box li {
		list-style-type: none;
		margin: 0 0 0 3px;
		padding: 0 0 4px 20px;
		background: url('blt.gif') no-repeat;
	}
	.box p {
		margin: 0 0 0 3px;
		padding: 0 0 4px 20px;
		background: url('blt.gif') no-repeat;
		text-align: left;
	}
	.boxcaption {
		background: url('box.caption.gif') no-repeat;
		padding: 6px 0 0 0px;
		height: 20px;
		width: 172px;
		color: #fff;
		font:Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
	font-weight: bold;
	text-align:center;
	}
	
	.boxbottom {
		background: url('box.bottom.gif') no-repeat;
		width: 172px;
		height: 7px;
		margin: 0px;
	}
	
.pagingstats2 {
}
	.pagingstats2 p {
		margin: 6px 0 10px 0;
		font-weight: normal;
		padding: 0;
	}

.pagination {
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

	.pagination ul {
		font-size: 12px;
		margin: 10px 0 10px 0;
		padding: 0px;
		text-align: left;
	}
	.pagination li {
		display: inline;
		list-style-type: none;
		padding-bottom: 1px;
	}
	.pagination a {
		color: #4c90ca;
		border: #e8e8e8 1px solid;
		padding: 5px;
		margin: 0 0 0 3px;
		text-decoration: none;
	}

	.pagination a:hover {
		border: #4c90ca 1px solid;
		color: #696969;
		text-decoration: none;
	}
	
.pagingon {
		color: #0000FF;
		border: #cde0f0 2px solid;
		padding: 5px;
		margin: 0 0 0 0;
		text-decoration: none;
	}
	
.padding {
	padding: 0 5px 0 0px;
}

.caption {
	background: url('caption.bg.gif') repeat-x bottom;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
    color: #D3D3D3;
	margin: 0;
}
	.caption p {
		background: url('caption.left.gif') no-repeat left;
		padding: 6px 0 0 10px;
		height: 20px;
		color: #D3D3D3;
		margin: 0;
	}

	.caption a {
		color: #D3D3D3; text-decoration: none;
	}
	
	.caption a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	.caption h3 {
		background: url('caption.right.gif') no-repeat right;
		float: right;
		margin: 0px;
		font-size: 10px;
		height: 20px;
		padding: 6px 6px 0 0;
	}
	
	.caption h2 {
		background: url('caption.right.gif') no-repeat right;
		float: right;
		margin: 0px;
		font-size: 10px;
		height: 20px;
		padding: 0;
	}
	.caption h4 {
		background: url('caption.right.gif') no-repeat right;
		float: right;
		margin: 0px;
		font-size: 10px;
		height: 26px;
		padding: 0 15px 0 0;
	}

.contentbox {
	border-left: 2px dotted #fff;
	border-right: 2px dotted #fff;
	padding: 3px;
	font-size: 11px;
	background-color: #303030;
}
	.contentbox a {
		color: #D3D3D3; text-decoration: none; font-size: 11px;
	}
	.contentbox a:hover {
		text-decoration: underline;
		color: #fff;
	}

.contenttext {
	margin: 0px;
	padding: 2px 0 3px 0;
}

.contentbottom {
	background: url('contentbottom.bg.gif') repeat-x bottom;
	height: 7px;
	margin: 0;
}
	.contentbottom p {
		margin: 0;
	}

	.contentbottom span {
		float: right;
	}



.content {
	margin: 0 16px 0 10px;
}
	.content ul {
		margin: 0;
		padding: 0;
	}

	.content li {
		list-style-type: none;
		margin: 0 0 0 3px;
		background: url('blt.gif') no-repeat;
		padding: 0 0 4px 20px;
	}
	
.text {
	border: 1px solid #303030;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 360px;
	color: #696969;
}

.textarea {
	border: 1px solid #303030;
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	width: 360px;
	color: #696969;
}

.textpy {
	border: 1px solid #303030;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 80px;
	color: #696969;
}

.captcha {
	border: 1px solid #303030;
	background: url('../images/loader.gif') no-repeat center;
}

#copyright {
	text-align: left;
	white-space: nowrap;
}
	#copyright br {
		display: none;
	}


.fbox {
	border: 1px solid #4c90ca;
	padding: 10px;
	background: #f9fcf5;
	margin: 5px 5px 10px 5px;
}

.lbox {
	margin: 0 5px 25px 5px;
}

.footer {
	background: url('footer.bg.gif') repeat-x top;
	color: #C0C0C0;
	height: 37px;
	margin: 0 0 15px 0;
}
	.footer p {
		margin: 0;
		padding: 11px 0 0 10px;
		background: url('footer.left.gif') no-repeat;
		height: 26px;
	}
	.footer h3 {
		background: url('footer.right.gif') no-repeat right;
		height: 26px;
		float: right;
		margin: 0px;
		padding: 11px 10px 0 0;
		font-weight: normal;
	}
	.footer a {
		color: #C0C0C0; text-decoration: none;
	}
	.footer a:hover {
		color: #fff; text-decoration: underline;
	}
	
	
.pagingstats {
	color: #696969;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
}
	.pagingstats p {
		margin: 0;
		padding: 2px 0 0 0;
	}
	
	.pagingstats h3 {
		float: right;
		font-weight: bold;
		margin: 0;
		font-size: 11px;
	}
	
	.pagingstats a {
		font-size: 11px; color: #4c90ca; text-decoration: none;
	}
	.pagingstats a:hover {
		text-decoration: underline;
	}
	
.colorborder {
	border: 1px solid #696969;
	margin: 0 4px 0 4px;
}

.nav {
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}
	.nav p {
		margin: 0;
		padding: 2px 0 0 0;
	}
	
	.nav h3 {
		float: right;
		margin: 0;
		font-size: 11px;
	}
	
	.nav a {
		font-size: 11px; color: #4c90ca; text-decoration: none;
	}
	.nav a:hover {
		text-decoration: underline;
	}

form {
	Margin: 0;
}

.cat {
	background: url('folder.gif') no-repeat;
	padding: 0 0 0 22px;
	font-size: 10px;
	font-weight: bold;
	color: #4c90ca;
	margin: 0 0 6px 0;
}
	.cat a {
		font-size: 11px; color: #4c90ca; text-decoration: none;
	}
	.cat a:hover {
		text-decoration: underline;
	}
	.cat span {
		font-size: 9px;
		padding: 0 0 0 4px;
	}
	
.new {
	font-size: 9px;
	padding: 0 0 0 4px;
	color: #FF0000;
}	

.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #696969;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
}

.os {
	color: #3d4c53;
	font-weight: bold;
}
	.os a {
		color: #3d4c53; font-size: 11px; text-decoration: none;
	}
	.os a:hover {
		text-decoration: underline;
	}
	
.design {
	color: #982a05;
	font-weight: bold;
}
	.design a {
		color: #982a05; font-size: 11px; text-decoration: none;
	}
	.design a:hover {
		text-decoration: underline;
	}
	

/*---headerneustart---*/
.kopf {
padding:0; 
margin: 3px 0 5px 0; 
list-style:none; 
height:95px; 
background:url(header2009.jpg);
}

.kopflinks {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	height:95px;
	width:394px;
	background:url(headerlinks.jpg);
	repeat-y;	
	background-color: #FF3300;
}
.kopfrechts {
	float:right;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	height:95px;
	width:580px;
	background:url(headerrechts.jpg);
	no-repeat;	
	background-color: #FF3300;
}
/*---headerneuende---*/

/*--- top menü neu start---*/
.preload1 {background: url(six_0a.gif);}
.preload2 {background: url(six_1a.gif);}

.eckelinks {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	height:35px;
	width:35px;
	background:url(eckelinks_0.gif);
	repeat-y;	
	background-color: #FF3300;
}
.eckerechts {
	float:right;
	padding:11px 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	height:24px;
	width:35px;
	background:url(eckerechts_0.gif);
	no-repeat;	
	background-color: #FF3300;
}
#nav {padding:0; margin: 5px 0 5px 0; list-style:none; height:38px; background:#ff3300 url(six_0.gif) repeat-x; position:relative; z-index:200; font-family:Georgia, "Times New Roman", Times, serif;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(six_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(six_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(six_0a.gif) no-repeat right top;}

#nav li:hover a.top_link,
#nav a.top_link:hover
{color:#fff; background: url(six_1.gif) no-repeat;}
#nav li:hover a.top_link span, 
#nav a.top_link:hover span
{background:url(six_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{background:url(six_1a.gif) no-repeat right top; padding-bottom:3px;}

#nav table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:1px; top:38px; background: #50b5d0; padding:3px; border:2px dotted #0b4d97; white-space:nowrap; width:140px; height:auto; z-index:300;}
#nav :hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:140px; font-weight:normal;}
#nav :hover ul.sub li a
{display:block; font-size:11px; height:18px; width:138px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #50b5d0;}
#nav li ul.sub li a.fly
{background:#50b5d0 url(arrow.gif) 80px 6px no-repeat;}
#nav :hover ul.sub li a:hover 
{background:#3f96a9; color:#fff; border-color:#fff;}
#nav :hover ul.sub li a.fly:hover
{background:#3f96a9 url(arrow_over.gif) 80px 6px no-repeat; color:#fff;}

#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid #ff6; cursor:default;}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:89px; top:-4px; background: #50b5d0; padding:3px; border:1px dotted #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover > ul
{left:90px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}
#nav li:hover > ul ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav li:hover li:hover > a.fly
{background:#3f96a9 url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 
#nav li:hover li:hover > li a.fly
{background:#50b5d0 url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#50b5d0;} 

/*--- top menü neu ende---*/
/*---profil---*/
.xsnazzy h1, .zsnazzy h1, .xsnazzyr h1 {
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
font-size:10px;
}
.xsnazzy {
background: transparent; 
width: 480px; 
float:left; 
margin:0 3px;
}
.xsnazzyr {
background: transparent; 
width:auto; 
float:right; 
margin:5px 3px;
}
.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
height:1px;
}

.color_a1 {
background:#c9ba65;
color:#fff;
}
.color_a2 {
background:#7072BE;
color:#fff;
}
.color_a3 {
background:#FF80C0;
color:#fff;
}
.color_a4 {
background:#95717B;
color:#fff;
}
.color_a5 {
background:#55B07E;
color:#fff;
}
.color_a6 {
background-color:#ABB6D1;
color:#fff;
}
.color_a7 {
background-color:#F28966;
color:#fff;
}
.color_a8 {
background-color:#666666;
color:#fff;
}
.color_a9 {
background-color:#CD1076;
color:#fff;
}
.color_a10 {
background-color:#FF1493;
color:#fff;
}
.color_a11 {
background-color:#ff0000;
color:#fff;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}
.profiltable {
width:100%;
max-width:480px;
}
.profilzeile {
background-color:#6E6E6E;
}
.profilzeile1 {
background-color:#6E6E6E;
}
.profilzeile2 {
background-color:#595959;
}
.profillinkertext {
width:150px;
padding:0 0 0 10px;
vertical-align:top;
}
.profillinkertextrot {
width:150px;
padding:0 0 0 10px;
vertical-align:top;
border: 1px dotted #DD3309;
}
.profillinkertextgelb {
width:150px;
padding:0 0 0 10px;
vertical-align:top;
border: 1px dotted #FAFCA0;
}
.profillinkertextgruen {
width:150px;
padding:0 0 0 10px;
vertical-align:top;
border: 1px dotted #88F78B;
}
.profilrechtertext {
padding:0 10px 0 10px;
vertical-align:top;
}
.profilrechtertextrot {
padding:0 10px 0 10px;
vertical-align:top;
border: 1px dotted #DD3309;
}
.profilrechtertextgelb {
padding:0 10px 0 10px;
vertical-align:top;
border: 1px dotted #FAFCA0;
}
.profilrechtertextgruen {
padding:0 10px 0 10px;
vertical-align:top;
border: 1px dotted #88F78B;
}
.profilbilder {
float:right;
}
/*---profilende---*/
.friendlistzeile {
	text-align: center;
	vertical-align:middle;
	line-height: inherit;
}
.friendlistzeile2 {
	text-align: center;
	vertical-align:middle;
	line-height: inherit;
		font-size: 12px;
	font-weight: bold;
}
.smilie {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none; cursor:hand;
}
/*---thumbnail_bit---*/
.thumbnail_bit_toggle {
  background: url('bg_dia.png');
  background-position:0% 0px;
  border: 1pt dotted;
  border-color: #fff;
  width:150px;
  padding: 2px 0px 2px 2px;
  margin: 2px 0px 2px 2px;
  }
.thumbnail_bit {
  background: url('bg_dia.png');
  background-position:0% 0px;
border: 1pt dotted;
  border-color: #fff;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 2px 2px;
  text-align:center;
  width:154px;
  }
.thumbnail_bit a {
  background:transparent;
  }
.thumbnail_bit a:hover {

  }
.thumbnail_bit_top {
  height: 14px;
  background: url('topmenu.png');
  background-position:0% -12px;
  padding: 0 0 0 3px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps; 
  color: #FFFFFF;
  }
.thumbnail_bit_zellen {
  height: 14px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-weight: bold;
  font-variant: small-caps; 
  color: #FFFFFF;
  margin: 2px 2px 2px 2px;
  overflow:hidden;
}
.thumbnail_bit_zellen a{
color: #ffffff;
border-bottom: 1px dotted #ffffff; text-decoration: none
}
.thumbnail_bit_zellen a:hover{
color: #ff0000;
}
.thumbnail_bit_head {
  background: url('head3.png') repeat-x;
  height: 25px;
  padding: 3 10 5 10;
}
.thumbnail_bit_lightbox_button {
  text-align: right;
  margin: -17px 2px 0px 0px;
}
.thumbnail_bit_textright {
  margin: -12px 0 10px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps; 
  color: #ffffff;
  text-decoration: none;
  text-align: right;
}
.thumbnail_bit_thumbnailcontainer {
	width: 100px;
	height:100px;
	align: center;
	vertical-align: center;
	line-height: 110px;
}
.thumbnail_bit_thumbnail {
	width: 100px;
	height: 100px;
	overflow: hidden;
	line-height: 110px;
}
/*---thumbnail_videobit---*/
.thumbnail_bit_video {
  background: url('bg_dia.png');
  background-position:0% 0px;
  border: 1pt dashed;
  border-color: #ffffff;
  padding: 10px;
  min-height: 150px;
  }
.thumbnail_bit_videothumbnailcontainer {
max-width:160px;
}
.thumbnail_bit_videothumbnail {
width: 160px; 
max-height: 155px; 
overflow: auto;
}
.thumbnail_bit_videotextright {
  margin: -5px 10 10px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps; 
  color: #ffffff;
  text-decoration: none;
  text-align: right;
}
.thumbnail_bit_videotop {
  height: 25px;
  VERTICAL-ALIGN: middle;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps; 
  color: #FFFFFF;
  }
.thumbnail_bit_videozellen {
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps; 
  color: #FFFFFF;
  padding:0px 0px 0px 10px;
}
.thumbnail_bit_videolightbox_button {
	background: url('caption.bg.gif') repeat-x bottom;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
    color: #D3D3D3;
	margin: 0px 0px 0px 10px;
}
.thumbnail_bit_videolightbox_button h2{
  		float: right;
		margin: 0px;
		font-size: 10px;
		height: 26px;
		padding: 0px 0px 0 0;
}
.thumbnail_bit_videolightbox_button p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps; 
  color: #FFFFFF;

  		padding: 6px 0 0 10px;
		height: 20px;

		margin: 0;
}
/*---thumbnail_videobit---*/
/*---top_uploaders---*/
.topuploadertable {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #92C428;
  width:100%;
  }
.topuploadertable caption {
	text-align: center;
	font: bold 18px;
	background: transparent;
	padding:6px 4px 8px 0px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
  }
.topuploadertable td, .topuploadertable th {
	border: 1px dotted #03476F;
	padding: 0.4em;
	color: #363636;
	line-height:100px;
	text-align:center;
	max-width:100px;
	max-height:100px;
	overflow:hidden;
  }

.topuploadertable thead th, .topuploadertable tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: center;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  height:40px;
  }
.topuploadertable tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
.topuploadertable tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
.topuploadertable tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
.topuploadertable tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.topuploadertable tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.topuploadertable tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
.topuploadertable tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
.topuploadertable tbody tr:hover th,
.topuploadertable tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  }

.editprofil_top {
float:left;
padding: 5px 10px 5px 5px;
}
.editprofil_top a {
	color:#ffffff;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.editprofil_top a:hover {
	color:#000000;
}
.msg0 { 
background-color: #FFCECE; 
color: #2F6B9D; 
} 
.msg1 { 
background-color: #CEFFDD; 
color: #2F6B9D; 
} 

.msg_good { 
  background-color: #CEFFDD; 
  font-weight: bold; 
   border: 1px solid #5E6C80; 
   padding: 3px 3px 3px 3px ; 
   margin: 3px 0px 3px 0px ; 
} 

.msg_error { 
  background-color: #FFCECE; 
  font-weight: bold; 
   border: 1px solid #5E6C80; 
   padding: 3px 3px 3px 3px ; 
   margin: 3px 0px 3px 0px ; 
} 

.msg_plain { 
  background-color: transparent; 
  font-weight: bold; 
   border: 1px solid #5E6C80; 
   padding: 3px 3px 3px 3px ; 
   margin: 3px 0px 3px 0px ; 
} 
/*--BBCode--------------------------------------------------*/ 
input.bbcbutton { 
   background-color : #EFEFEF; 
   color : #000000; 
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
} 
.helpline { 
  width: 300px; 
  height: 30px; 
  overflow: hidden; 
   background-color: transparent; 
   border-style: none; 
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
   font-size : 10px; 
   color: #666666; 
} 
div.quotehead { 
   font-size: 11px; 
   color: black; 
   padding: 0px 24px 0px 24px ; 
} 
div.quoteblock { 
   border: 1px solid #5E6C80; 
   font-size: 10px; 
   padding: 8px 8px 8px 8px ; 
} 
div.codehead { 
   font-size: 11px; 
   color: black; 
   padding: 0px 24px 0px 24px ; 
} 
div.codeblock { 
   border: 1px solid #5E6C80; 
   font-family: Courier, 'Courier New', sans-serif; 
   font-size: 10px; 
   padding: 8px 8px 8px 8px ; 
   background-color: #F5F5F5; 
   white-space: pre; 
} 
/*--PM Mod--------------------------------------------------*/
.username_input {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 11px;
  width: 140px;
}
.username_input_button {
  font-family:  Tahoma,Verdana,Arial, Helvetica, sans-serif;
  background-color: #003366;
  color: #fcdc43;
  font-size: 11px;
  font-weight: bold;
  width: 120px;
}
/*--End PM Mod--------------------------------------------------*/  
/*--Commentbox--------------------------------------------------*/   
.commentbox {
  font-family:  Georgia, "Times New Roman", Times, serif;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}
.commentrow1 {
  font-family:  Georgia, "Times New Roman", Times, serif;
  background-color: #696969;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}
.commentrow2 {
  font-family:  Georgia, "Times New Roman", Times, serif;
  background-color: #464646;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}
.commentform {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	border: 1px solid #303030;
	background: #ffffff;
	padding: 2px 2px 2px 6px;
}
/*--EndeCommentbox-------------------------------------------------*/   
/*--clickstream--------------------------------------------------*/   
.clickstreamcontainer {
	padding: 3px 3px 3px 7px;
	margin: -3px 3px 7px 3px;
	border: 1px dotted #fff;
	background-color:#333333;
}

.clickstream {
	text-align:left;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	margin: -3px 10px 7px 10px;
	border-top: 1pt solid #fff;
	border-bottom: 1pt solid #fff;
	background-color:#333333;
}
.clickstream a{
background-color:#333333;
}
/*--endeclickstream--------------------------------------------------*/   
/*--Rateform bunt--------------------------------------------------*/   
.ratemodStandard, .ratemod1hover, .ratemod2hover, .ratemod3hover, .ratemod4hover, .ratemod5hover, .ratemod6hover, .ratemod7hover, .ratemod8hover, .ratemod9hover, .ratemod10hover {
    background: #fff;
    width: 18px;
    height: 12px;
    float: center;
    margin-right: 1px;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod1hover, .ratemod2hover, .ratemodr {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #466900;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod3hover, .ratemody {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #5A8700;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod4hover, .ratemody {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #6EA500;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod5hover, .ratemody {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #82C300;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod6hover, .ratemody {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #96E100;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod7hover, .ratemody {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #AAFF00;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod8hover, .ratemody {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #BEFF3C;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod9hover, .ratemody {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #D2FF78;
    border: 1px solid #004C75;
    text-decoration: none;
}
.ratemod10hover, .ratemodg {
    cursor: hand;
    float: center;
    width: 18px;
    height: 12px;
    background: #FF7C50;
    border: 1px solid #004C75;
    text-decoration: none;
}
/*--EndeRateform bunt--------------------------------------------------*/
.detailsstatistik {
background-color:#333333;
  border-left: 2pt dotted;
    border-right: 2pt dotted;
	  border-bottom: 2pt dotted;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps; 
  color: #FFFFFF;
  padding:5px 5px 5px 5px;

}
/*---home_top_uploaders---*/
.home_topuploadertable {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 10px  Georgia, "Times New Roman", Times, serif;
  color: #363636;
  background: #92C428;
  }
.home_topuploadertable caption {
	text-align: center;
	font: bold 10px;
	background: transparent;
	padding:6px 4px 8px 0px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
  }
.home_topuploadertable td, .home_topuploadertable th {
    font:9px   Georgia, "Times New Roman", Times, serif;
	border: 1px dotted #03476F;
	padding: 0.2em;
	color: #363636;
	line-height:50px;
	text-align:center;
  }

.home_topuploadertable thead th, .home_topuploadertable tfoot th {
  font:9px   Georgia, "Times New Roman", Times, serif;
  border: 1px solid #03476F;;
  text-align: center;
  background: #4591AD;
  color: #FFFFFF;
  height:40px;
  }
.home_topuploadertable tbody td a {
  font:9px   Georgia, "Times New Roman", Times, serif;
  line-height:50px;
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
.home_topuploadertable tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
.home_topuploadertable tbody th a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
.home_topuploadertable tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.home_topuploadertable tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.home_topuploadertable tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
.home_topuploadertable tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
.home_topuploadertable tbody tr:hover th,
.home_topuploadertable tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  }
/*--StartSortButton--------------------------------------------------*/
.sortbutton {
	text-decoration: line-through;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	cursor: pointer;
	color: #ffffff;
	border-top-color: #777777;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-width: 0px;
}

.sortbutton:hover, active, visited {
	text-decoration: line-through;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	cursor: pointer;
	color: #FF0000;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-width: 0px;
}
/*--StartSortButton--------------------------------------------------*/
.flv_hintergund {
	background-color:#000000;
	margin: 5px 5px 5px 5px;
	padding: 20px 5px 20px 5px;
    border: 1px dotted #ffffff;
}