#wsblock { display:none;}
/* ################ njoy ################ */

#scaler {
	/*background: url("http://www.n-joy.de/resources/images/textures/page_bottom_bg.png") repeat-x scroll left bottom #F2F4EA;*/
}
.ownerbody {
  background-color:#fff;
}
/* ################ Kommentarecke ################ 
.tile .nocomment {
	background-image: url(kommentar_plus.png);
}
.tile .commentcount { 
	background-image: none;
	background-image: url(kommentarecke.png);
}
#overlayCloseButton {
	background-image: url(overlayClose.png);
}

#tetris,#matrix{
  background-color:#111;
}
*/




/* ################ Buttons - Video und scroll to top ################ 
#videoBtn {
	background-image: url(video_button.png);
	top: 20px;
	right: 20px;
	cursor:pointer;
}
#scrollToTopBtn {
	background-image: url(scroll_up.png);
}
*/

#menubar {
    background:#385188;
}

.reiterkarte {
	background:#385188;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385188', endColorstr='#385188',GradientType=1 );
    border-top: 0;
    color: #fff;
    padding: 10px 0;
    vertical-align: middle;
    width: 50%;   
}

/* ################ Chatbox - Kommentareingabe chatbox und message im Overlay ################ */
#chatboxdummy, .overlayCommentsFormContainer {
	background-color: #80ABED;
    color: #081555; 
}
input[type="submit"] {
	background: #081555; /* ESC */
}
.eLCommentsFormContainer #messageCommentForm td:first-child, #chatboxdummy td:first-child {
	background-color: #fff;
}
.eLCommentsFormContainer #messageCommentForm td:last-child, #chatboxdummy td:last-child {
	background-color: #081555;
}

/* ################ STYLE 1 & Plain ################ */
.s1, .plain { 
	background-color: #607100; /* dunkelgrün */ 
	color: #ffffff; /* weiss */
}
.s1 a, .plain a { 
	color: #ffffff; /* weiss */
}
/* transparenter Hinterleger */
.kachel.s1 .transparent_postcard,
.kachel.plain .transparent_postcard {
    background-color: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.81) 30px, rgba(0,0,0,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.81)), color-stop(100%,rgba(0,0,0,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* W3C */
}

div[type="list"] .s1 .connect .flypiconConnect,
div[type="list"] .plain .connect .flypiconConnect {
	color: #607100; /* dunkelgrün */ 
}




/* ################ STYLE 2: hellgrün, Schrift dunkelblau ################ */
.s2 { 
	color: #0C1754; /* dunkelblau */
	background-color: #A0BC00; /* Hellgrün */ 
}
.s2 a { 
	color: #0C1754; /* dunkelblau */
}
/* schwarz transparenter Hinterleger */
.kachel.s2 .transparent_postcard  {
	background-color: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.81) 30px, rgba(255,255,255,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.81)), color-stop(100%,rgba(255,255,255,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* W3C */
}
div[type="list"] .s2 .connect .flypiconConnect {
	color: #A0BC00; /* Hellgrün */ 
}


/* ################ STYLE 3: dunkelblau Schrift hellblau ################ */
.s3 { 
	background-color: #081555; /* dunkelblau */
	color: #80ABE6; /* hellblau */
}
.s3 a { 
	color: #80ABE6; /* hellblau */
}
/* transparenter Hinterleger */
.kachel.s3 .transparent_postcard {
    background-color: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.81) 30px, rgba(0,0,0,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.81)), color-stop(100%,rgba(0,0,0,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* W3C */
}
div[type="list"] .s3 .connect .flypiconConnect {
	color: #081555; /* dunkelblau */
}



/* ################ mittelblau, Schrift weiss */
.s4 { 
	background-color: #2D4780; /* mittelblau */	
	color: #ffffff; /* weiss */
}
.s4 a { 
	color: #ffffff; /* weiss */
}
/* transparenter Hinterleger */
.kachel.s4 .transparent_postcard {
    background-color: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.81) 30px, rgba(0,0,0,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.81)), color-stop(100%,rgba(0,0,0,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* W3C */
}
div[type="list"] .s4 .connect .flypiconConnect {
	color: #2D4780; /* mittelblau */	
}


/* ################ STYLE 5: rosa Schrift rot ################ */
.s5 { 
	background-color: #4F5C84; /* Helllila */	
	color: #ffffff; /* weiss */
}
.s5 a { 
	color: #ffffff; /* weiss */
}
/* transparenter Hinterleger */
.kachel.s5 .transparent_postcard {
    background-color: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.81) 30px, rgba(0,0,0,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.81)), color-stop(100%,rgba(0,0,0,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* W3C */
}
div[type="list"] .s5 .connect .flypiconConnect {
	color: #4F5C84; /* Helllila */	
}

/* ################ STYLE 6: dunkelrotbraun Hintergrund mit Schrift weiss ################ */
.s6 { 
	background-color: #a1abcb; /* weiss */ 
	color: #0C1754; /* graugrün */
}
.s6 a { 
	color: #0C1754; /* graugrün */
}
/* transparenter Hinterleger */
.kachel.s6 .transparent_postcard {
    background-color: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.81) 30px, rgba(255,255,255,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.81)), color-stop(100%,rgba(255,255,255,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* W3C */
}
div[type="list"] .s6 .connect .flypiconConnect {
	color:  #a1abcb; /* grau */ 
}


/* ################ STYLE 7:  Verlauf hellgrau zu grau, von oben nach unten, Schrift grau ################ */
.s7 { 
	background-color: #80abe6; /* hellblau */
	color: #0C1754; /* dunkelblau */
}
.s7 a { 
	color: #0C1754; /* dunkelblau */
}
/* transparenter Hinterleger */
.kachel.s7 .transparent_postcard {
	background-color: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.81) 30px, rgba(255,255,255,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.81)), color-stop(100%,rgba(255,255,255,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* W3C */
}
div[type="list"] .s7 .connect .flypiconConnect {
	color: #80abe6; /* hellblau */
}

/* ################ STYLE 7: Verlauf schwarz zu rot, von oben nach unten, Schrift weiss ################ */
.s8 { 
	background-color:#f2f4ea; /* beige */
	color: #607100; /* dunkelgrün */ 
}
.s8 a { 
	color: #607100; /* dunkelgrün */ 
}
/* transparenter Hinterleger */
.kachel.s8 .transparent_postcard {
	background-color: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.81) 30px, rgba(255,255,255,0.91) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.81)), color-stop(100%,rgba(255,255,255,0.91))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.81) 30px,rgba(255,255,255,0.91) 100%); /* W3C */
}
div[type="list"] .s8 .connect .flypiconConnect {
	color: #f2f4ea;
}

div[type="list"] .tile .info span.realuserhandle.mail {
	display:none;
}
div[type="list"] .tile .transparent_postcard {
    background:transparent;
}

