@charset "utf-8";

/*
	colors
	
	red:#ff0024;
	green:#92e200;
	blue:#00b5ff;
*/

body, input, select, textarea, button {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

body {
	margin:0;
	padding:0;
	background:#222 url(../../../tvschool21/images/bg.jpg) repeat-y center;
}

#header_image {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:750px;
	background:#222 url(../../../tvschool21/images/bg_header.jpg) no-repeat center top;
}

.clear {
	clear:both;
}

html body .c {
	clear:both;
	display:block;
}

html body .c-left {
	clear:left;
}

html body .c-right {
	clear:right;
}

:focus {
	outline:0;
}

img {
	vertical-align:bottom;
}

/**
 * Flash Media Player 
 */

#flash {
	height:300px;
}

/**
 * Links
 */

a:link { 
	color:#00b5ff;
	text-decoration:underline;
}

a:visited{  
	color:#92e200;
	text-decoration:underline;
}

a:hover {  
	color:#ff0024;
	text-decoration:underline;
}

a:active {  
	color:#ff0024;
	text-decoration:underline;
}

a img {
	border:none;
	text-decoration:none;
}

/**
 * Headlines
 */

h1, h2, h3, h4, h5, h6 {
	margin-top:1em;
	margin-bottom:.5em;
	font-weight:bold;
	text-align:left;
}

h1 {
	margin:.5em 0;
	font-size:2em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1em;
}

h1.icon,
h2.icon,
h3.icon {
	margin:0 0 0 -3px;
	padding:6px 0 12px 9px;
	background:url(../../../tvschool21/images/headline_bg.png) no-repeat left top;
}

*:first-child {
	margin-top:0;
}

/**
 * misc
 */

table {
	border-collapse:separate;
	border-spacing:0;
}

hr {
	clear:both;
	height:12px;
	background:url(../../../tvschool21/images/hr.png) repeat-x;
	border:none;
}

ul {
	padding:0;
	margin-bottom:.5em;
	list-style:inside;
}

li {
	margin:0;
	padding:0;
}

/**
 * layout
 */

#wrap {
	position:relative;
	margin:0 auto;
	padding:0;
	width:962px;
}

.main_content {
	clear:both;
	position:absolute;
	top:164px;
	margin:0;
	padding:12px 12px 0 0;
}

.main_content .wrap {
	min-height:576px;
	overflow:hidden;
}

.bg-top {
	margin:0 -12px;
	padding:0;
	height:6px;
	width:986px;
	background:#222 url(../../../tvschool21/images/bg_top.jpg) no-repeat center top;
}
	
.bg-bottom {
	clear:both;
	margin:0 -12px;
	padding:0 0 24px;
	height:6px;
	width:986px;
	background:#222 url(../../../tvschool21/images/bg_bottom.jpg) no-repeat center top;
}

#footer {
	padding:12px;
}

#footer p {
	margin:0;
}	

/**
 * my
 */

#my {
	margin:10px 0 0;
	height:20px;
	font-size:11px;
	vertical-align:middle;
}

#my img {
	margin-right:1px;
	vertical-align:middle;
}

#my ul {
	margin:0;
	float:right;
}

#my li {
	float:left;
	margin:0 0 0 1em;
	list-style:none;
}

#my a {
	color:#fff;
}

/**
 * header logo
 */

#header {
	display:block;
	margin:0;
	height:50px;
	overflow:visible;
}

/**
 * menu
 */

#menu {
	margin:6px 0 0;
	padding:0;
}

#menu ul {
	margin:0;
	padding:0;
	float:right;
}

#menu li {
	float:left;
	margin:0 0 0 1px;
	padding:0 1em;
	height:60px;
	list-style:none;
	font-size:1.166em;
	font-weight:bold;
	line-height:55px;
	background:url(../../../tvschool21/images/menu_bg.png) repeat-x top;
	cursor:pointer;
}

#menu li:hover,
#menu li.act {
	background:url(../../../tvschool21/images/menu_highlight.png) repeat-x center top;
}

#menu li.left {
	padding:0;
	width:7px;
	background:url(../../../tvschool21/images/menu_left.png) no-repeat left top;
	cursor:default;
}

#menu li.right {
	padding:0;
	width:7px;
	background:url(../../../tvschool21/images/menu_right.png) no-repeat right top;
	cursor:default;
}

#menu a {
	color:#fff;
	text-decoration:none;
}

#menu b {
	display:block;
	margin:.5em 0;
	padding:0;
	background:url(../../../tvschool21/images/menu_left.png) no-repeat left top;
}



/**
 * submenu
 */

#sub {
	clear:both;
	margin:0;
	padding:0;
	vertical-align:middle;
	line-height:25px;
}

#sub ul {
	margin:0;
	padding:0;
	float:left;
	line-height:25px;
}

#sub li {
	float:left;
	margin-right:1em;
	list-style:none;
	font-size:11px;
}

#sub a {
	color:#222;
}

/**
 * search
 */

#mainsearch {
	margin:0;
	float:right;
	font-size:11px;
}

#mainsearch input,
#mainsearch select,
#mainsearch button {
	font-size:11px;
	line-height:14px;
}

/**
 * ostube
 */

#thetube .col-s, 
#thetube .col-m, 
#thetube .col-mf, 
#thetube ol, 
#thetube li {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
#insertionMarker {
	display:none;
}
html body .half {
	width:48%;
}
html body .left {
	float:left;
}
html body .right {
	float:right;
}

/**
 * columns
 */

.col-1e_mediadetails {
	float:left;
	width:636px;
}
.col-1e_mediadetails #flash {
	width:624px;
	height:497px;
}
.col-1, .col-2, {
	float:left;
	width:474px; /* 490 */
}
.col-1e {
	width:492px; /* 500 */
	float:left;
}
.col-1m {
	width:786px;
	float:left;
	margin:0 0 3em 12px;
	padding:0;
}
.col-1m .col-m {
	margin:0;
}
.col-2s {
	float:left;
	width:312px;
}
.col-3 {
	float:left;
	width:130px;
	padding:1px 0;
	margin:0 0 12px 12px;
}
.col-1 {
	clear:both;
}
.col-m {
	clear:both;
	margin:0 0 3em 12px;
	padding:1px 0;
}
.col-s {
	float:left;
}
.col-s, .col-s1 {
	float:left;
	width:225px;
	margin:0 0 3em 12px;
	padding:0;
}
.col-1m .col-m {
	margin:0 0 20px;
}
.col-s2 {
	width:462px;
	margin:0 0 3em 12px;
}
.col-m {
	margin:0 0 3em 12px;
}
.col-s3 {
	width:699px;
	margin:0 0 2em 12px;
}
.col-x, .col-s4 {
	width:936px;
	margin:0 0 2em 12px;
}
.col-x .inner h2.icon {
	margin-right:0;
	margin-left:0;
}

.icon + .content {
	padding-left:6px;
}

/**********************************************************************/

.sub {
	position:relative;
	float:left;
	width:100%;
	display:block;
	clear:both;
	height:25px;
	margin:0 auto 12px;
	padding:5px 0 3px;
	background:#444 url(../../../tvschool21/images/menu_bg.jpg) no-repeat center top;
	z-index:60;
}
.sub ul {
	float:left;
	height:25px;
}
.sub ul li {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	font-size:1em;
	text-transform:none;
}
.sub ul li {
	margin:0 1.5em 0 .5em;
}
.sub ul li a {
	line-height:25px;
	padding:0 .75em;
	color:#111;
	text-decoration:none;
}
.sub a {
	color:#fff;
}
.sub a:hover {
	color:#fff;
	text-decoration:underline;
}
.sub span.right {
	margin-right:1em;
	display:block;
	height:25px;
	line-height:25px;
}
#thetube {
	margin-bottom:60px;
}
#thetube h2 {
	font-size:12px;
}
#thetube-featured, #thetube-top, #thetube-latest {
	float:left;
	clear:none;
}
#thetube-featured {
	width:632px; /*480px;*/
	height:474px; /*360px;*/
}
#thetube-top.col-s {
	width:152px;
}
#thetube-latest.col-m {
	width:304px;
	float:left;
}
#thetube li {
	float:left;
}
#thetube-top li, #thetube-latest li, #thetube-top li img, #thetube-latest li img {
	width:150px;
	height:112px;
	overflow:hidden;
}
#thetube-top li {
	width:150px;
	height:114px;
	margin:0 0 0 2px;
}
#thetube-top li.lt, #thetube-latest li {
	width:150px;
	height:114px;
	margin:0 0 0px 2px;
}
#thetube-latest ol li.ft img {
	width:304px;
	height:228px;
}
#thetube-latest li.ft {
	width:302px;
	height:226px;
	margin:0 0 2px 2px;
}
.pagination, .pagination-bottom {
	position:absolute;
	top:.6em;
	right:.8em;
	text-align:right;
	margin:0 5px 0 0;
	padding:0;
	line-height:1.2em;
}
.pagination_over {
	text-align:right;
	margin:0 5px 0 0;
	padding:0;
	line-height:1.2em;
}
.pagination-bottom {
	clear:both;
	position:relative;
	top:0;
	right:0;
	margin:0;
	padding:.5em 0 .5em;
}
.pagination span.count, .pagination-bottom span.count {
	margin:0 1em;
}
.pagination a.rsslink, .pagination-bottom a.rsslink, .sort a.rsslink, .pagination a.rsslink:hover, .pagination-bottom a.rsslink:hover, .sort a.rsslink:hover {
	padding:0;
	background:transparent;
	color:inherit;
}
.pagination a, .pagination-bottom a, .pagination_over a, .sort a {
	padding:2px 5px;
}
span.sort {
	float:right;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	text-transform:none;
}
span.sort a.rsslink {
	margin:0 0 0 1.25em;
}
span.sort form {
	display:inline;
}
.pagination b, .pagination-bottom b, .pagination_over b, .sort b, .pagination a:hover, .pagination-bottom a:hover, .pagination_over a:hover, .sort a:hover {
	padding:2px 5px 1px;
	background:#92e200;
	color:#ffffff;
}
.pagination form {
	display:inline;
}
ul.inner {
	padding:0;
	list-style:none;
}
p.tags {
	line-height:2em;
}
.post {
	margin:0 0 .5em;
	padding:0 0 .5em;
	border-bottom:2px solid #111;
}
.media li.file .preview img {
	border:3px solid #eeeeee;
	padding:2px;
}
ul.visitor {
	list-style:none;
	display:block;
	padding:0;
}
li.user {
	padding:0;
	margin:.5em 0 0;
}
li.user a.avatar {
	display:block;
	float:left;
	margin:0 1em 0 0;
}
li.user a.avatar img {
	display:block;
	width:50px;
	height:auto;
	border:5px solid #ffffff;
}
li.user cite.about a {
	display:block;
	margin:0 0 0.2em;
}
li.user cite.about a:hover {
	background:transparent;
}
li.user cite.about .stats, #mystats strong.stats {
	display:block;
	float:left;
	margin:0 .5em 0 0;
	text-align:center;
}
li.user cite.about .stats img, #mystats strong.stats img {
	display:block;
}
li.user cite.about .stats a {
	display:inline;
	margin:auto;
}
#news div.inner div.content.media ul li.user {
	width:110px;
	float:left;
}
#most-active-user ul.media li.file {
	width:140px;
}
#most-active-user ul.media li.file .preview img {
	width:130px;
	height:87px;
}
div.user {
	width:280px;
	float:left;
}
div.m_info {
	float:left;
}
div.m_info ul.about li {
	text-align:left;
}
.m_media {
	float:right;
}
.m_media .media {
	width:140px;
}
.m_media .media li.file div.about {
	width:130px;
}
.col-2s .col-m .inner .content input, .col-2s .col-m .inner .content textarea {
	width:300px;
}
div.user ul li a {
	width:20px;
}
div.user ul.about {
	float:left;
	display:block;
	margin:0;
	padding:0;
}
div.user ul.about li {
	clear:both;
	margin-left:100px;
}
.posts, .comments, .users {
	margin:0;
	padding:0;
	list-style:none;
}
.posts li {
	margin:0 0 50px;
	padding:0 0 15px;
	border-bottom:4px solid #0F3F7A;
}
.posts h3, .comments h3 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:400;
	font-size:14px;
	line-height:18px;
 border-bottom:1px solid ###color2###;
}
.posts h3 span.blog_user, .comments h3 span.blog_user {
	position:absolute;
	vertical-align:bottom;
}
.posts h3 span.blog_user span.avatar, .comments h3 span.blog_user span.avatar {
	width:50px;
	overflow:hidden;
}
.posts h3 span.blog_user span.avatar img, .comments h3 span.blog_user span.avatar img {
	width:50px;
}
.posts h3 span.blog_user span.avatar a, .comments h3 span.blog_user span.avatar a {
	display:inline;
}
.posts h3 span.blog_user a.autor, .comments h3 span.blog_user a.autor {
	margin:0 0 0 10px;
	display:inline;
	font-size:11px;
	line-height:14px;
}
.posts h3 a, .comments h3 a {
	display:block;
	text-decoration:none;
}
.posts h3 a.title, .comments h3 a.title {
	float:right;
	margin:20px 0 0 0;
}
.posts span.date, .comments span.date {
	display:block;
	text-align:right;
	font-size:10px;
	line-height:14px;
	margin:0 0 6px;
}
.posts cite.about, .comments cite.about {
	display:block;
	margin:25px 0 3px;
	font-size:10px;
	line-height:14px;
	text-align:right;
 color:###color2###;
}
.posts cite.about a, .comments cite.about a {
	line-height:14px;
 color:###color2###;
}
.comments li, #commentform {
	margin:0 0 6px;
	padding:9px;
	background:#F2F2F2;
}
#commentform {
	margin:12px 0 0;
}
.users li {
	margin:0 0 3px;
	padding:3px 0 6px;
	border-bottom:1px solid #cccccc;
}
.users a.avatar, .user a.avatar {
	display:block;
	width:120px;
	float:left;
	margin-right:-120px;
}
.users a.avatar img {
	display:block;
	width:50px;
}
.users span.user {
	display:block;
	padding-left:70px;
	line-height:12px;
}
.users span.user a {
	display:block;
}
span.o_stats {
	width:80px;
	display:block;
}
.users span.user strong a {
	display:inline;
}
.users span.user strong {
	display:inline;
}
.users span.user span.stats a {
	display:inline;
}
strong.stats {
	display:block;
	text-align:center;
	margin:0 6px 0 0;
	line-height:1.6em;
}
.content .media .about strong.stats img {
	width:16px;
}
.users span.user span.stats strong.stats strong.small {
	float:none;
	margin:0;
}
#chatbox input#chat_text_id {
	width:135px;
	margin:0;
	background:#ffffff;
	color:#333;
	padding:2px;
	border:0;
}
#chatbox input.button {
	width:60px;
	margin:-5px 0 -7px 3px;
	border:0;
}
#chatbox cite.about {
	margin:.5em 0 0;
}
div.chatform {
	margin:0 0 5px;
}
ul.actions {
	list-style:none;
	margin:0;
	padding:.25em 0 0;
}
ul.actions li {
	padding:0 1em .25em;
	margin:0 0 .25em;
}
ul.actions a {
	display:block;
	color:#222222;
}
#welcome {
	clear:both;
	float:none;
	width:auto;
	padding:1em;
}
#welcome h2 {
	margin:0;
}
.comments, .files, ul.inner li.comment, .users-pic ul, ul.mystats, #mystats ul, .media, .media li, #kategorien li {
	padding:0;
	list-style:none;
}
.media {
	position:relative;
}
.media ul {
	margin:0 -40px 0 0;
	padding:0;
}
div.content .media.left.add {
	width:230px;
}
#kategorien {
	width:140px;
}
#kategorien .inner {
	margin:0 0 20px 10px;
}
#kategorien li {
	display:block;
	float:left;
}
#kategorien li img {
	width:105px;
	height:80px
}
.media li.file, .users.big li {
	float:left;
	overflow:visible;
	height:22em;
	width:181px;
	margin:1em 20px 1em 0;
}
#kategorien ul {
	margin:0;
	padding:0;
}
#kategorien li,
.media li {
	margin:0;
	padding:0;
	list-style:none;
}
html body .media li.file.c-left {
	clear:both;
	float:left;
}
.media ul.groups li.file {
	height:225px;
}
.media div.g_app {
	float:left;
	margin-right:25px;
}
.col-ms .content ul li img {
	width:150px;
}
#dragableElementsParentBox .content .media li.file {
	float:none;
	width:225px;
	margin:0;
	padding:5px 0 0;
	border-bottom:1px solid #cccccc;
}
.content .media .mystats li.file {
	height:290px;
}
#latest-comments .content.media li.file {
	height:240px;
}
.content .media li.file img {
	width:213px;
}
.mwimg {
	width:225px;
}
.media li.file .preview img {
	display:block;
	width:171px;
	height:125px;
}
.media li.file div.about {
	background:#eeeeee;
	color:#666666;
	padding:5px 5px 1px;
	line-height:1em;
}
.media li.file div.about li {
	font-size:10px;
	line-height:1em;
	margin:0;
	padding:4px 0 2px;
}
.media li.file div.about li.rating {
	padding:5px 0 3px;
}
.media ul.history {
	padding:5px;
}
.media ul.history li.file {
	width:120px;
	height:150px;
	margin:10px 0;
	overflow:hidden;
	font-size:10px;
}
.media ul.history li.file .preview img {
	height:85px;
	width:100px;
}
.media ul.history li.file div.about {
	width:100px;
	height:40px;
	overflow:hidden;
}
.media ul.history li.file div.about li.rating img {
	width:14px;
}
.media li.file div.about li.rating img {
	width:16px;
}
.media ul.history li.file div.about ul {
	display:none;
}
.error {
	padding:.5em;
	background:#e88;
	color:#000;
	display:block;
	clear:both;
}
.bookmark img {
	padding:.5em 2px 0;
}
div.about ul {
	position:relative;
	display:block;
	margin:0 0 .5em;
	padding:0;
	line-height:1.3em;
}
div.about li {
	display:block;
	position:relative;
	list-style:none;
	border-bottom:1px solid #cccccc;
}
div.about li.lt {
	border:0;
}
div.about li strong {
	font-weight:400;
}
.media div.about li.desc {
	height:3em;
}
.media div.about input {
	width:95%;
	margin:0 .5em;
}
.col-3.more ul, .col-3.more li {
	margin:0;
	padding:0;
}
.col-3.more li {
	display:block;
	padding:0 0 5px;
	list-style:none;
	overflow:hidden;
}
.col-3.more img {
	display:block;
	width:100%;
}
div.buttons {
	margin:9px 0;
}
div.inner ul li span.plt {
	margin:2em 1em;
	display:block;
}
.descr {
	display:block;
	padding:0 .2em 1em;
}
#topic select {
	width:400px;
}
.g_desc {
	background:#eeeeee;
	padding:.5em;
	display:block;
}
.g_edit input {
	width:445px;
}
ul.g_list {
	list-style:none;
	width:45%;
	padding:.5em;
}
div.about img {
	padding:.2em .3em .4em 0;
}
div.inner h2.pad {
	margin-top:3em;
}
div.pad label {
	display:block;
	width:110px;
}
div.pad .check {
	display:block;
	padding:1em 0 0 100px;
}
div.pad .media_list {
	list-style:none;
	padding:0pt 0pt 1.75em;
}
div.pad .media_list li {
	float:left;
	width:25%;
}
div.pad .channel_info {
	list-style:none;
	padding:0pt 0pt 1em;
}
div.pad .channel_info li {
	float:left;
	width:33%;
}
div.profile div.avatar {
	float:left;
	width:290px;
	margin:0 30px 0 0;
}
div.profile div.avatar img {
	display:block;
	margin:30px auto;
	border:5px solid #ffffff;
}
div.profile div.about {
	float:left;
	width:640px;
	padding:30px 0 0;
}
div.profile div.about h3 {
	margin:0 10px 1.5em;
	font-size:2em;
}
div.profile div.about ul {
	float:left;
	width:280px;
	margin:0 10px;
	padding:0 0 30px;
}
div.profile div.about ul li.errorfield {
	margin:0 0 2.5em;
	text-transform:uppercase;
	text-decoration:underline;
	letter-spacing:.3em;
	padding:.5em;
	background:#e88;
	color:#000;
}
div.profile div.about .user_info {
	margin:0 100px;
}
div.profile div.about.user_info ul {
	list-style:none;
	width:700px;
}
div.profile .user_info ul li {
	text-align:left;
	height:1em;
	width:900px;
}
div.profile span.p_left {
	padding-right:2em;
	text-align:right;
	display:block;
	float:left;
	width:300px;
}
div.profile span.p_right {
	display:block;
}
div.profile p {
	width:330px;
	float:left;
	padding:1em 0;
	margin:0 0 3em;
}
div.profile p {
	width:330px;
	float:left;
	padding:1em 0;
	margin:0 0 3em;
}
#myprofile {
	width:100%;
}
.p_avatar {
	float:left;
	width:270px;
	padding:10px;
}
.p_avatar img {
	margin-bottom:15px;
}
.p_infos {
	float:right;
	padding:10px;
	width:646px;
}
.p_infos th {
	text-align:right;
	width:180px;
	padding-right:5px;
}
table.forum td {
	padding:.2em;
}
table.forum th {
	background:#eeeeee;
	padding:.1em .5em;
	border-right:5px #ffffff solid;
}
table.forum td {
	height:100%;
}
table.forum span.tdate {
	font-size:10px;
	display:block;
}
input.errorfield {
	margin:0;
	padding:2px;
}
ul.showerror {
	position:relative;
	list-style:none;
}
.showerror, .errorfield {
	display:block;
	margin:1em 10px;
	padding:.5em;
	background:#e88;
	color:#000;
}
.success_message {
	display:block;
	margin:1em 10px;
	padding:.5em;
	background:#aea;
	color:#000;
}
#chat div.chat {
	overflow:hidden;
}
.blog_post_text {
	width:446px;
	height:5em;
}
.blog_com_text {
	width:446px;
	height:5em;
}
.button {
	width:70px;
	height: 24px;
}
.buttons {
	margin:10px 0 5px;
}
#dragableElementsParentBox {
	width:960px;
	border:0;
}
embed#cloud {
	width:460px;
}
img.avatar {
	float:left;
	width:100px;
	padding:0 10px 0 0;
}
ul.comments li div.comment {
	display:block;
	float:left;
	max-width:76%;
}
ul.comments li div.comment cite.about {
	margin:0;
	text-align:left;
	font-style:normal;
}
ul.comments li div.comment cite.about span {
	text-align:left;
}
.playlist ul {
	padding:0;
}
.playlist ul li {
	list-style:none;
	float:left;
	width:90px;
	margin:0 5px 0 0;
}
.playlist ul li img {
	float:left;
	width:90px;
	height:70px;
}

