/* (c) 2008 http://www.toefortoe.ch */
/*Last Modified: 20.04.2011*/

/*Layout-Structure based on http://www.alistapart.com/articles/holygrail*/
/*Styling inspired by http://www.1ngo.de/web/ and http://barrierefrei.e-workers.de/*/
/*Sizeswitcher taken from http://www.stero.de/*/

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	font-family: "Century Gothic","Trebuchet MS",Verdana,Tahoma,sans-serif;
	font-size: medium;
	color: #ccc;
	background: #BCB9BA;
}

#container {
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 190px;     /* RC fullwidth + CC padding */
}
		
#container .column {
	position: relative;
	float: left;
}
		
#center {
	/*padding: 10px 20px;*/       /* CC padding */
	padding: 0 20px 10px 20px;       /* CC padding */
	width: 100%;
}
		
#left {
	width: 180px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}
		
#right {
	width: 130px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
}
		
#footer {
	clear: both;
	position: relative;
	bottom: -1px;
	padding: 2px 0;
	text-align: center;
	border-top: 1px solid #666;
	color: black;
}
		
h1 {
  font-size:2.0em; 
  letter-spacing:16px; 
  text-align:center;
  color: #365169; 
  background:transparent;
  margin:0; 
  padding:0; 
  position:absolute; top:7px; left:9.5em; /*Der h1-umschliessende Header muss Position Relative haben, sonst orientiert sich h1 am viewport und rutscht ganz nach unten*/
}

h1#webstart {
  left:0; 
  width:100%;
}

h1 span {
  font-size:0.55em; 
  letter-spacing:11px; 
  white-space:nowrap;
}

p, #content li, dl, .p {
  font-family:"Century Gothic","Trebuchet MS",Verdana,Tahoma,sans-serif;
  font-size:0.93em;  
  word-spacing:0.2em;
}

p, .p {
  margin:1em 0;
  color:black;
}

h2, h3, h4 {
	letter-spacing: 1pt;
	margin: 20px 0 15px 0;
	padding: 5px 0px 5px 10px;
}

h2 {
	margin-top: 12px;
	padding-left: 30px;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size:1.6em;
	color:black;
}

h3 {
	font-size:1.4em;
}

h4 {
	font-size: 110%;
	font-style: normal;
}

h5 {
	font-size:1em;
	color:black;
}

p {
	margin: 5px 0 10px 0;
}

ul, ol {
	margin: 0 0 0 30px;
}

li {
	list-style-type: disc;
}

li li {
	font-size: 100%;
	list-style-type: circle;
}

li li li {
	list-style-type: square;
}

#header {
	background: #BCB9BA;
	height: 310px;
	color: #ccc;
	margin:7px 7px 0 7px; 
	position:relative;/*braucht's, sonst rutscht der Titel (h1, position absolute) weit nach unten */
}

#servicemenue {
	background: #dadde2;
	text-align:center;
	margin:0 7px 0 7px;
}

#content {
	position:relative;/*braucht's damit tanslucentblue nicht bis zum Footer nach unten rutscht*/
	z-index:2;
}

#breadcrumb {
	margin: 0;
	padding: 0;
	background:#BCB9BA; 
	color:#369;
	border-bottom:1px solid black;
}

#spiegel {	
	margin: 0 40px;
	padding: 15px 0; 
	color: #000;
	border-bottom: 1px solid black;
	z-index:2;
}

.translucentblue{
  background:#a3b6bf;
  opacity:.50; /*CSS3, Firefox, Safari 3, Opera (ab Version 9)*/
  -moz-opacity:.50; /*Mozilla vor Version 1.8*/
  -khtml-opacity:.50; /*Safari 2/Konqueror*/
  width: 100%; 
  height: 100%; 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index:-1;
}

/* === Links === */
a {
	text-decoration: none;
	/*border-bottom: 1px solid #333;*/
}

a:link {
	background-color: transparent;
	color: #600;
}

a:visited {
	background-color: transparent;
	color: #365169;
}

a:hover {
	background-color: transparent;
	color: #a00;
}

a:active, a:focus {
	background-color: transparent;
	color: #a00;
}

#breadcrumb a,
#breadcrumb a:visited,
#breadcrumb a:active,
#breadcrumb a:focus,
.topper a,
.topper a:visited,
.topper a:active,
.topper a:focus {
	background-color: transparent;
	color: #369
}

#content #breadcrumb {
	background-image: url(../img/folder_open.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

#content #breadcrumb p {
	margin-left: 24px;
}

#content #breadcrumb p small {
	display: none;
}

#footer p {
	margin-right: 20px;
	font-size: 0.8em;
}

/* Hauptmenue */
#menue ul {
	margin-left: -3px;/*Damit Menue mit der Leiste linksbündig wird. Gott weiss warum.*/
}

#menue ul ul {
	margin-left: 30px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menue ul ul ul {
	margin-left: 30px;
	margin-right: 5px;
	padding-top: 5px;
}

#menue ul li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 1px 0px;
	background:#b3bec2;
	color: #600;
}

#menue ul ul li {
	background: #b3bec2;
	color: #600;
}

#menue ul ul ul li {
	background-color: #b3bec2;
	color: #600;
}

#menue ul li a {
	display: block;
	padding-left: 5px;
	font-weight: bold;
	border: 1px solid;
	border-color: black;
}

#menue ul ul li a {
	padding-left: 5px;
}

#menue ul ul ul li a {
	padding-left: 5px;
}

/*  Safari macht besuchte Menüs schwarz, wenn dies aktiv ist!
#menue ul li a:visited {
	background-color: transparent;
	color: #365169;
}
*/
#menue ul li a:hover {
	background: #dadde2;
	color:black;
}

#menue a:visited.no-vis {
	background-color: transparent;
	color: #600;
}

#menue a:hover.no-vis {
	background-color: #f5ecd8;
	color: #900;
}

#menue ul li.aktiv-box {
	border: 1px solid;
	border-right: none;
	border-color: black black black #c0b090;
	background: #BCB9BA;
}

#menue ul ul li.aktiv-box {
	background: #D2D0D1;
}

#menue ul li span.aktiv-head {
	padding-left: 5px;
	font-variant: small-caps;
	letter-spacing: 1pt;
	font-weight: bold;
	background-color: #D2D0D1;
	color: black;
}

#menue ul li.aktiv {
	margin-left: -15px;
	padding-left: 5px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #f0e0c0;
	color: #365169;
	border: 1px solid;
	border-color: #ffefcf #c0b090 #c0b090 #ffefcf;
	border-left: 5px solid #c0b090;
}

#menue li {
  /*display:block; *//*PASSIERT NICHTS WENN MAN DEN WEGNIMMT*/
  margin:0; 
  padding:0; 
  font-size:1em; 
}

#menue a, #menue a:link, #menue em {
  /*display:block; *//*WENN DER WEGGENOMMEN WIRD, RUTSCHT DAS MENU AN DIE servicemenue HERAN*/
  padding:6px 0 6px 0.5em; /*ACHTUNG: BESTIMMT DIE HOEHE einer MENUE-Taste!!!*/
  font:normal normal bold 0.93em "Century Gothic",Helvetica,Arial,sans-serif;
  text-decoration:none;
  color:#369; 
  border-left:0.8em solid #afbfce;/*Linker Balker einer Menütaste*/ 
  background:#b3bec2;
}

#menue a:visited, #menue li em, #menue .aktuell {
  border-left:0.8em solid #afbfce;/*Damit der Balken links an der obersten Menütaste überhaupt kommt*/
  border-left-color:#c3d1da;
}

#menue a:hover, #menue a:focus, #menue em, #menue .aktuell {
  border-left-color:#abbac1; 
  background:57646A;
}

#menue ul ul {
  position:static; width:auto; padding:0;
  border-top:1px solid #9dabb6;
}

#menue li li a, #menue li li em {
  padding-left:2em;
}

.invis, hr, #printonly {
	display: none;
}

img {
	border: 0 none;
}

#breadcrumb p {
	margin: 0;
	padding: 3px 0 3px 10px;
}

#spiegel p {
	padding-left: 15px;
}

p.topper {
	background-image: url(../img/up.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding: 10px 0px 10px 20px;
	/* background-color:#BCB9BA; *//*gleiche Farbe wie Bread, wieder wegnehmen, falls dies transparent sein sollte */
}

#servicemenue a{   
  font:normal normal bold 0.93em "Century Gothic",Helvetica,Arial,sans-serif;
  text-decoration:none;
  color:#369; border-left:0.8em solid #afbfce;
  padding:0 10px; 
}

#servicemenue li{
	display: inline;
}

#servicemenue p{
	display: inline;
}

#servicemenue br {
	display: none;
}

#servicemenue .an {
	display: none;
}

.links {
  float:left; margin:0 1em 0.4em 1em;
}

.rechts {
  float:right; margin:0 0 0.4em 1em;
}

.clear {
  clear:both;
}

#adressen {
	width: 99%;
	margin: 0px 0px 20px 0px;
	background-color: transparent;
	color: #000;
}

.adresse {
	padding:0;
	margin:0;
}

#performer {
  	float:left;
	width: 100%;
	padding:10px 0;
}
	
	/*Nach dem Spiegel-Abschnitt clearen*/
#spiegel:after { /* self-clear floats */
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#performer dl {
	float: left;
	/* width: 320px; */
	margin: 10px 20px;
	padding: 0;
	display: inline; /* fixt den Bug der Randverdoppelung im IE/WIN */
}
	
	/*Nach dem dl clearen*/
#performer dl:after { /* self-clear floats */
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
}
	
	/*Name des performers*/
#performer dt {
  	/* float: right; *//*Damit das Bild raufrutscht*/
  	width: 100%;
	margin:0;
	padding: 0;
  	font-size:1.15em;
  	letter-spacing: 1px;
  	color: black;
}
	
	/*Bild und Beschreibung des performers*/
#performer dd {
	clear:both;	
  	margin: 0;
  	padding: 5px 5px;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: black;
	width:14em;
}
	
	/*Bild des performers*/
#performer dd.img img{
   	float: left;
    margin: 0 8px 0 0;	
	z-index:2;
	padding:4px;
	border-bottom-color:#C8CDD2;
	border-right-color:#C8CDD2;
}

.mp3 {
	margin: 0 12px 12px 12px;
	font-size: 1.3em;
}

#recordings {
  	float:left;
	padding:10px 0;
}
	
#recordings dl {
	float: left;
	margin: 10px 0;
	padding: 0;
	display: inline; /* fixt den Bug der Randverdoppelung im IE/WIN */
}
	
	/*Nach dem dl clearen*/
#recordings dl:after { /* self-clear floats */
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
}
	
	/*Ort, Datum, Anlass der Aufnahmen*/
#recordings dt {
  	width: 80%;
	margin:0;
	padding: 0;
  	font-size:1.15em;
  	letter-spacing: 1px;
  	color: black;
	background:#D2D0D1;
}
	
	/*Musiker und Aufnahmen*/
#recordings dd {
	clear:both;	
  	margin: 0;
  	padding: 5px 5px;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: black;
}

#performances {
  	float:left;
	width: 85%; 
	padding:10px 0;
}
	
#performances dl {
	float: left;
	margin: 10px 20px;
	padding: 0;
	display: inline; /* fixt den Bug der Randverdoppelung im IE/WIN */
}
	
	/*Nach dem dl clearen*/
#performances dl:after { /* self-clear floats */
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
}
	
	/*Datum, Lokal und Ort des Auftritts*/
#performances dt {
  	width: 100%;
	margin:12px 0;
	padding: 0;
  	font-size:1.15em;
  	letter-spacing: 1px;
  	color: black;
	background:#D2D0D1;
}
	
	/*Anlass*/
#performances dd {
	clear:both;	
  	margin: 0;
  	padding: 5px 5px;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: black;
	border-bottom: 1px solid black;
	margin: 0 22px 0 12px;
}

#performances dt.public {
	background:#D2D0D1;
}

#performances dt.private {
	background:#BCAEA2;
}

em {
  font-family:Verdana,sans-serif; font-style:italic; font-weight:normal;
}

strong {
  font-style:normal; font-weight:bold; color:black;
}

strong em {
  font-style:italic; font-weight:bold;
}

a:visited {
  color:inherit;
}

a:hover, a:focus {
  background:white;
}

a:hover span {
  color:#933;
}

a:active {
  text-decoration:none; color:white; background:#369;
}

a img {
  border:0;
}

#news {
	border-color: black;
	margin: 1em 0em 1em 0em;
	background:#BCAEA2;
	color:#369;
	border: 1px solid;
}

#news h4 {
	background-image: url(../img/toefortoeicon01.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	font-size: 1em;
	background-color:#B297A1;
	color: #233444;
	margin: 0;
	padding: 2px 0px 2px 1.1em;
	border-bottom: 1px solid #c0b090;
}

#news p {
	font-size:0.8em;
	padding: 0px 10px;
}

			
img {
	display:block; /*images must be set to block in order use auto margins*/
	margin:0 auto; /*centers images in most browsers*/
	text-align:center; /*centers images in older browsers*/
	border:black;
}
			


a:visited {
	background-color: transparent;
	color: #365169;
}

a:hover {
	background-color: transparent;
	color: #a00;
}

a:active, a:focus {
	background-color: transparent;
	color: #a00;
}

a:hover, a:focus {
	background:white;
}
			
h1 a:hover, h1 a:focus{
	background-color: transparent;
}
			
#myGallery {
	text-align:center;
	width: 700px !important;
	height:200px !important;
	margin:0 auto;
	top:106px;
}
			
.jdGallery .slideElement {
	background: url(../img/toefortoelogo01.jpg) no-repeat;
	border:0;
}
			
#servicemenue {
	background: #BCB9BA;
}
			
#center {
	background: #BCB9BA;
}


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 165px;
height: 100px;
border: 1px solid black;
padding: 0 5px 0 5px;
background-color: lightyellow;
color:black;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}





