﻿
/* xhtml-konformes JRBL-css by Christian Vögtli, Anpassungen by Stefan Tschudin */

/*****			Allgemeines für die Seite		*****/
body{
/*? Ein main-container ist nicht unbedingt nötig, man kann alles mit den bodyStyles erreichen*/
	font-family: "Maiandra GD", "Arial";
	font-size: 16px;
	font-style: normal;
	background-image: url(frames/bodyBack.jpg);
	background-repeat: repeat-y;
	margin:0;
	overflow: auto;
	text-align: center;  /*zentriert die ganze Seite bis IE6*/
	margin:0 auto; /*Zentriert die ganzen inneren container, offizielle Methode*/
	width: 900px;

}

/*margin ist für <h..> und <p..> standardmässig einige pixel, deshalb bewusst auf 0 gesetzt, 
dafür padding eingestellt, besser da dann der hintergrund über ganze grösse angezeigt wird... */
p{
	padding-top :0px;
	padding-bottom :10px;
	margin: 0px;
	text-indent:0pt; /*Einrückung der ersten zeile eines Paragrafen*/
}
	
	
h1 { font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color : red;
	padding-top :5px;
	padding-bottom :10px;
	margin: 0px;
	text-align:center; 
	
}
h2 {	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color : white;
	padding-top :12px;
	padding-bottom :8px;
	padding-left :0px;
	padding-right :0px;
	margin: 0px;
	
}
h3 {	font-size: 18px;
	font-style: normal;
	color : white;
	padding-top :3px;
	padding-bottom :5px;
	margin: 0px;
	
}
h4 {	font-size: 18px;
	font-style: normal;
	color : black;
	padding-top :3px;
	padding-bottom :5px;
	margin: 0px;
	text-align:center;
}
h5 {	font-size: 10px;
	font-style: normal;
	color : red;
	padding-top :0px;
	padding-bottom :5px;
	margin: 0px;
	text-align:center;
}
h6 {	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color : black;
	padding-top :0px;
	padding-bottom :5px;
	margin: 0px;
	text-align:center;
}
h7 {	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color : black;
	padding-top :3px;
	padding-bottom :5px;
	margin: 0px;
}

ul { list-style: none; /*Bullet points - Liste*/
	padding-top :0px; 
	padding-bottom :8px;
	padding-left: 10px;
	margin: 0px;
}

li { 	/*list-style-image: url(frames/BulletPoint.png); /*geht auch, aber ist nicht schön zentriert! */
background:url(frames/BulletPoint.png) no-repeat left center; /*schönere methode*/
padding-left:20px;
padding-right: 10px;
padding-top: 4px;
padding-bottom:4px;
}

li.weiss { /*für weisse Points*/
background:url(frames/BulletPointWeiss.png) no-repeat left center;
}

table {
  	border: 1px solid;
	border-color: #FF8429;
	font-family: "Maiandra GD", "Arial";
	font-size: 16px;
	font-style: normal;
	margin-left: auto;
	margin-right:auto;
	border-collapse:collapse; /*damit Rahmen aus einer linie und nicht jeweils doppelt umrandet ist*/
}
th { border: 1px solid; /*header-Teil der Tabelle*/
	border-color: #FF8429;
}
td { border: 1px solid;
	border-color: #FF9C4A;
}

img {
 border: 0;
}

/*** allg. Hyperlinks ***/
a:visited { color : blue;}
a:active {color : blue;}
a:hover {color : red;}


/*****			Kopfbereich				*****/
#kopf {	
	height : 255px; 
	text-align: center;
	background-image:url(frames/HPHead.jpg);
	background-repeat: no-repeat;
}
#headbanner{	
	margin-left:auto; /*rechtsbündig*/
	text-align: right;
	padding-top :28px;
	padding-right: 50px;
	float: right; /*weg operieren?!!*/
}
#homeLink{
	margin-right:auto;
	width: 50%;
	height: 60px; 
}
#menu{
	position: relative; 
	left: 124px; 
	top: 55px;
	width: 740px; 
	height: 36px; 
	z-index: 1; 
	float: left; 
}
#Laufschrift{
	position: relative; 
	top: -15px;
	/*left: 35px;*/
	z-index: 0;

}
#SeitenTitel{
	text-align: center;
	padding-top: 60px;
	margin-left: 140px;
	margin-right: 140px;
}
#social{
	margin-left:auto; /*rechtsbündig*/
	text-align: right;
	padding-top :76px;
	padding-right: 55px;
	float: right;
}
#topButtonA{
position: relative;
left: 900px; 
}

#topButtonB{ 
position: fixed;
bottom: 15px;
/*leider kann man nicht nur das einte fixed und das andere z.B. relative deklarieen*/
}

.h_links a:link {color : white; font-size: 16px; font-weight: bold;text-decoration:none; margin:5px;}  
.h_links a:visited {color : white; font-size: 16px; font-weight: bold;text-decoration:none; margin:5px;}
.h_links a:active {color : white; font-size: 16px; font-weight: bold;text-decoration:none; margin:5px;}
.h_links a:hover {color : black; font-size: 16px; font-weight: bold;text-decoration:none; margin:5px;}
	

/*****			Unten allg.				*****/
#inhalt{
position: relative;
height: auto;
/*border: solid thin blue;*/
}

/*****			Unten/Bauchbereich				*****/
.bauchBack {
	text-align: center;
	padding-right: 0px;
	z-index: 0; /*sozusagen layer-correktur*/
	width: 100%;
	/*border: dotted thin purple;*/
	
}
.artikel
{
	padding-bottom: 20px;
	width: 100%;
	/*border: dotted thin yellow;*/
}
.album{
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	/*border: dotted thin yellow;*/
}
.tumbnails
{   
    text-align: center;
	/*border: dotted thin yellow;*/
}
div.thumbnail {
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  /*border: dotted thin yellow;*/
}

#bauchBack {
	text-align: left; /*weil doof IE sonst das div nicht rechtsbündig macht, obwohl nach XHTML text nichts mit containern zutun hat"*/
	height:auto;
	position:absolute; 
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 100%;
	z-index: 0;
	background-image: url(frames/jrbl_Bauch.jpg);
	background-repeat: repeat-y; /*Hintergrund hier, wenn der hintergrund aus #bauch nicht automatisch anpassbar ist*/
	/*border: dotted thin yellow;*/
}

#bauch_oben {
	background-image: url(frames/jrbl_bauch_oben.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#bauch {
	background-image: url(frames/jrbl_Bauch.jpg);
	background-repeat: repeat-y;
	/*height: 100%; wäre gedacht, das dieser bis zum nächsten layer ausfüllt, geht aber nicht so...*/
}
#bauchEnd {
	background-image: url(frames/jrbl_unten.jpg);
	background-repeat: no-repeat;
	height: 172px; 
	position:absolute; 
	bottom: 0px; /*richtet dieses div an bottom des Elternelementes "bauchBack" aus.*/
}



/*****			Unten/NewsTicker (links)			*****/
.list { /* Einstellungen gelten für Ticker und andere Listen*/
	padding-right: 30px; /* padding-r + padding-l + width = Breite des Elementes */
	padding-left: 14px;
	color: #E7E7E7; /*~hellgrau*/
	/*border: dotted thin yellow;*/
}
.list a:link {color : white;}
.list a:visited {color : white;}
.list a:hover {color : black;}

#NEWSTicker{
	text-align: center;
	position:relative; /*fixed isch äu no cool*/
	top: 0px;
	left: 0px;
	margin-left: 27px;	/*rückt Ticker richtig ins Design des Hintergrundes*/
	float: left; /*funktioniert nicht bei position:absolute */
	z-index: 2; /*z-indez spielt offensichtlich für float mit anderen Objeten keine Rolle, muss aber höher als Bauch*/
	width: 185px; /*ACHTUNG: Hintergrund ist 185 breit, breite hängt aber "komisch" mit pading zusammen*/
}	
#newsoben {
	background-image: url(frames/Ticker_oben.png);
	background-repeat: no-repeat;
	height: 50px;
	
}
#newsbauch {
	background-image: url(frames/Ticker_bauch.png);
	background-repeat: repeat-y;
}
#newsunten {
	background-image: url(frames/Ticker_unten.png);
	background-repeat: no-repeat;
	height: 50px;
}

/*****			Unten/Listen-Bereich (rechts)			*****/
#Liste{
	text-align: left;
	position:relative; 
	top: 0px;
	left: 0px;
	margin-right: 15px;	/*rückt Liste richtig ins Design des Hintergrundes*/
	margin-left: 5px; /* abstand zu Float-Text links daneben*/
	float: right; /*funktioniert nicht bei position:absolute */
	z-index: 2; /*z-indez spielt offensichtlich für float mit anderen Objeten keine Rolle*/
	width: 248px;
}	
#liste_oben {
	background-image: url(frames/Liste_oben.png);
	background-repeat: no-repeat;
	height: 48px; /*Hintergrundframe=50px=hight+Padding*/
	padding-top: 2px;

	
}
#liste_bauch {
	background-image: url(frames/Liste_bauch.png);
	background-repeat: repeat-y;
}
#liste_unten {
	background-image: url(frames/Liste_unten.png);
	background-repeat: no-repeat;
	height: 50px;
}

/*****			Unten/Bauchinhalt			*****/
#bauchInhalt {
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
}
#Fusszeile{
text-align: center;
width: 900px;
position:relative; 
bottom: 0px;
z-index: 2;
color: #888888;/*IE kennt "grey" nicht, deshalb in hex-RGB*/
padding-top: 30px;
padding-bottom: 15px;
}
#Fusszeile a:link {color : #888888;}
#Fusszeile a:visited {color : #888888;}
#Fusszeile a:hover {color : white;}

