/*
	Default page values
*/
body { 
 background-color: #FFFFFF;
 color: Black; 
 margin: 0 20px 0 20px;
 font-size: 13px; 
 font-family: Arial, Helvetica, sans-serif; 
 padding-top: 0;
 padding-bottom: 0;
}

table {
	background-color: White;
	color: Black;
}

td {
	font-size: 13px;
}

form {
	margin: 0 0 5px 0;
}

/* Hintergründe in den Menuebalken */
.balken {
 background-image:   url(http://www.spuren.ch/images/balkgelb.gif);
 background-repeat: repeat-x;
 color: #CC3300;
 background-color: transparent;
 font-size: 12px;
}

.balkenblau {
 background-image:    url(http://www.spuren.ch/images/balkblue.gif);
 background-repeat: repeat-x;
 color: #003366;
 background-color: transparent;
 font-size: 12px;
}

.balkenclear {
 background-image:    url(http://www.spuren.ch/images/balkclear.gif);
 background-repeat: repeat-x;
 color: #666666;
 background-color: transparent;
 font-size: 12px;
}

/* äusserer grauer Strich */
.borders {
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 8px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 8px;
}

/* Vertikale Trennlinien im Body */
.dotline {
 background-image:     url(http://www.spuren.ch/images/linevertical.gif);
 background-repeat: repeat-y;
}

.fusslinie {
 background-image:    url(http://www.spuren.ch/images/linehorizont.gif);
 background-repeat: repeat-x;
 font-size: 1px;
 }

#footertext {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
	
/* Farbe für Trennstriche in der Navigation */
.mtrenner {
	color: #F4A460;
	background: transparent;
}

/* Balken-Hintergründe */
.bggelb {
background-color: #FFF1D7;
color: Black;
padding-top: 5px;
padding-bottom: 5px;
font-size: 12px;
}

.bgblau {
background-color: #E6F1FC;
color: Black;
padding-top: 5px;
padding-bottom: 5px;
}

.bgchamoix {
background-color: #FFFFE0;
color: Black;
padding-top: 5px;
padding-bottom: 5px;	
}

.bgclear {
background-color: White;
color: Black;
padding-top: 5px;
padding-bottom: 5px;
}

.red{
	color: Red;
}

/* Veranstaltungs-Kalender */

.eventdate {
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	width: 80px;
	font-weight: bold;
	vertical-align: top;
}

.eventhead {
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.eventweekday {
	background-color: White;
	color: #666666;
	font-size: 12px;
	width: 80px;
	vertical-align: top;
}
.eventwhom {
	background-color: White;
	color: #666666;
	font-size: 12px;
	padding-bottom: 2px;
	vertical-align: top;
}

.eventdesc {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 2px;
	border-top: 1px dotted #999999;

}

.eventinfo {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
	vertical-align: top;
	border-top: 1px dotted #999999;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}






/* Monatskalender */

.cal_head {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.cal_weekday {
	background-color: #FFF1D7;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 24px;
	border-right: 1px solid #dddddd;
	padding: 2px 0 2px 0;
}

.cal_monthday {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 24px;
	border-right: 1px solid #dddddd;
	padding: 2px 0 2px 0;
}

.cal_today {
	background-color: #CCCCCC;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 24px;
	border-right: 1px solid #dddddd;
	padding: 2px 0 2px 0;
}

/* Blurb */

.blurb {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: transparent;
 	
}
/* Autorenname unter blurb */
.autorblurb {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: transparent;
 	
}


/* Rezensionen-Text in Edition */
.textgrau {
	color: #707070;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 3px;
 	
}

.umenue {
	border-top: 1px dotted #E3CD9E;
	border-bottom: 1px dotted #E3CD9E;
	background-color: transparent;
	color: Black;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 4px;
	font-size: 12px;
	}	

.grau {
	color: #707070;
	background-color: transparent;
	 	
}

/* Werbeblöcke */
.werbung {
	border: 1px solid #006633;
	background-color: #EEEEEE;
	color: #006633;
	margin-top: 4px;
	padding: 4px;
	font-size: 11px;
	}

/* Titelbild auf Home in mittlerer Spalte*/	
.titelbild1 {
	border-bottom: 1px solid #003399;
	float: right; 
	width: 153px;
	padding: 4px 0px 4px 0px;
	margin-bottom: 4px;
	font-size: 11px;
	
}

/* Titelbild auf Folgeseiten in linker Spalte */	
.titelbild2 {
	border-top: 1px solid #E3CD9E;
	width: 172px;
	padding: 8px 0px 8px 0px;
	margin: 0px;
}

/* Bildlegende und Formatierung für Artikelbilder mit Linie*/	
.legende {
 font-family: Arial, Helvetica, sans-serif;
 font-size:   11px;
 font-style: normal;
 text-align: center;
 color:       #003399;
 background-color: transparent;
 font-weight: normal;
 float: right; 
 margin:24px 0 5px 5px; 
 border-bottom:1px solid #003399;
 padding-bottom:5px
}

/* Text in Linien eingefasst für Zitate in Artikeln */
.decoline {
 font-family: Arial, Helvetica, sans-serif;
 font-size:   13px;
 font-style: italic;
 text-align: center;
 color:       #003399;
 background-color: transparent;
 font-weight: bold;
 margin:15px 25px 0px 25px; 
 border-top:1px solid #003399;
 border-bottom:1px solid #003399;
 padding-bottom:5px;
 padding-top: 5px;
}

/* untertitel bei den Autorenlinks für Weblog */
.autorsubtext{
 font-family: Arial, Helvetica, sans-serif;
 font-size:   11px;
 font-weight: normal;
 margin-bottom: 8px;
 padding-left: 20px;
}

.date {
/* font-family: Arial, Helvetica, sans-serif;*/
 font-size:   11px;
 font-weight: normal;
 margin-bottom: 3px;
 color: Gray;
}

.linkindent{
	padding-left: 15px;
}


/* Unterbrecherlinie */
.breakline {
 font-family: Arial, Helvetica, sans-serif;
 font-size:   2px;
 text-align: center;
 color:       #003399;
 background-color: transparent;
 margin:15px 25px 0px 25px; 
 border-top:1px solid #003399;
 padding-bottom:5px;
 padding-top: 5px;
}


/* horizont. Linie in Mittel-Spalte */
.liniemitte {
	border-bottom: 1px dotted #E3CD9E;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	color: #BE9030;
	background-color: transparent;
	clear: both;
}

/* Untertitel gelb*/
.utitel {
	color: #BE9030;
	background-color: transparent;
}

.umenue {
	border-top: 1px dotted #E3CD9E;
	border-bottom: 1px dotted #E3CD9E;
	background-color: transparent;
	color: Black;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 4px;
	font-size: 12px;
	}	


/* P ohne Abstände */

.killa {
	margin-bottom: 9px;
	margin-top: 3px;
}

/*
	Links
*/
a:link { 
 color: #3366FF;
 background-color: transparent; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:visited { 
 color: #7F7F7F;
 background-color: transparent; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:active { 
 color: #CC0033; 
 background-color: transparent;
 font-weight: normal; 
 text-decoration: underline; 
}

a:hover { 
 color: #CC0033; 
 font-weight: normal; 
 text-decoration: underline;
 background: transparent;
}



/*  Small Links */
a.klein:link { 
 color: #3366FF; 
 background-color: transparent;
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a.klein:visited { 
 color: #7F7F7F; 
 background-color: transparent;
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a.klein:active { 
 color: #CC0033; 
 background-color: transparent;
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a.klein:hover { 
 color: #CC0033; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline;
 background: transparent;
}


/*  Small Links */
a.klein:link { 
 color: #3366FF; 
 background-color: transparent;
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a.mittel:visited { 
 color: #7F7F7F; 
 background-color: transparent;
 font-size: 12px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a.mittel:active { 
 color: #CC0033; 
 background-color: transparent;
 font-size: 12px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a.mittel:hover { 
 color: #CC0033; 
 font-size: 12px; 
 font-weight: normal; 
 text-decoration: underline;
 background: transparent;
}

/*  


/*  
    Hyperlinks that appears in the member navbar:
    login, register, calendar, etc.
*/
.loginText, .loginText a:link, .loginText a:active, .loginText a:visited, .loginText a:hover{ 
 color: Black;
 background-color: transparent;
 font-family: Arial, Helvetica, sans-serif;
 font-size:   11px; 
 font-weight: normal;

}
.loginText a:link    { color:  #3366FF; background-color: transparent; }
.loginText a:visited { color: #7F7F7F; background-color: transparent; }
.loginText a:active  { color:  #CC0033; background-color: transparent; }
.loginText a:hover   { color:  #CC0033; background-color: transparent; } 



.author {
 font-family: Arial, Helvetica, sans-serif;
 font-size:   12px;
 color: #003366;
 background-color: transparent;
 font-weight: normal;
 margin-top: 4px;
}



/* Grosser Titel */
.bigtitle {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-size:   16px;
 font-weight: bold;
 color: #003366;
 background-color: transparent;
}


/* Artikel-Titel */
.title {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-size:   14px;
 font-weight: bold;
 color: #003366;
 background-color: transparent;
}

/* Artikel-Titel */
.ausgabetitel {
 color: #003366;
 background-color: transparent;
 font-weight: bold;
 margin-bottom: 4px;
}


/* Titel in den Sidebars */
.smalltitle {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-size:   12px;
 font-weight: bold;
 color: #003366;
 background-color: transparent;
 margin-bottom: 0px;

}


/* h1 und h2 am 10.11.05 eingefügt  */
h1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-size:   15px;
 color: #003366;
 background-color: transparent;
 font-weight: bold;
 margin-bottom: 0px;
}

h2 {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-size:   13px;
 font-weight: bold;
 color: #003366;
 background-color: transparent;
 margin-bottom: 0px;
}


.headline {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 font-size:   13px;
 font-weight: bold;
 color: #003366;
 background-color: transparent;
 }

.smText {
 font-family: Arial, Helvetica, sans-serif;
 font-size:   11px;
 font-weight: normal;
 margin-bottom: 8px;
}


.medText {
 font-family: Arial, Helvetica, sans-serif;
 font-size:   12px;
 color:       #333333;
 background-color: transparent;
 font-weight: normal;
 margin-bottom: 6px;
 margin-top: 0px;
}


.lgText {
 font-family: Arial, Helvetica, sans-serif;
 font-size:   13px;
 color:       #333333;
 background-color: transparent;
 font-weight: normal;
}

input {
 font : normal 11px Arial, Helvetica, sans-serif;
 border : 1px solid #DABD81;
 color : black;
 background-color : #FFFFDD;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
 color: Black;
}

input.button {
 color : Black;
 background-color : #FFC080;
 font-size: 11px;
}

textarea {
 border: 1px solid #DABD81;
 margin-bottom: 10px;
 color: black;
 background-color: #FFFFDD;
 font: 11px Arial, Helvetica, sans-serif;
}

textarea:focus {
 background-color : #ffffff;
 color: Black;
}

.fixed {
 font: 11px Courier, Arial, Helvetica, sans-serif;
}

.pulldown {
 font-family: trebuchet,Verdana, sans-serif;
 font-size:	11px;
 font-weight: bold;
 color:	#333333;
 background-color: transparent;
 border-top: #000000 1px solid; 
 border-left: #000000 1px solid; 
 border-right: #000000 1px solid; 
 border-bottom: #000000 1px solid;
}

.weblog {
 margin-top: 0px;
 margin-bottom: 13px;
padding-bottom: 5px;
 border-bottom:1px dotted #999999;
}

.weblog2 {
 margin-top: 0px;
 padding-bottom: 5px;
}
/* mit gelber Linie*/
.weblog3 {
 margin-top: 0px;
 margin-bottom: 3px;
padding-bottom: 5px;
 border-bottom:1px dotted #E3CD9E;
 clear: both;
}

