@CHARSET "UTF-8";

html, body {
  margin: 0;
	background-image: url('../img/bg.jpg');
}


div#header {
	background: #D3D3D3;
	background-color:rgba(0, 0, 0, 0.14);
	border-bottom: 1px solid #aaaaaa;
}

div#header div {
	padding-top: 1.2em;
	padding-bottom: 1em;
	font-size: 24px;
	width: 940px;
	margin: auto;
	text-align: right;
  font-family: 'Open Sans';
  font-weight: 300;
	color: #555;
	background-image: url('../img/logo.png');
	background-repeat:no-repeat;
  background-position: left center;
}


div#menu {
	background: #FBFBFB;
	background-color:rgba(255, 255, 255, 0.54);
	border-bottom: 1px solid #c4c4c4;
}

div#menu div {
	font-size: 16px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	width: 940px;
	margin: auto;
	text-align: center;
	font-family: 'Open Sans';
  font-weight: 300;
	color: #555;
}

div#menu div a {
	text-decoration: none;
	color: #555;
	padding-left: 0.7em;
	padding-right: 0.7em;
}

div#menu div a.active {
	color: #188818;
}

div#content {
	font-size: 16px;
	padding-top: 1em;
	width: 940px;
	margin: auto;
	text-align: justify;
	font-family: 'Open Sans';
  font-weight: 300;
	color: #333;
	line-height: 1.7em;
	padding-bottom: 12em;
}







h1, h2 {
	font-family: 'PT Serif';
	font-weight: 700;
	font-size: 112%;
	color: #686868;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
}

h2 {
        padding-top: 1.6em;
        padding-bottom: 0.4em;
}

.clear {
  clear: both;
}



div.separator {
  height: 0px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #fff;
  clear: both;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}






div#firstpage{
  float:left; 
  margin-top: -0.92em;
  padding-right: 2em;
}



em {
  font-variant:small-caps; 
  font-style: normal;
  color: #067006;
}

p.topless {
  padding-top: 0;
  margin-top: 0;
}






p.philotext  { 
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 2.5em;
}

p.philoueber { 
  font-weight: 600;
  color: #067006;
  margin-bottom: 0em;
  padding-bottom: 0;
}






div#galleryselect {
  padding-bottom: 1em;
  text-align: center;
}

a.gallery {
  display: inline-block;
  line-height: 100%;
  text-decoration: none;
  margin: 0 0.6em;
}


a.gallery img {
  border: 1px solid #aaa;
  padding: 1px;
  margin: 0;
}

a.gallery.active img {
  border: 1px solid #61A061;
}

a.gallery p {
	background: #D3D3D3;
	background-color:rgba(0, 0, 0, 0.14);
	color: #333;
	font-variant: small-caps;
  text-align: center;
  padding: 0.3em 0.6em;
  margin: 0;
}

a.gallery.active p {
  background: #61A061;
  background: rgba(0, 102, 0, .62);
  color: #FFFFFF;
}
























/*
 * Tabellen
 */

table.styletable {
  border-spacing: 0;
}

table.styletable tr td {
  padding: 0.4em 0.9em;
}

table.styletable tr.tabletop td {
  font-style: italic;
  text-align: center;
  border-bottom: 2px solid #888; 
}

table.styletable tr.tablebottom td {
  border-bottom: 1px solid #888; 
}

table.styletable tr:hover  td {
  background-color: #eee;
  color: #202020;
}


table.styletable tr.tabletop:hover td {
  background-color: transparent;
  color: #333;
}


/* Tabelle für die Trainingsorte */


table.trainingsorte {
  border-spacing: 0;
}

table.trainingsorte tr td {
  vertical-align: top;
  padding: 0.4em 0.9em;
}

table.trainingsorte tr.top {
  font-weight: 600;
}

table.trainingsorte td.first {
  font-style: italic;
}
