body, html, h1, h2, p, img {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0px;
}
a , a:visited{
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	
	color: #555;
	font-size: 12px;
    
    background: #fff;
	background: -moz-linear-gradient(top,  #444 0%, #fff 15%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(15%,#fff), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,  #444 0%,#fff 15%,#fff 100%);
	background: -o-linear-gradient(top,  #444 0%,#fff 15%,#fff 100%);
	background: linear-gradient(to bottom,  #444 0%,#fff 15%,#fff 100%);
    
}
header {
/*	padding-bottom: 10px;*/
	border-bottom: 1px solid #222;
		
	background: #b7b7b7;
	background: -moz-radial-gradient(center, ellipse cover,  #b7b7b7 0%, #787878 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b7b7b7), color-stop(100%,#787878));
	background: -webkit-radial-gradient(center, ellipse cover,  #b7b7b7 0%,#787878 100%);
	background: -o-radial-gradient(center, ellipse cover,  #b7b7b7 0%,#787878 100%);
	background: radial-gradient(ellipse at center,  #b7b7b7 0%,#787878 100%);
}
/* * GRADIENT BEGIN * */
footer, #topBar, #infobox h1, #highlight h2, 
div.pagination a:hover, div.pagination a:active, div.pagination span.current, 
#partners h2, #fuss{
	background: #b83046;
	background: -moz-linear-gradient(top,  #b83046 0%, #b83046 49%, #b5001d 51%, #b5001d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b83046), color-stop(49%,#b83046), color-stop(51%,#b5001d), color-stop(100%,#b5001d));
	background: -webkit-linear-gradient(top,  #b83046 0%,#b83046 49%,#b5001d 51%,#b5001d 100%);
	background: -o-linear-gradient(top,  #b83046 0%,#b83046 49%,#b5001d 51%,#b5001d 100%);
	background: linear-gradient(to bottom,  #b83046 0%,#b83046 49%,#b5001d 51%,#b5001d 100%);
}
/* * GRADIENT END * */
nav{
	background-color: #eee;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
}
footer {
	border-top: 1px solid #555;
	clear: both;
}
textarea {
	width: 730px;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
}
#topBar {
	width: 880px;
	margin: 0 auto;
	font-size: 14px;

	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
	
	overflow: auto;
}
#topBar a{
	display: block;
	float: left;
	padding: 15px 40px;
	height: 20px;
	border-right: 1px outset #acb7bf;
	color: #eee;
	text-decoration: none;
}
#topBar a:hover, #infobox h1:hover, #newsbox h1:hover{
	background: #c4b0b0;
	background: -moz-linear-gradient(top,  #c4b0b0 0%, #856b6b 49%, #665353 51%, #2a1f1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4b0b0), color-stop(49%,#856b6b), color-stop(51%,#665353), color-stop(100%,#2a1f1f));
	background: -webkit-linear-gradient(top,  #c4b0b0 0%,#856b6b 49%,#665353 51%,#2a1f1f 100%);
	background: -o-linear-gradient(top,  #c4b0b0 0%,#856b6b 49%,#665353 51%,#2a1f1f 100%);
	background: linear-gradient(to bottom,  #c4b0b0 0%,#856b6b 49%,#665353 51%,#2a1f1f 100%);
}
#search{
	float: right;
	margin: 0 40px;
	padding: 15px 15px 0;
}
.box-search{
	width: 200px;
	height: 14px;
	font-size: 10px;
}
.btn-search{
	color: #ffffff;
	font-size: 11px;
	padding: 1px;
	text-decoration: none;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		
	border: 1px solid #bababa;
	
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4bd63e), to(#114a11));
	background: -moz-linear-gradient(top, #4bd63e, #114a11);
}
.btn-search:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#174d22), to(#3db832));
	background: -moz-linear-gradient(top, #174d22, #3db832);
}

#infobox{
	position: fixed;
	right: -172px;
	top: 100px;
}
#infobox:hover, #newsbox:hover{
	right: -168px;
}
#infobox h1, #newsbox h1{
	position: absolute;
	top: 15px;
	left: -56px;
	width: 50px;
	text-align: center;
	font-size: 16px;
	color: #eee;
	padding: 10px;
	border: 1px solid #444;	
	
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
	
/*	box-shadow: -1px 1px 4px #555;
	-webkit-box-shadow: -1px 1px 4px #555; 
	-moz-box-shadow: -1px 1px 4px #555;*/
	
	cursor: pointer;
}
#infobox h1:hover{
	background: #acb7bf;
	background: -moz-linear-gradient(top,  #acb7bf 0%, #63707a 49%, #4f5a60 51%, #1d1f23 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acb7bf), color-stop(49%,#63707a), color-stop(51%,#4f5a60), color-stop(100%,#1d1f23));
	background: -webkit-linear-gradient(top,  #acb7bf 0%,#63707a 49%,#4f5a60 51%,#1d1f23 100%);
	background: -o-linear-gradient(top,  #acb7bf 0%,#63707a 49%,#4f5a60 51%,#1d1f23 100%);
	background: linear-gradient(to bottom,  #acb7bf 0%,#63707a 49%,#4f5a60 51%,#1d1f23 100%);
}
#infobox div, #newsbox div  {
	border: 1px solid #444;	
	background-color: #eee;
	width: 170px;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
}
#infobox h2, #newsbox h2{
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	
	background-color: #eee;
	border-bottom: 1px solid #444;	
}
#infobox p{
	padding: 10px;
}
#newsbox p{
	padding: 10px;
}
#newsbox{
	position: fixed;
	right: -402px;
	top: 175px;
}
#banner {
	margin: 0 auto;
	height: 200px;
	width: 880px;
	background-color: #000;
	text-align: center;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
}
#banner a{
	display: block;
	display: block;
}
#highlight, #highlight h2{
	text-align: center;
	font-size: 12px;
	color: #eee;
}
#nvid {
	width: 510px !important;
}
#nvid p{
	float: left;
	margin: 7px 5px !important;
	width: 160px;
	font-weight: bold;
}
#highlight div{
	float: left;
	width: 168px;
	min-height: 170px;
	margin: 15px 9px 35px 0px;
	border: 1px solid #444;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
		
	background: #eeeeee;
	background: -moz-linear-gradient(-45deg,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(135deg,  #eeeeee 0%,#cccccc 100%);
}
#highlight h2{
	padding: 5px 0;
	border-bottom: 1px solid #444;
}
#highlight p {
	margin: 7px 0;
	font-weight: bold;
}
#highlight img, .vlist img, .slist img, #partners img, .news-blog img{
/*	box-shadow: 0px 0px 3px #555;
	-webkit-box-shadow: 0px 0px 3px #555; 
	-moz-box-shadow: 0px 0px 3px #555;*/
}
#highlight img:hover, #partners img:hover {
/*	box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333; 
	-moz-box-shadow: 0px 0px 5px #333;*/
}
#anzahl {
	clear: both;
	border: 1px solid #444;
	padding: 10px;
	background-color: #eee;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
}
#anzahl p {
	display: inline;
}
div.pagination {
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	padding: 13px;
	background-color: #eee;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
}

div.pagination a {
	padding: 5px 7px;
	margin: 5px;
		
	text-decoration: none;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
}
div.pagination a:hover, div.pagination a:active {
	color: #aaa;
}
div.pagination span.current {
	padding: 5px 7px;
	margin: 4px;
	border: 1px solid #444;
	
	font-weight: bold;
	color: #eee;
}
div.pagination span.disabled {
	padding: 5px 7px;
	margin: 5px;
	border: 1px solid #EEE;
	
	visibility: hidden;
}
.slist, .vlist a, .category, .contact {
	clear: both;
	padding: 15px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
	
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	
	overflow:auto; /* damit sich höhe an text anpasst. und div nicht kollabiert */
}
.vlist a:hover {
	/*width: 865px;*/
	
	background: #f5f6f6;
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #c6b8b8 49%, #f5f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(49%,#c6b8b8), color-stop(100%,#f5f6f6));
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#c6b8b8 49%,#f5f6f6 100%);
	background: -o-linear-gradient(top,  #f5f6f6 0%,#c6b8b8 49%,#f5f6f6 100%);
	background: linear-gradient(to bottom,  #f5f6f6 0%,#c6b8b8 49%,#f5f6f6 100%);
}
.vlist span, .slist span{
	float: left;
	margin: 0 20px 0 0;
	max-width: 650px;
}
.slist span {
	max-width: 585px !important;
}
.vlist a {
	display: block;
}
.watch {
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	height: 480px;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
	
	background: #939393;
	background: -moz-linear-gradient(top,  #939393 1%, #3a3a3a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#939393), color-stop(100%,#3a3a3a));
	background: -webkit-linear-gradient(top,  #939393 1%,#3a3a3a 100%);
	background: -o-linear-gradient(top,  #939393 1%,#3a3a3a 100%);
	background: linear-gradient(to bottom,  #939393 1%,#3a3a3a 100%);
	
	text-align: center;
}
#viid_wrapper{
	margin: 0 auto;	
}
.views{
	float: right !important;
	font-size: 20px;
}
#slide-toggle{
	clear: both;
	border-bottom: 1px solid #444;
	padding: 7px;
}
#slide-toggle a{
	display: block;
}
#sharefoo{
	padding: 5px;
}
.single-link input{
	color: #777777;
    height: 26px;
    margin-left: 15px;
    margin-right: 90px;
    padding-left: 5px;
    width: 300px;
}
#rvid p{
	padding-bottom: 2px;
	border-bottom: 1px solid #444;
	margin-bottom: 10px;
}
#rvid ul{
	list-style-type: none;
	margin: 0;
    padding: 0;
}
#rvid li{
	float: left;
	margin: 0 3px;
    padding: 8px;
	width: 145px;
	
	font-weight: bold;
	text-align: center;
	
	border: 1px solid #444;
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
	
	background: #eeeeee;
	background: -moz-linear-gradient(-45deg,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(135deg,  #eeeeee 0%,#cccccc 100%);
	
	overflow: hidden;
    text-overflow: ellipsis;
}
.category ul{
	float: left;
	list-style-type: none;
	margin-right: 50px;
}
.category ul > li{
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}
.contact form{
	padding-left: 40px;
}
.contact h3{
	margin-top: 20px;
	border-top: 1px solid #444;
	padding: 5px;
}
.contact table{
	margin-left: 5px;
}
.contact p, .category p{	margin: 0 0 10px 10px;
}
#partners{
	margin: 15px 0;
	overflow: auto;
}
#partners div{
	float: left;

	margin: 0;
	border: 1px solid #444;
	
/*	box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555; 
	-moz-box-shadow: 1px 1px 4px #555;*/
		
	background: #eeeeee;
	background: -moz-linear-gradient(-45deg,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(135deg,  #eeeeee 0%,#cccccc 100%);
}
#partners h2{
	padding: 5px 20px;
	border-bottom: 1px solid #444;
	color: #eee;
}
#partners p {
	margin: 10px 10px;
	font-weight: bold;
}
#partners a {
	margin: 0 25px 0;
}
#fuss{
	clear: both;
	margin: 0 auto;
	padding: 20px 20px;
	text-align: center;
	font-size: 14px;
	width: 860px;
	color: #eee;
}
#fuss p{
	display: inline;
	margin-left: 10px;
}
#fuss a{
	color: #eee;
}
#fuss p{
	display: inline;
	margin-left: 10px;
}
#fuss a{
	color: #eee;
}

