@charset "utf-8";
/* CSS Document */
body
{
	background-color: #dfdfdf;
	height: 100%;
	font-family: Calibri, Tahoma, Arial;
}

a {
	color: #555;
}

a:hover {
	color: #aaa;
}

#wrapper
{
	min-height: 100%;
	width: 100%;
	min-width: 1000px;
	left:0;
	right: 0;
	position: absolute;
}

#header
{
	z-index:30;
	width: 100%;
	min-width: 1000px;
	background-color: #4674e9;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
	height: 85px;
	-webkit-backface-visibility: hidden;
}

#header table
{
	width: 100%;
}

td.head_img
{
	width: 43%;
}

td.head_img img
{
	position: relative;
	width: 100%;
}

td.head_menu
{
	width: 57%;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

#header a
{
	color: #fff;
	font-size: 16pt;
	text-decoration: none;
	padding-right: 5px;
}

#header a:hover
{
	text-decoration: underline;
}

#header a.admin_button
{
	display: block;
	background: url(../images/button.png);
	height: 50px;
	width: 100px;
}

#header a.admin_button:hover
{
	display: block;
	background: url(../images/button_act.png);
	width: 100px;
	height: 50px;
}

#homeImg
{
	position: absolute;
	margin-top: 75px;
	height: 200px;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	
}

#homeImg .slider
{
	overflow: hidden;
	height: 200px;
	width: 100%;
	margin: 0;
}

.image
{
	overflow: hidden;
	width: 20%;
	float: left;
	margin: 0;
}

.image img
{
	width: 100%;
}

.image span
{
	position: absolute;
	background-color: #4674e9;
	color: #fff;
	opacity: 0.7;
	width: 20%;
	height: 20%;
	bottom: 0;
	font-size: 16pt;
	padding-top: 5px;
	z-index: 10;
}

img .Loading
{
	width: 50px;
	height: 50px;
}

#main_middle
{
	margin-top: 300px;
	width: 100%;
	/*min-height: 100%;*/
	margin-bottom: 50px;
}

#middle
{
	margin-top: 100px;
	width: 100%;
	/*min-height: 100%;*/
	margin-bottom: 50px;
}

#menu
{
	
	padding-top: 10px;
	text-align: left;
	width: 15%;
	margin-left: 5px;
	margin-right:auto;
	float: left;
}

#menu h3
{
	padding-left: 10px;
}

#menu ul
{
	list-style-type: none;
	padding-left: 15px;
}

#menu a
{
	color: #000;
	font-size: 14pt;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#content
{
	height: 100%;
	width: 80%;
	margin-left: 20%;
	margin-right: 5px;
	padding-bottom: 50px;
}

table.news
{
	margin-right: 10px;
}

td.newsTextLeft
{
	position: relative;
	vertical-align: top;
	width: 50%;
	padding: 10px;
}

td.newsTextLeft p
{
	font-size: 12pt;
	text-align: left;
}

td.newsTextLeft span.title
{
	font-size: 18pt;
}

td.newsTextLeft span.date
{
	position: absolute;
	font-size: 10pt;
	color: #737373;
	bottom: 10px;
	right: 0;
}

td.newsImgRight
{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	max-width: 50%;
}

td.newsImgRight img
{
	max-height: 500px;
	max-width: 80%;
}

#footer
{
	background-color: #123dab;
	height: 50px;
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	margin: 0;
}

#copyright
{
	color: #fff;
	font-size: 14pt;
	float: left;
	width: 48%;
	margin-top: 8px;
	margin-left: 2%;
}

#bottomLinks
{
	color: #fff;
	font-size: 18pt;
	text-align: right;
	margin-top: 5px;
	float: left;
	width: 48%;
	
}

a.bottomLink
{
	color: #fff;
	font-size: 18pt;
	text-decoration: none;
}

a.bottomLink:hover
{
	text-decoration: underline;
}

div.prjRow
{
	position: relative;
	overflow: auto;
	width: 90%;
	top: 10px;
	padding-bottom: 10px;
}

div.prjRow .project
{
	float: left;
	background-color: #fff;
	width: 300px;
	height: 400px;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

div.prjRow .project:hover
{
	background-color: #efefff;
}

div.prjRow .projectImg
{
	height: 30%;
}

div.prjRow a
{
	font-size: 16pt;
	color: #123dab;
	text-decoration: none;
}

div.prjRow a:hover
{
	text-decoration: underline;
}

div.prjRow .text
{
	position: relative;
	font-size: 12pt;
	width: 290px;
	height: 35%;
	text-align:left;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.prjRow .progressBar
{
	border: 1px solid #000;
	width: 95%;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

div.prjRow .progress
{
	position: relative;
	height: 100%;
}

div.prjRow .dates
{
	text-align: left;
	font-size: 10pt;
	color: #666;
	padding: 5px;
	bottom: 0px;
}

#pageTitle
{
	position: relative;
	width: 90%;
	height: 40px;
	background-color: #4674e9; /* #123dab;*/
	color: #fff;
	font-size: 24pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	top: 10px;
	bottom: 10px;
	text-align: left;
	vertical-align: top;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

/* Project Details */
div.prjText
{
	position: relative;
	float: left;
	width: 60%;
	text-align: justify;
	top: 20px;
	padding-top: 10px;
	margin-bottom: 50px;
	margin-top: 10px;
}

div.prjText .prjSubTitle
{
	color: #123dab;
	font-size: 18pt;
	font-weight: bold;
	margin-left: 2%;
	margin-right: 2%;
}

div.prjText .prjSubSubTitle
{
	color: #123dab;
	font-size: 10pt;
	font-style: italic;
	margin-left: 2%;
	margin-right: 2%;
}

div.prjText hr
{
	color: #555;
	border: 1px dashed;
}

div.prjText p
{
	margin-left: 2%;
	margin-right: 2%;
}

div.prjText .navContainer
{
	height: 30px;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}

div.prjText .navContainer .leftNav
{
	position: relative;
	width: 50%;
	padding: 5px;
	float: left;
	text-align: left;
}

div.prjText .navContainer .rightNav
{
	position: relative;
	width: 40%;
	padding: 5px;
	float: right;
	text-align: right;
}

div.prjText .navContainer a
{
	color: #000;
	font-size: 14pt;
	text-decoration: none;
}

div.prjText .navContainer a:hover
{
	text-decoration: underline;
}

div.prjPage1
{
	padding: 5px;
	margin-bottom: 30px;
}

div.prjPage2
{
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

div.prjImages
{
	position: relative;
	width: 40%;
	margin-left: 60%;
	margin-bottom: 60px;
	overflow: hidden;
}

div.prjImages ul
{
	display: block;
	list-style-type: none;
}

div.prjImages li
{
	float: left;
	padding: 5px;
	margin-right: 10px;
}

div.prjImages a.preview_images
{
	display: block;
	width: 100px;
	height: 100px;
}


/*	VIDEOS	*/
#menuContainer
{
	width: 100%;
	min-height: 500px;
	background-color: #fefefe;
	padding: 10px;
	top: 0;
	margin-left: 10px;
	margin-bottom: 100px;
	overflow: hidden;
	white-space: nowrap;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

#menuContainer h3
{
	color: #4674e9;
}

.contentContainer
{
	width: 90%;
	background-color: #fefefe;
	padding: 10px;
	padding-bottom: 50px;
	margin-top: 20px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}

.contentContainer p
{
	padding-left: 20px;
}

.contentContainer .playlistTitle
{
	font-size: 20pt;
	font-weight: bold;
}

.contentContainer .playlistSubTitle
{
	font-size: 14pt;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

.videoContainer
{
	width: 80%;
	margin: auto;
}

div.bigVideo
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}

div.bigVideo iframe
{
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.thumbnail_wrapper
{
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	height: 200px;
	overflow: auto;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	margin-top: 20px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	height: 150px;
	width: 100%;
	overflow: hidden;
}

.jcarousel div
{
	display: block;
	width: 70%;
	margin: auto;
}

.jcarousel img {
    width: 100%;
}

.jcarousel img:hover
{
	cursor: pointer;
}

.jcarousel span
{
	display: block;
	position: relative;
	color: #fff;
	background-color: #4674e9;
	opacity: .7;
	font-size: 10pt;
	bottom: 22px;
	z-index: 10;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
	font-family: Calibri, Tahoma, Arial;
	font-size: 36pt;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 0px;
}

a.anchor
{
	position: relative;
	display:block;
	top: -100px;
	visibility: hidden;
}

div.galRow
{
	position: relative;
	overflow: auto;
	left: auto;
	right: auto;
	top: 10px;
	padding-bottom: 10px;
}

div.galRow .galery
{
	float: left;
	background-color: #fff;
	width: 300px;
	height: 300px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.galRow .galery:hover
{
	background-color: #efefff;
}

div.galRow .galeryImg
{
	height: 65%;
	width: 120%;
	margin-left: -10%;
	overflow: hidden;
}

div.galRow .galerySub
{
	height: 100%;
	text-align: left;
}

div.galRow ul
{
	list-style-image: url(../images/List-Symbol.png);
	list-style-position: outside;
	margin-top: 0px;
}

div.galRow li
{
	padding: 5px;
	line-height: 180%;
}

div.galRow a.title
{
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	color: #4674e9;
}

div.galRow a.title:hover
{
	text-decoration: none;
	color: #7F9FEF;
}

div.galRow .date
{
	color: #858585;
	font-weight: bold;
}

div.galRow .pictures
{
	position: relative;
	background-color: #858585;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: 10px;
	font-style: italic;
	font-size: 10pt;
	width: 30px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

span.infoNew
{
	color: #e00;
	font-style: italic;
	font-weight: bold;
}

div.imgText
{
	position: relative;
	width: 90%;
	text-align: justify;
	top: 0px;
	padding-top: 10px;
	margin-bottom: 50px;
	margin-top: 10px;
}

div.imgText p.galSubTitle
{
	color: #123dab;
	font-size: 18pt;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.imgText .prjSubSubTitle
{
	color: #123dab;
	font-size: 10pt;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
}

div.imgText hr
{
	color: #555;
	border: 1px dashed;
}

div.imgText p
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}

div.galImages
{
	position: relative;
	width: 40%;
	margin-bottom: 60px;
	overflow: hidden;
}

div.galImages ul
{
	display: block;
	list-style-type: none;
}

div.galImages li
{
	float: left;
	padding: 5px;
	margin-right: 10px;
}

div.galImages a
{
	display: block;
	width: 100px;
	height: 100px;
}

/* jssor slider thumbnail navigator skin 11 css */
/*
.jssort11 .p            (normal)
.jssort11 .p:hover      (normal mouseover)
.jssort11 .pav          (active)
.jssort11 .pav:hover    (active mouseover)
.jssort11 .pdn          (mousedown)
*/
.jssort11
{
	font-family: Calibri, Tahoma, Arial;
	position: absolute; 
	width: 200px; 
	height: 500px; 
	left:800px; 
	top:0px;
}

.jssort11 .i, .jssort11 .pav:hover .i
{
	position: absolute;
	top:3px;
	left:3px;
	WIDTH: 80px;
	HEIGHT: 50px;
	border: #000 1px dashed;
}
* html .jssort11 .i
{
	WIDTH /**/: 62px;
	HEIGHT /**/: 32px;
}
.jssort11 .pav .i
{
	border: #000 1px solid;
}
.jssort11 .t, .jssort11 .pav:hover .t
{
	position: absolute;
	top: 3px;
	left: 68px;
	width:129px;
	height: 32px;
	line-height:32px;
	text-align: center;
	color:#000;
	font-size:12pt;
	font-weight:700;
}
.jssort11 .pav .t, .jssort11 .phv .t, .jssort11 .p:hover .t
{
	color:#fff;
}
.jssort11 .c, .jssort11 .pav:hover .c
{
	position: absolute;
	top: 38px;
	left: 3px;
	width:197px;
	height: 31px;
	line-height:31px;
	color:#000;
	font-size:11px;
	font-weight:400;
	overflow: hidden;
}
.jssort11 .pav .c, .jssort11 .phv .c, .jssort11 .p:hover .c
{
	color:#fff;
}
.jssort11 .t, .jssort11 .c
{
	transition: color 2s;
	-moz-transition: color 2s;
	-webkit-transition: color 2s;
	-o-transition: color 2s;
}
.jssort11 .p:hover .t, .jssort11 .phv .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .phv .c, .jssort11 .pav:hover .c
{
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.jssort11 .p
{
	background:#fff;
}
.jssort11 .pav, .jssort11 .pdn
{
	background:#4674e9;
}
.jssort11 .p:hover, .jssort11 .phv, .jssort11 .pav:hover
{
	background:#7F9FEF;
}

#Slider_Container
{
	position: relative; 
	background: #fff;
	top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 1000px; 
	height: 450px; 
	background: #fff; 
	overflow: hidden; 
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

div.jssor_loading
{
	position: absolute; 
	top: 0px; 
	left: 0px;
}

div.jssor_loading_sub
{
	filter: alpha(opacity=70); 
	opacity:0.7; 
	position: absolute; 
	display: block;
    background-color: #fff; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height:100%;
}

div.jssor_loader
{
	position: absolute; 
	display: block; 
	background: url(../slider/img/loading2.gif) no-repeat center center;
    top: 0px; 
	left: 0px;
	width: 100%;
	height:100%;
}

div.jssor_container
{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 800px; 
	height: 450px;
    overflow: hidden;
}


/*	Review Mainpage	*/
div.revText
{
	position: relative;
	width: 90%;
	text-align: justify;
	top: 0px;
	padding-top: 10px;
	margin-bottom: 50px;
	margin-top: 10px;
}

div.revText .revSubTitle
{
	color: #123dab;
	font-size: 16pt;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.revText .revSubSubTitle
{
	color: #123dab;
	font-size: 12pt;
	font-style: italic;
	margin-left: 2%;
	margin-right: 2%;
}

div.revText hr
{
	color: #555;
	border: 1px dashed;
}

div.revText p
{
	font-size: 14pt;
	margin-left: 2%;
	margin-right: 2%;
}

div.revContainer
{
	background: #fff;
	width: 45%;;
	/*height: 200px;*/
	overflow: hidden;
	float: left;
	margin: 10px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

fieldset.revSet
{
	border: 0;
}

fieldset.revSet legend
{
	color: #000;
	font-size: 18pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

div.revContainer:hover
{
	background: #efefff;
}

div.revContainer .image
{
	width: 30%;
	height: 170px;
	float: left;
	margin: 15px;
	overflow: hidden;
}

div.revContainer img
{
	width: 100%;
}

div.revContainer .textf
{
	padding: 5px;
}

div.revContainer a.revTitle
{
	color: #4674e9;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
}

div.revContainer a.revTitle:hover
{
	color: #7F9FEF;
}

div.revContainer a.revTitle .revLinkSubTitle
{
	font-size: 12pt;
}

div.revContainer p
{
	margin-top: 2px;
	margin-bottom: 5px;
}

div.revContainer .textf .date
{
	font-size: 10pt;
	font-style: italic;
	color: #123dab;
}

div.revContainer .textf p {
	font-size: 11pt;
}

/* Review Detail */
div.topRev
{
	overflow: visible;
	width: 100%;
}

div.topRev .revText
{
	position: relative;
	float: left;
	width: 60%;
	padding-top: 0;
}

div.topRev .revText p
{
	margin-top: 0;
}

div.topRev .revText h2
{
	
	margin-left: 20px;
	color: #123dab;
}

div.topRev .revRight
{
	float: left;
	width: 35%;
}

div.topRev .revImages
{
	position: relative;
	background: #fff;
	width: 100%;
	padding: 5px;
	left: 10px;
	top: 10px;
	overflow: auto;
	margin-bottom: 20px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.topRev .revImages img
{
	max-width: 150px;
	max-height: 150px;
	float: left;
	margin: 10px;
	border: 1px dashed #000;
	padding: 5px;
}

div.topRev .revVideo
{
	position: relative;
	background: #fff;
	width: 92%;
	padding: 5%;
	overflow: hidden;
	left: 10px;
	top: 10px;
	overflow: auto;
	margin-bottom: 20px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.topRev .revVideo .stream
{
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

div.topRev .revVideo iframe
{
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.bottomRev
{
	width: 100%;
	overflow: auto;
}

div.topRev .conclusion
{
	background: #fff;
	overflow: auto;
	width: 90%;
	border: 1px dashed;
	margin-top: 30px;
	margin-bottom: 20px;
	bottom: 20px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	margin-left: auto;
	margin-right: auto;
}

div.topRev .conclusion .pro
{
	background: #fff;
	width: 48%;
	min-height: 200px;
	font-weight: bold;
	float: left;
	padding: 1%;
}

div.topRev .conclusion .con
{
	background: #fff;
	width: 48%;
	min-height: 200px;
	font-weight: bold;
	float: left;
	padding: 1%;
}


div.topRev .conclusion .pro li
{
    list-style-image: url(../images/small/pro.png);
    line-height: 150%;
}

div.topRev .conclusion .con li
{
	list-style-image: url(../images/small/contra.png);
    line-height: 150%;
}


table.Text {
	margin-left: 10px;
	background-color: #efefff;
	border-spacing: 0px;
    border-collapse: separate;
}

table.Text td {
	border: 1px solid #00d;
	padding: 5px;
	min-width: 50px;
	min-height: 30px;
}

img.projImg {
	display: block;
	margin: 10px;
	-moz-box-shadow:    4px 4px #555;
  	-webkit-box-shadow: 4px 4px #555;
 	box-shadow:         4px 4px #555;
	margin-left: auto;
	margin-right: auto;
}

div.subNewsContainer {
	position: relative;
	width: 90%;
	padding: 10px;
	min-height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

div.subNewsContainer img {
	height: 150px;
	margin: 10px;
	float: right;
}

div.subNewsContainer span.date
{
	position: absolute;
	font-size: 10pt;
	color: #737373;
	bottom: 10px;
	right: 10px;
}

p.textIntro {
	font-size: 12pt;
	font-weight: bold;
}

div.shopContainer {
	margin-top: 100px;
	margin-left: 50px;
}

/* About ME */
div#meContainer {
	width: 90%;
	margin-top: 20px;
}

div#person {
	position: relative;
	width: 60%;
	min-height: 500px;
	background-color: #fff;
	padding: 1%;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

div#profilbild {
	position: relative;
	width: 36%;
	float: right;
}

div#profilbild img {
	width: 100%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

div#persLine {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#persLine hr
{
	color: #555;
	border: 1px dashed;
}

div#social {
	margin-top: 20px;
	width: 100%;
}

fieldset#Top10 {
	width: 500px;
	font-size: 12pt;
	float: left;
	margin-bottom: 100px;
}

fieldset#Top10 legend {
	font-size: 18pt;
}

span.topNew {
	color: #FFAB0F;
	font-size: 10pt;
	font-weight: bold;
}

span.topUp {
	color: #2EE95B;
	font-size: 10pt;
	font-weight: bold;
}

span.topDown {
	color: #E02225;
	font-size: 10pt;
	font-weight: bold;
}

span.topNone {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

div.prjVideo
{
	position: relative;
	background-color: #fff;
	padding: 5%;
	overflow: hidden;
	width: 70%;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.prjVideo div.stream {
	margin-bottom: 20px;
}

div.prjVideo span {
	font-size: 14pt;
}

div.prjVideo a {
	position: absolute;
	margin-top: 10px;
	font-size: 14pt;
	right: 5%;
	bottom: 10px;
}

div.prjDownloads
{
	position: relative;
	background-color: #fff;
	padding: 5%;
	overflow: hidden;
	width: 70%;
	margin-left: 30px;
	margin-top: 30px;
	overflow: auto;
	margin-bottom: 20px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.prjDownloads span {
	font-size: 14pt;
}

div.prjDownloads ul {
	list-style-type: circle;
}

div.prjDownloads a.download {
	font-size: 12pt;
	float: left;
	min-width: 10px;
	margin-right: 10px;
}

div.prjDownloads span.download {
	font-size: 12pt;
}

div.impressum {
	width: 87%;
	padding: 2%;
	background-color: #fff;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

div.ytContainer {
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.prjAffiliate {
	margin-top: 15px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 70%; 
	text-align: center;
}