@charset "utf-8";

/* v1.0 | 20080212,  */
/* BEGIN http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END css Reset */

* {
	font-size:100.01%;
}

body {
	font-size:75%;
	font-family:Verdana,sans-serif;
	line-height:1.4em;
}

#body_wrapper {
    width:818px;
    margin:0 auto;
}

/* header */

#header {
	background-color:#fff;
	width:803px;
	margin-left:4px;
}

#r2stv_logo {
}

#header h1 span {
	float:right;
	display:block;
	font-size:105%;
	font-weight:bold;
	color:#cc3366;
	padding:6px 0 2px 0;
}

#r2stv_youtube {
	float:right;
	clear:right;
}

#r2stv_twitter {
	float:right;
	clear:right;
}

/* top navigation */

.top_navigation {
	margin-top:10px;
	background-image:url('../images/top-navigation.png');
	background-position:top left;
	width:487px;
	height:54px;
}

.top_navigation li {
	display:block;
	float:left;
	background-image:url('../images/top-navigation-separator.png');
	background-position:top right;
	background-repeat:no-repeat;
}

.top_navigation li a {
	display:block;
	line-height:54px;
	color:#fff;
	padding:0 3em;
	text-decoration:none;
	margin-right:1px;
}

* html .top_navigation li a {
	display:inline-block;
}

.top_navigation li a:hover,
.top_navigation li.active a {
	background-image:url('../images/top-navigation-active.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.top_navigation li a.first:hover,
.top_navigation li.active a.first {
	background-position:0% 0%;
}

/* search */

#searchform {
	background-image:url('../images/searchform.png');
	background-repeat:no-repeat;
	background-position:top right;
	height:54px;
	width:316px;
	float:right;
	margin-top:10px;
}

* html #searchform {
	margin-left:-3px;
}

#searchform dl dt,
#searchform dl dd {
	display:inline;
}

#searchterm-element {
	position:relative;
	top:-6px;
}

* html #searchterm-element {
	top:-5px;
}

*+html #searchterm-element {
	top:-5px;
}

#searchterm-element, x:-moz-any-link {
	top:-8px;
	*top:-5px;
}

#searchterm-element, x:-moz-any-link, x:default {
	top:-6px;
	*top:-5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #searchterm-element {
		top:-8px;
    }
}
 
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    head~body #searchterm-element {
		top:-7px;
    }
}

#searchterm {
	height:18px;
	font-size:125%;
	font-weight:bold;
	width:200px;
	margin-left:30px;
	margin-top:-10px;
	line-height:19px;
	border:1px;
	border-style:solid;
	border-color:#fff;
}

#searchpage p strong {
	font-size:125%;
	color:#000;
	font-weight:bold;
	line-height:4em;
	margin:0 15px;
}

ul.results li {
	overflow:hidden;
	height:1%;
}

ul.results li p img {
	display:block;
	float:left;
	width:67px;
	height:78px;
	margin:15px;
}

ul.results li h3 {
	margin-top:6px;
}

ul.results li h3 a {
	font-size:120%;
	color:#cc3366;
	font-weight:bold;
	line-height:2em;
	text-decoration:none;
}

ul.results li p.resultdesc {
	font-size:100%;
	color:#000;
	font-weight:normal;
	line-height:1.6em;
}

#searchpage ul li p strong {
	font-size:100%;
	color:#000;
	font-weight:bold;
	line-height:1.6em;
	margin:0;
}

#submitImage {
	margin-top:16px;
	margin-left:29px;
}

#searchterm, x:-moz-any-link {
	margin-left:32px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #submitImage {
		margin-left:32px;
    }
}
 
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    head~body #submitImage {
		margin-left:30px;
    }
}

/* content */

#content_wrapper {
	width:818px;
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-y;
	margin-top:10px;
}

#content_bottom {
	width:818px;
	background-image:url('../images/content-bg-bottom.png');
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#content_top {
	width:818px;
	background-image:url('../images/content-bg-top.png');
	background-repeat:no-repeat;
	padding-top:12px;
}

#content {
	width:800px;
	margin-left:6px;
}

.content_bar {
	height:27px;
	width:800px;
	background-image:url('../images/content-bar.png');
	background-repeat:no-repeat;
}

.content_bar p.bar_right {
	line-height:27px;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	margin-left:508px;
}

#startpage, #videopage {
	width:491px;
	border-right:1px;
	border-style:solid;
	border-color:#cc3366;
}

#startpage img {
	display:block;
	width:491px;
	height:372px;
}

#startpage p {
	width:461px;
	height:342px;
	padding:15px;
}

#flashContent {
	display:block; /* ! */
	width:491px;
	height:372px;
}

#videopage embed {
	margin:0 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #videopage object {
		margin: 0 15px;
    }
}

.tenpx {
	display:block;
	height:15px;
}

#videopage h1 {
	font-size:125%;
	color:#cc3366;
	font-weight:bold;
	line-height:1.6em;
	padding:14px 0 0 15px;
}

#list_videos {
	float:right;
	width:308px;
}

* html #list_videos {
	margin-left:-3px;
}

.list_all {
	overflow:auto;
	height:1000px;
}

#list_videos ul li a img {
	float:right;
	display:block;
	width:67px;
	height:78px;
	margin:2px 0 0 10px;
}

#list_videos ul li {
	padding:17px 0;
	border-top:1px;
	border-style:solid;
	border-color:#cc3366;
	margin:0 15px;
}

* html #list_videos ul li {
	padding:19px 0;
}

*+html #list_videos ul li {
	padding:19px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #list_videos ul li {
		padding:19px 0;
    }
}

#list_videos ul li.first {
	padding:17px 0;
	border-top:0;
}

* html #list_videos ul li h2 {
	float:left;
	display:inline;
}

*+html #list_videos ul li h2 {
	display:inline;
}

#list_videos ul li h2 a {
	font-size:125%;
	color:#cc3366;
	font-weight:bold;
	text-decoration:none;
}

#list_videos ul li p {
	font-size:100%;
	color:#000;
	font-weight:normal;
	line-height:1.6em;
	padding-top:1em;
}

.little_bold {
	font-size:90%;
	font-weight:bold;
}

#startpage img {
	display:block;
	width:491px;
	height:372px;
}

#content_contents, #content_comments {
	padding:0 15px;
}

#content_comments ul li {
	border-bottom:1px solid #ededed;
}

#content_comments h3 {
	font-size:100%;
	color:#cc3366;
	font-weight:bold;
	line-height:2em;
	padding-left:0;
	padding:6px 0 0 0;
}

#content_comments h3 span.comment_date {
	font-size:90%;
	color:#000;
	font-weight:normal;
	vertical-align:top;
}

#content_comments p {
	font-size:100%;
	color:#000;
	font-weight:normal;
	line-height:1.6em;
	padding-bottom:1.6em;
}

#content_contents h1 {
	font-size:125%;
	color:#000;
	font-weight:bold;
	line-height:1.6em;
	padding-left:0;
	padding:15px 0 .5em 0;
}

#content_contents p {
	font-size:100%;
	color:#000;
	font-weight:normal;
	line-height:1.6em;
	padding-bottom:1.6em;
}

.big_strong {
	font-size:160%;
	font-weight:bold;
}

h2.intro_text {
	font-size:120%;
	line-height:2em;
	padding-bottom:1.2em;
}

.mail_link {
	font-size:120%;
	color:#cc3366;
	font-weight:bold;
	line-height:2em;
	text-decoration:none;
}

.mail_link:hover {
	text-decoration:underline;
}

#content_contents p.no_padding {
	padding-bottom:0;
}

.clearfloat {
	clear:both;
}

.comment_bar {
	height:27px;
	background-color:#cc3366;
}

.comment_bar p.bar_left {
	line-height:27px;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	margin-left:15px;
}

.comment_bar p.bar_right a {
	float:right;
	display:block;
	line-height:27px;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	margin-right:15px;
	text-decoration:none;
}

* html .comment_bar p.bar_right a {
	display:inline;
}

#vertical_slide {
	padding:10px 0 10px 0;
	margin-bottom:10px;
}

#commentform {
	margin-top:15px;
}

* html #commentform {
	margin-right:-3px;
}

#comment-label {
	margin-top:15px;
}

#erstellen-label {
	display:none;
}

#comment {
	margin-top:0;
	margin-bottom:0;
}

#commentform dl dd input, #commentform dl dd textarea {
	width:451px;
	border:1px solid #cc3366;
	font-size:100%;
	color:#000;
	font-weight:normal;
	line-height:1.6em;
	padding:4px;
}

textarea {
	font-family:Verdana;
	overflow:auto;
	height:100px;
}

#commentform dl dd input#kommentieren {
	font-weight:bold;
	color:#fff;
	line-height:1.6em;
	width:461px;
	background-color:#cc3366
}

#commentform dl dd input:focus, #commentform dl dd textarea:focus {
	border:1px solid #000;
}

#commentform ul.errors li {
	font-size:100%;
	color:#cc3366;
	font-weight:bold;
	line-height:1.6em;
	border:0;
}

#spmchk,
#spmchk-label,
#spmchk-element {
    display:none !important;
}

/* footer */

#footer {
	clear:both;
}

.footer_navigation {
	width:800px;
	margin-left:6px;
	height:12px;
	padding:0 0 10px 0;
}

.footer_navigation li {
	display:block;
	float:left;
}

.footer_navigation li a {
	display:block;
	line-height:12px;
	font-size:90%;
	color:#000;
	padding:0 1em;
	text-decoration:none;
}

.footer_navigation li a.first {
	padding:0 1em 0 0;
}

* html .footer_navigation li a {
	display:inline-block;
}

.footer_navigation li a:hover,
.footer_navigation li.active a {
	text-decoration:underline;
}
