@charset "UTF-8";
/* ## Basic-XHTML-Elements ################################ */

html {	
	height: 100%;	
	font-family: Verdana, Arial, sans-serif;
}

body {
	/*overflow: -moz-scrollbars-vertical;*/	
	font-family: Verdana, Arial, sans-serif;
	color: #787353;
	font-size: 11px;
	background: transparent url(../img/background/rittergitter.gif) repeat 0 0;
	margin: 0;
	height: 100%;	
	text-align: center;
	line-height: 15px;
}

strong {
	font-weight: bold;
}

* html body {
	height: 100%;
}

IMG {
	behavior: url(wp-content/themes/videoplatform/css/iepngfix.htc);
}

.hidden {
	display:none;
	visibility:hidden;
	height:0;
}

.clear {
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
	overflow: hidden;
}

a {
	color: #454443;
	text-decoration: underline;
}
a:active {
	outline: none;
}

.dottedSpacer, .dottedSpacerTop {
	width: 100%;
	height: 15px;
	clear: both;
	background: transparent url(../img/background/top_dotline.gif) repeat-x 0 top;
}

.dottedSpacer {
	height: 20px;

}

/* ## Basic-Site-Elements ################################ */

#siteCenter {
	width: 812px;
	height: 100%;
	margin: 0 auto;
}

#siteWrapper {
	width: 812px;
	min-height: 100%;
	background: #fff;
	text-align: left;
}

* html #siteWrapper {
	height: 100%;
}

#header {
	height: 351px;
	padding: 0 0 0 15px;
	background: transparent url(../img/background/header-bg-zettel.jpg) no-repeat  566px 92px;	
}

	#headerTop {
		width: 100%;
		height: 92px;
		background: transparent url(../img/background/header-bg-friends.jpg) no-repeat 0 2px;
	}
	#headerTopLeft {
		width: 277px;
		height: 100%;
		background: transparent url(../img/background/header-bg-zettel-top.jpg) no-repeat  0 bottom;
		float: right;
	}
	
	#headerContent {
		width: 551px;
		height: 255px;
		padding: 4px 0 0 0;
		background: transparent url(../img/background/top_dotline.gif) repeat-x 0 0;
	}
		#headerContentIn {
			width: 541px;
			height: 245px;
			background: #fff;
			border: 5px solid #d2a423;
		}		
			#headerContentIn .top {
				width: 100%;
				height: 30px;
				padding: 5px 0 0 0;

			}
			#headerContentIn .top  h1 {
				line-height: 0;
				margin: 0;
				text-align: center;
			}			

			#headerContentIn .left {
				float: left;
				width: 259px;
				padding: 0 0 0 11px;
			}			
			#headerContentIn .right {
				float: left;
				height: 210px;				
				background: url(../img/background/header-right-left.png) no-repeat 0 0;
			}
			#headerContentIn .rightIn {
				float: left;
				width: 240px;
				height: 210px;				
				background: url(../img/background/header-right-right.png) no-repeat right 0;
				padding: 0 11px;
			}
			
			#headerContentIn .right h2{
				color: #d2a423;
				width: 240px;
				padding: 8px 0 6px 0;
				border-bottom: 1px solid #c7c7c6;
			}
			
			#headerContentIn .right h3{
				color: #d2a423;
				width: 240px;
				padding: 8px 0 6px 0;
			}			
	
			#headerContentIn .right p {
				padding: 0 0 4px 0;
				font-size: 9px;
			}

			#headerContentIn .right p#subline {
				font-weight: bold;
				color: #d2a423;
			}
			
			#headerContentIn .right span input {
				background: #e8bb49;
				border: none;
				font-size: 9px;
				width: 115px;
				color: white;
				padding: 0 0 2px 3px;
				text-align: left;
				cursor: pointer;
			}
			
			#headerContentIn .right span input:hover {
				background: #d2a423;
			}
			
			form fieldset span p {
				text-align: left;
			}

			
			
	#mainNavi {
		width: 100%;
		height: 26px;
		padding: 16px 0 0 0;
		background: transparent url(../img/background/header-bg-zettel.jpg) no-repeat  551px -259px;	
	}
	
	#mainNavi ul li {
		float: left;
		height: 26px;
		margin: 0 1px 0 0;
	}
	#mainNavi ul li a {
		display: block;
		width: 108px;
		height: 20px;		
		line-height: 18px;		
		color: #fff;
		background: #e8bb49;		
		font-size: 11px;
		text-align: center;
		text-decoration: none;
		margin: 0 1px 0 0;
		position: relative;
	}
	#mainNavi ul li a:hover, #mainNavi ul li.current_page_item a, #mainNavi ul li.current_page_parent a  {
		background: #d2a423;
		cursor: pointer;
	}
	
	#mainNavi ul li a.sIFR-replaced {	
		padding-top: 1px;
	}
	
	#mainNavi ul li a span {
		display: block;
		width: 108px;
		height: 6px;
		background: #fff;
		position: absolute;
		top: 20px;
		left: 0;
		overflow: hidden;
	}	
	
	#mainNavi ul li.current_page_item a span, #mainNavi ul li.current_page_parent a span {
		background: #fff url(../img/background/arrow-navi.png) no-repeat center 0;
	}	
	

/* ## Content-Elements ################################ */

#contentArea {
	float: left;
	padding: 0 15px 42px 15px;
}

	#contentLeft {
		float: left;
		width: 551px;
		margin: 0 29px 0 0;
		line-height: 15px;
		padding: 0 0 17px 0;
	}
	
	#contentLeft .restentry, .restentry {
		clear: left;
		float: left;
		width: 551px;
		margin: 10px 0;
		padding:1px 0 0 0;
		background: transparent url(../img/background/top_dotline.gif) repeat-x scroll 0 0;
	}	
	
	#contentLeft .blog_content {
		margin: 20px 0 0 0;
		clear: left;
		float: left;
	}
	
		#contentLeft .blog_youtube {
			text-align: center;
			width:550px;
			padding: 20px 0 0 0;
		}
		
	.addthis_container {
		float: left;
	}
	
	.entryLeft {
		float: left;
	}
	
	#contentLeft .ratings {
		float: right;
		margin: 20px 0 0 0;
		width: 150px;
		text-align:right;
	}

	#contentLeft .author_info {
		clear: both;
		float: left;
		width: 100%;
	}
	
	
	
	#contentLeft .post_bottom {
		padding: 20px 0 20px 0;
		text-align: right;
	}
	
	#respond {
		clear: left;
		float: left;
	}
	
	.user_info IMG {
		vertical-align: middle;
	}
	
	
	#contentRight {
		float: left;
		width: 200px;
		padding: 15px 0 0 0;
	}
			
	#contentArea h1 {
		font-size: 16px;
		font-weight: normal;
		color: #d2a423;
		width: 380px;
		padding: 17px 0 0px 0;
	}
	
	#contentArea h1.sIFR-replaced {
		margin: 17px 0 0 0;
	}
	
	#contentArea h2 {
		font-size: 13px;
		font-weight: normal;
		color: #d454443;
		padding: 0 0 10px 0;
	}
	
	#contentArea h1.sIFR-replaced {
		padding: 0;
	}
	
	#contentLeft p {
		padding: 0 0 20px 0;
	}
	
	#contentLeft p.autor {
		margin: 0 0 20px 0;
		float: left;
	}
	
	#contentLeft div.info_text {
		float: left;
		width: 370px;
		margin: 0 0 20px 10px;
	}
	
	#contentLeft div.info_text ul {
		margin: 5px 0 20px 0;
	}
	
	#contentLeft p img.floated {
		float: left;
		margin: 4px 10px 4px 0;
		border: 3px solid #d2a423;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}	
	
	#contentLeft .content_foot {
		margin: 20px 0 0 0;
	}
	/* Tipps der Woche */
	
	table.tipps {
		width: 100%;
		margin: 10px 0 20px 0;
	}
	
	td.tipp {
		width: 180px;
		
	}
	
	.tipp h3 {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
		padding: 6px 0 0 0;
	}
	
	.tipp h3 a {
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	
	.tippWrap {
		width: 127px;
		margin: 0 auto;
	}	
	
	.tippIn {
		width: 127px;
		height: 100px;
		overflow: hidden;
		border: 3px solid #d2a423;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	p.contentFoot {
		color: #d2a423;
	}
	
	/* Tipps der Woche */
	
	table.tipps {
		width: 100%;
		margin: 10px 0 20px 0;
	}
	
	td.tipp {
		width: 180px;
		
	}
	
	.tipp h3 {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
		padding: 6px 0 0 0;
	}
	
	.tipp h3 a {
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	
	.tippWrap {
		width: 127px;
		margin: 0 auto;
	}	
	
	.tippIn {
		width: 127px;
		height: 100px;
		overflow: hidden;
		border: 3px solid #d2a423;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	p.contentFoot {
		color: #d2a423;
	}
	
	/* Submenue Hintergrund*/
	
	ul.subMen {
		width: 100%;
	}	
	
	ul.subMen li {
		float: left;
	}
	
	ul.subMen li.sep span {
		display: block;
		width: 7px;
		height: 12px;
		overflow: hidden;
		border-right: 1px solid #454443;
		margin: 2px 7px 0 0;
	}
	ul.subMen li.sep span.active {	
		border-color: #d2a423;
	}
	
	ul.subMen li a {
		float: left;
		display: inline-block;
		text-decoration: none;
	}
	ul.subMen li a:hover, ul.subMen li a.active {
		color: #d2a423;
	}		
	

/* ## Sidebar-Elements ################################ */
	
.sideTeaser {
	width: 198;
	padding: 0;
	margin: 0 0 21px 0;
	border: 1px solid #d2a423;
}

.sideTeaserCountdown {
	width: 198;
	padding: 0;
	margin: 0 0 21px 0;
	border: none;
}

.sideTeaser h3 {
	background: #d2a423;
	color: #fff;
	padding: 3px 0 4px 6px;
	font-weight: bold;
}

.sideTeaser h3.sIFR-replaced {
	height: 20px;
	padding: 2px 0 0 6px;
	overflow: hidden;
}

.sideTeaser .sideTeaserin {
	padding: 10px 10px 0 10px;
}

.sideTeaser .sideTeaserin p {
	padding: 0 0 10px 0;
	width: 100%;
	clear: left;
}

.sideTeaser  a {
	color: #000391;
}

/* Teaser Login */
.sideTeaser .login {
	padding: 0 0 10px 0;
}

.sideTeaser .login span.userPhoto {
	float: left;
}

.sideTeaser .login span.userPhoto {
	display: block;
	width: 58px;
	height: 58px;
	float: left;
	border: 1px solid #d2a423;	
	padding: 2px;
	margin: 0 10px 20px 0;
}
.sideTeaser .login span.userPhoto em {
	display: block;
	width: 58px;
	height: 58px;
	overflow: hidden;
}
.sideTeaser .login span.userPhoto em img {
	height: 58px;
}

.sideTeaser .login ul li a{
	text-decoration: none;
}
/* Teaser Userfoto */
.sideTeaser .fans ul {
	margin: 0 0 10px 0;	
	
}
.sideTeaser .fans ul li {
	float: left;
	margin: 0 11px 0 0;
}
.sideTeaser .fans ul li.last {
	float: left;
	margin: 0;
}

.sideTeaser .fans ul a, .commentPhoto a {
	display: block;
	float: left;
	width: 52px;
	font-size: 9px;
	color: #000391;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	padding: 0 0 5px 0;
}
.sideTeaser .fans ul a span, .commentPhoto a span {
	display: block;
	width: 44px;
	height: 44px;
	float: left;
	border: 1px solid #d2a423;	
	padding: 3px;
	margin: 0 0 4px 0;
}
.sideTeaser .fans ul a span em, .commentPhoto a span em {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
}
.sideTeaser .fans ul a span img, .commentPhoto a span img {
	height: 44px;
}
.sideTeaser .fans ul a:hover, .commentPhoto a:hover {
	cursor: pointer;
}
.sideTeaser .fans ul a:hover span, .commentPhoto a:hover span  {
	background: #e8bb49;
}
.sideTeaser .fans p {
	clear: left;
}

/* Vorschläge */

.sideTeaser .advice li {
	border-bottom: 1px solid #d2a423;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.sideTeaser .advice li.last {
	border: none;
	padding: 0 0 14px 0;	
	margin: 0;
}
.sideTeaser .advice span.userPhoto {
	float: left;
	height: 50px;
}


.sideTeaser .advice span.userPhoto a span {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	border: 1px solid #d2a423;	
	padding: 2px;
	margin: 0 10px 0 0;
}
.sideTeaser .advice span.userPhoto a span em {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
}
.sideTeaser .advice span.userPhoto a span em img {
	height: 18px;
}

.sideTeaser .advice a {
	text-decoration: none;
}

.sideTeaser .advice a.user {
	display: block;
	font-weight: bold;
	padding: 0 0 3px 0;
}

/* Video */

.sideTeaser .countdown li.last {
	border: none;
	padding: 0 0 14px 0;	
	margin: 0;
	color: #d2a423;
}

/* Video */

.sideTeaser .video li {
	border-bottom: 1px solid #d2a423;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.sideTeaser .video li.last {
	border: none;
	padding: 0 0 14px 0;	
	margin: 0;
}
.sideTeaser .video span.userPhoto {
	float: left;
}
.sideTeaser .video span.userPhoto a span {
	display: block;
	width: 37px;
	height: 35px;
	float: left;
	padding: 2px;
	margin: 0 10px 0 0;
}
.sideTeaser .video span.userPhoto a span em {
	display: block;
	width: 37px;
	height: 35px;
	overflow: hidden;
}
.sideTeaser .video span.userPhoto a span em img {
	height: 35px;
}

.sideTeaser .video a {
	text-decoration: none;
}

.sideTeaser .video a.user {
	display: block;
	font-weight: bold;
	padding: 0 0 3px 0;
}

/* ## Kommentar-Elements ################################ */

.entry {
	padding: 0 0 10px 0;
}

#contentLeft small {
	color: #d2a423;
	font-size: 9px;
	line-height: 10px;
}
#contentLeft small a {
	color: #d2a423;
}

.commentPhoto {
	float: left;
	width: 60px;
}

.commentText {
	float: left;
	width: 491px;
	margin: 0 0 20px 0;
}

.comment h3 {
	font-weight: bold;
	font-size: 12px;
	color: #d2a423;
	line-height: 10px;
	padding: 0 0 2px 0;
}
.comment h3 a {
	color: #d2a423;
	text-decoration: none;
}
.comment h3 a:hover {
	text-decoration: underline;
}

.comment .commentDate {
	padding: 0 0 6px 0;	
	font-size: 9px;
}
.comment .commentDate a {
	color: #999;	
}

/* ## Footer-Elements ################################ */

#footer {
	width: 782px;
	height: 36px;
	float: left;
	margin: -36px auto 0 auto;
	padding: 0 15px 0 15px;	
	text-transform: uppercase;
}

#footerIn {
	width: 100%;
	height: 21px;
	background: #454443 url(../img/background/dotline_content.gif) no-repeat center 0;
}

#footerIn ul {
	margin: 0 0 0 10px;
}

#footerIn ul li {
	float: left;
	padding: 0 12px 0 10px;
	background: transparent url(../img/background/footer_sep.gif) no-repeat right center;	
}

#footerIn ul li.last {
	padding-right: 0;
	background: none;
}

#footerIn ul li a {
	height: 21px;
	line-height: 21px;
	float: left;
	color: #B5B1A4;	
	text-decoration: none;
}

#footer ul li a.dark {
	color: #7D7B74;
}

#footerIn ul li a:hover {
	color: #fff;
}

/* Fans */
#contentLeft .user_entry {
	clear: left;
	margin:10px 0;
	padding: 4px 0 0 0;
	background: transparent url(../img/background/top_dotline.gif) repeat-x scroll 0 0;
	float: left;
	width: 551px;
}

#contentLeft #user_detail .user_entry {
	background: none;
}

	#contentLeft .user_entry h2 {
		margin: 10px 0;
	}

#contentLeft .user_photo {
	float: left;
	width: 100px;
	margin: 10px;
}

#contentLeft #user_detail .user_photo {
	width: 165px;
}

#contentLeft .user_info {
	float: left;
	width:350px;
	text-align: left;
}

#contentLeft #user_detail .user_info {
	width:350px;
}

#contentLeft #user_detail #show_posts {
	clear: left;
	margin: 20px 0;
}

#contentLeft .user_photo img {
	padding: 3px;
	border: 1px solid #d2a423;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


	
#contentLeft .first{
	background: none;
}

p#showErrors {
	clear: left;
	float:left;
	background-color:lightcoral;
	border:1px solid red;
	color:#000000;
	padding: 3px 5px;
	margin: 20px 0;
	width: 550px;
	display: none;
}

#registerCodeLoading {
	vertical-align:middle;
}

p#hinweis {
	padding-left: 5px;
}

*span.right {
	display:block;
	margin:-15px 0 0 0;
}

/* CYC */

form.loginform p label {
		width: 150px;
		display: block;
		float: left;
		clear: both;
	}
	form.loginform p input.input {
		width: 150px;
		float: left;
		clear: right;
	}
	form.loginform p img {
		width: 155px;
		float: left;		
	}
	form.loginform, form.loginform p {
		clear: both;
	}
	p#message, p#login_error {
		padding: 3px 5px;
		float:left;
		width:541px;
	}
	p#message {
		background-color: lightyellow;
		border: 1px solid yellow;
		margin:0 0 10px 0;
	}
	p#login_error {
		background-color: lightcoral;
		border: 1px solid red;
		color: #000;
	}
	
/* Tables */
#nutzerliste {
	border: 1px solid #d2a423;
	width: 550px;
}

#nutzerliste th{
	background: #d2a423;
	color: white;
	font-weight: bold;
}

#nutzerliste th, td {
	padding: 2px;
	border-bottom: 1px solid;
}