/*********************************************
 * TITLE: Eranos.org Stylesheet     * 
 * Created: 2015    
 * by Eva Fitz
 *********************************************/


/* ##### Allgemeine Stile ##### */ 
body
	{
	background-color: #FFFFFF;
	}
	
ul.kreis {
	text-align: left;
	list-style-position: inside;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
}
	
/* ##### Normale Hyperlink-Farben auf Inhaltsseiten #### */
a.normal:link {
	color:#336699;
}
a.normal:visited {
  color:#003366;
  }
 a.normal:active {
  color:#0066CC;
  }
body.navilinks
	{
	background-color: black;
	}	

/* ##### Farben der Hyperlinks ##### */
	
a:link {
	color:#6699CC;
	}

a:visited {
	color:#6699CC;
	}
	
a:active {
	color:#0099FF;
	}
	
/* ##### Über- und Unterschrift zum Logo der linken Navigation ##### */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	}
	
p.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	}

.navlog {
	text-align: center;
	color: #6699CC;
	font-size: 90%;
	}
	

/* ##### Überschriften zu einzelnen Navigationspunkten #####*/
	
.navigation {
	line-height: normal;
	margin: 0em;
    padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
	font-size: 80%;
	font-weight: bold;
	}

/* ##### Stil für Navigationsleiste links ##### */
ul.navi {
   	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	color: #6699CC;
	}
	
li.navi:before {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
	font-size: 100%;
	list-style-position: inside;
	content: "• ";
	}
	
/* ##### Textfeld ##### */	
p.box {
  color: rgb(34,70,79);
  background-color: white;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
  }
  
h1.aktuell {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 95%;
	font-weight: bold;
	margin-top: 20px;
}
  
/* ##### Stile für Fotoseiten ##### */
.fototitel {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
}

.fototext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.fotostart {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

.overview {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 80%;
	font-weight: bold;
}

/* ##### Stile für Tabellen ##### */
td {
	text-align: center;
}

table.seitenlayout {
	margin: auto;
	width: 80%;
	border: 2px solid;
	border-color: #ccccff;
	padding: 5px;
	border-spacing: 0px;
}

table.rahmen {
	border: 2px solid;
	border-color: #ccccff; 
	padding: 0px 5px 10px 10px;
	border-spacing: 0px;
	width: 100%;
}

table.fotovorschau {
	margin: auto;
	width: auto;
	border: 1px solid;
	padding: 0px;
	border-spacing: 0px;
	border-color: #CCCCCC;
}

td.fotovorschau {
	background-color: #ffffff;
	width: 108px;
}

table.fotoseite {
	margin: auto;
	width: 440px;
	height: 37px;
	border: 1px solid;
	padding: 0px;
	border-spacing:0px;
	border-color: #CCCCCC;
}

table.fotonavigation {
	margin: auto;
	width: 440px;
	height: 35px;
	border: 1px;
	padding: 0px;
	border-spacing:5px;
	background-color: #CCCCFF;
}





