/** Style */

html {
	height: 100.1%;
}

body {
	background-color:White;
	color:Black;
	text-align:center;
	background-image:url(images/body_back_top_thin.gif);
	background-repeat:repeat-x;
	margin:0;
	color: #808080;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

a {
	color:#FF8C05;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.paging {
	color:#FFFFFF;
	text-decoration:underline;
}

a.paging:hover {
	text-decoration:none;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

p.success_message {
	line-height:30px;
	position:relative;
	text-align:center;
	height:30px;
	height:auto !important;
}

.errorfield {
	background-color:#FFEFCE;
	border:1px Red solid;
}

a.userlink {
	text-decoration:none;
	background-color:#FFFFFF;
	font-weight:bold;
	color:#FF8C05;
	line-height:20px;
	font-size:12px;
	padding:3px;
	text-align:center;
}

a.userlink:hover {
  background-color:#FCA933;
  color:#FFFFFF;
  text-decoration:none;
}

p.text {
	font-size:12px;
	line-height:16px;
}

a.smallstats {
	color:#FF8C05;
	font-size:8px;
	text-decoration:underline;
}

a.smallstats:hover {
	text-decoration:none;
}

.smallstats {
	font-size:8px;
}

td {
	font-size:11px;
	padding:5px;
}

th {
	font-size:11px;
	font-weight:bold;
	padding:5px;
}



table {
  border:none;
  width: 100%;
}



td big {
	border-bottom:1px Silver solid;
	font-size:16px;
	display:block;
	margin-top:10px;
}

p {
	margin:0;
	padding:3px;
}

form {
	margin:0;
}

#site {
	margin:0 auto;
	text-align:left;
	width:780px;
}

a:hover {
	text-decoration:underline;
}

img {
 border:none;
}

form {
	margin:0;
	padding:0;
}

#content_top {
	margin-top:10px;
	background-image:url(images/header_back_frame_top_top.gif);
	height:8px;
	overflow:hidden;
}

#content {
	background-image:url(images/header_back_frame_top_mid.gif);
	padding-left:10px;
	padding-right:10px;
}

#submenu {
	clear:both;
	background-image:url(images/submenu_header_table_back_760_2.gif);
	height:34px;
	line-height:34px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#submenu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#mainmenu {
	height:26px;
}

#mainmenu ul {
	list-style-type:none;
	float:right;
	margin:0;
}

#mainmenu li {
	width:100px;
	text-align:center;
	line-height:26px;
	display:block;
	float:left;
	margin-right: 17px;
}

#mainmenu li.active {
	background-image:url(images/tab_active.gif);
}

#mainmenu li.notactive {
	background-image:url(images/tab_inactive.gif);
}



#mainmenu li a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#mainmenu li.active a {
	color:white;
}

#mainmenu li.notactive a {
	color:#808080;
}

#loginmenu {
	height:36px;
	line-height:26px;
	padding-right:40px;
	background-image:url(images/header_back_frame_top.gif);
	background-repeat:no-repeat;
	text-align:right;
	color:#FFFFFF;
	font-size:9px;
}

#loginmenu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}

#loginmenu img {
 vertical-align:middle;
}

img {
 	border:none;
}

#logo {
	height:80px;
}

#footer {
	background-image:url(images/nv_2_bg.gif);
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}

#footer a {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

#copyright {
	background-image:url(images/header_back_frame_bottom.gif);
	height:45px;
	line-height:45px;
	font-size:9px;
	color: gray;
	text-align:center;
}

#copyright .ostubeimage {
	float:right;
	display:block;
	border:none;
	margin:10px;
}

/** Content - Bereich */

div.content_area {
	width:570px;
	float:left;
	margin-right:10px;
}

div.list_area {
	width:760px;
	float:left;
	margin-right:10px;
}

div.details_area {
	width:490px;
	float:left;
}

div.player{
	width:480px;
}

div.boxdottedborder{
	margin-top:5px;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px #AAAAAA dotted;
}

div.content_area h2 {
	font-size:16px;
}

div.dottedbg  {
	background-image:url(images/dotted_bg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

div.rightmenu {
	width:180px;
	float:left;
}

div.leftmenu {
	width:180px;
	float:left;
}

div.details_menu {
	width:285px;
	float:left;
	margin-right:10px;
}

.right {
  float:left;
}

.left {
	float:right;
}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/** Standard-Box */

div.box {
	margin-bottom:10px;
	background-color:#F3F3F3;
}

div.box h2 {
	line-height:24px;
	height:24px;
	font-size:11px;
	background-image:url(images/nv_2_bg.gif);
	color:White;
	margin:0;
	font-weight:bold;
}

textarea.largeTextarea {
	width:100%;
}

div.box h2 span.bleft {
	height:24px;
	width:5px;
	float:left;
	margin-right:10px;
	background-image:url(images/nv_2_l.gif);
}

div.box h2 span.bright {
	height:24px;
	width:5px;
	float:right;
	background-image:url(images/nv_2_r.gif);
}

div.box div.box_content {
	clear:both;
	background-color:#F3F3F3;
	padding:5px;
}

div.box div.box_end {
	background-image:url(images/nf_2_bg.gif);
	height:4px;
	overflow:hidden;
}

div.box div.box_end span.bright {
	height:4px;
	float:right;
	background-image:url(images/nf_2_r.gif);
	width:5px;
	display:block;
	background-color:#FEFEFE;
}

div.box div.box_end span.bleft {
	height:4px;
	float:left;
	width:5px;
	background-color:#FEFEFE;
	background-image:url(images/nf_2_l.gif);
	display:block;
}

div.box div.box_tinydetail {
	border-left:1px white solid;
	border-right:1px white solid;
	border-bottom:1px white solid;
	float:left;
	margin:5px;
}

/** Slide auf der Startseite */

div.box_content div.next_media {
	width:25px;
	float:left;
	height:auto;
	border:solid 1px green;
}


div.box_content div.prev_media {
	float:left;
	width:25px;
	height:auto;
}


div.box_content div.media_slide {
  width:510px;
  height:auto;
}


p.showerror, ul.showerror {
	margin:0;
	font-size:12px;
	color:red;
	border:1px red solid;
	padding:5px;
	list-style-type:square;
	padding-left:20px;
	margin-bottom:5px;
	position:relative;
}

div.box_content div.media_slide_item {
	width:165px;
	margin-right:3px;
	margin-left:4px;
        margin-top:5px;
        margin-bottom:2px;
	height:auto;
	float:left;
	text-align:center;
}

div.box_content div.bigthumb {
	background-color:White;
	text-align:center;
	padding:3px;
	margin-bottom:3px;
}

div.box_content div.categories_list {
	width:30%;
	float:left;
	height:100px;
	text-align:center;
}

div.media_list {
	width:32%;
	float:left;
	text-align:center;
}

div.box span.morelink a {
	color:white;
}


div.box span.morelink {
	display:block;
	float:right;
	margin-right:20px;
	background-image:url(images/arrow.gif);
	padding-left: 32px;
	background-repeat:no-repeat;
	background-position: left center;

}

div.userstats {
	text-align:center;
	line-height:20px;
}

div.userstats img {
	vertical-align:middle;
}

span.time_minutes{
	font-size: 12px;
	font-weight: bold;
}

.row1 td {
	background-color:#E7E3E7;
}

.row2 td {
	background-color:transparent;
}

div.box_nobg {
	margin-bottom:10px;
}

.progressBar {
position: relative;
padding: 2px;
width: 300px;
height: 40px;
font-size: 14px;
}
.progressBar .background {
border: solid 1px black;
width: 270px;
height: 20px;
}
.progressBar .bar {
position: relative;
background-color: #FF8C05;
width: 0px;
height: 20px;
}