﻿
/* gehört zu protostar-uli_02 */

.code 
{
		color: rgb(0,0,0);
}
 
body.site {
background-image:  url(../images/07_Hintergrund_rot.jpg);
background-position: center;
/* background-repeat: repeat; */
/* border-top: 3px solid #ff0000;
	padding: 20px;
	background-color: rgb(0000ff); */
}

/* Zahlenfeld "Anzahl der Karten festlegen */

.visCSSinputNumber
{
/* 	width: 10%; */
width: 3em;
/* background-color: rgba(0,0,255,0); */
}

/* Bereich mit Inhalten; Breadcrumb, "weiter", Suche, Menüs rechts (mitglieder-Log-in, Letzte Beiträge behalten Hintergrundfarbe
Menüleiste oben  pos -1, banner, Logo zeigen das Hintergrundbild
.container {
background-image: url(../images/06_Hintergrund_grau_rote_kreise.jpg) ;
}
*/

/* Containerbreite festlegen; Transparenz einstellen
.container {
	width: 500px;
	opacity: 0.2;	
	background-color: rgba(0,0,255,0);
}
 */

/* Hintergrundbild im Kategorieblog
.items-row  {
background-image: url(../images/06_Hintergrund_grau_rote_kreise.jpg) ;
}
*/

/* keine sichtbare Wirkung
.content {
background: transparent ;
background-color: rgba(0,0,255,0);
}
*/

/* keine Änderung zu beobachten
.content {
background-image: url(../images/06_Hintergrund_grau_rote_kreise.jpg) ;
}
 */

/* Reihe mit Inhalt. Im Blog: mehrere Reihen, jedes Mal beginnt das Bild neu.
.row-fluid {
background-image: url(../images/06_Hintergrund_grau_rote_kreise.jpg) ;
}
*/

/* Farbe, Hintergrundbild, opacity funktionieren.
transparent funktioniert nicht */

 .header {

/* background-color: rgba(0,0,255,0); */
/* background-image: url(../images/cinema_logo_mit_filmclub_rot_238x90.png); */
/* background-image:  url(../images/07_Hintergrund_rot.jpg); */
/* opacity: 0.2; */
/* background-color: transparent ; */

} 

/* funktioniert nicht
.header-inner{
		opacity: 0.0 ;
}
*/

.header.header {
	/* background-image: url(../images/cinema_logo_mit_filmclub_rot_238x90.png); */
    background-color: rgba (255,0,0,0);
}


/*funktioniert nicht
.pull-left  {
		background-image: url(../images/cinema_logo_mit_filmclub_rot_238x90.png);
        background-color: rgba (255,0,0,0);
}
*/
