﻿
.NavSubheadline {
  font-style:normal;
  font-size:120%;
  color:#094260;
}


.sub a:hover {
  text-decoration: underline;
  color:#5b0b23;
}

.innerheadingquote {
  font-style:italic;
}


.contentlist li {
  margin-left:20px;
  margin-bottom:20px;
  line-height: 24px;
  list-style: circle; 
  list-style-position: outside

}

.contentlist1 li {
  margin-left:16px;
  line-height: 20px;
  margin-bottom:10px;
  list-style-type:disc;
  list-style-position: outside
}


.contentlist2 li {
  margin-left:26px;
  line-height: 16px;
  margin-bottom:5px;
  list-style-type:disc;
  list-style-position: outside
}


.inner-no-nav {
  max-width: 623px;
  margin-right:15px;
}

.inner {
  margin-right:15px;
}

div.inner a:link {text-decoration: underline;}
div.inner a:visited {text-decoration: underline;}
div.inner a:active {text-decoration: underline;}
div.inner a:focus {text-decoration: underline;}


.html5audioplayer {
  width: 100%;
  margin: 10px 0 10px 0;
}

.sidebar nav li.item8 {
  padding: 0 0 32px 0;
} 


.sidebar nav li.item9 {
  padding: 0 0 15px 0;
}

.sidebar nav li.item11 {
  padding: 0 0 15px 0;
}

a.sidebarlink:link, a.sidebarlink:visited	{
  color: #5b0b23;
  text-decoration:none;
}

a.sidebarlink:hover  {
  /** color: #20bee3; **/ 
  font-style: normal;
  font-weight:bold;
}

a.active:link, a.active:visited  {
  /** color: #20bee3; **/ 
  font-style: normal;
  text-decoration:none;
  font-weight:bold;
}


a.sidebar2link:link, a.sidebar2link:visited	{
  color: #5b0b23;
  font-style: normal;
  font-size:  90%;
  text-decoration:none;
}

a.sidebar2link:hover  {
  color: #20bee3;
  font-style: normal;
  font-weight:bold;
}


.sprachversion {
  float:right;
  margin: 10px 10px 0 0;
}


a.contbutton {
  display:none;		  /** display:block;  **/
  color:#fff;
  background-color:#c12904;
  width:124px;
  padding:2px;
  font-weight:normal;
  text-decoration:none;
  text-align:center;
  font-size:  90%;
  /** margin:10px;  **/
  border:1px solid #e97d32;
}      

a.contbutton:hover {
  display:none;		  /** display:block;  **/
  color:#fff;
  font-weight:bold;
  background-color:#360c0d;;
  border:1px solid #5a0e10;
}


a.contnavbuttondetail {
  display:block;
  float:left;
  color:#fff;
  background-color:#c12904;
  width:100px;
  padding:0;
  font-weight:normal;
  text-decoration:none;
  text-align:center;
  font-size:  100%;
  margin: 0 5px 0 0;
  border:1px solid #e97d32;
}      

a.contnavbuttondetail:hover {
  display:block;
  color:#fff;
  font-weight:bold;
  background-color:#360c0d;;
  border:1px solid #5a0e10;
}

.bildervomkrieguebersicht {
  float:left; 
  width:130px;
  margin: 0 20px 25px 0;
  height: 140px;
  background-color:#d8d8d8;
}


.imgcontaineruebersicht {
	padding:0;
    width: 130px;
    height: 130px;
    overflow: hidden;
}

.bildervomkrieguebersicht_faber {
  float:left; 
  width:130px;
  margin: 0 20px 30px 0;
  height: 100px;
  background-color:#d8d8d8;
}


.imgcontaineruebersicht_faber {
	padding:0;
    width: 130px;
    height: 90px;
    overflow: hidden;
}


/** Pagination **/

.paginate {
  display: block;
  width: 100%;
  font-size: 0.9em;
}
 
.paginate.pag1 li { font-weight: normal;}
 
.paginate.pag1 li a {
  display: block;
  float: left;
  color: #fff;
  background: #a7a7a7;
  text-decoration: none;
  padding: 3px 7px 3px;
  margin-right: 6px;
  border: none;
}
.paginate.pag1 li a:hover {
  background: #26618d;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: solid 1px #26618d; 
}

.paginate.pag1 li.single, .paginate.pag1 li.current {
  display: block;
  float: left;
  padding: 5px 7px;
  margin-right: 6px;
  background: #26618d;
  color: #fff;
}


