/*----------CSS Einstellungen zurücksetzen -----------------
------------------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------ Schriften  ----------------
---------------------------------------------------*/

body {
font-family: Arial,Helvetica,sans-serif;
font-size: 76%;
color: #eadeb0;
background: #6e0000;
line-height: 1.5em;
text-align: left;
min-width: 900px;
max-width: 1400px;
}

h1,
h2,
h3 {
font-weight: bold;
color: #6e0000;
}

h1 {
font-size: 2.0em;
margin-bottom: 0.7em;
}

h2 {
font-size: 1.5em;
margin-top: 1em;
margin-bottom: 0.5em;
}

h3 {
font-size: 1em;
margin-top: 0.8em;
margin-bottom: 0.4em;
}

a:link,
a:visited {
color: #960000;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #960000;
text-decoration: none;
}

/*------------------ Layout  ----------------
--------------------------------------------*/

#framework {
width: 84%;
min-width: 600px;
max-width: 1200px;
background-color:#000000;
padding: 0;
margin: 0 auto;
}

#header {
	width: 100%;
	height: 190px;
	background-image: url(images/header_ll_top.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
}

#mainNav{
	position: absolute;
	top: 120px;
	left: 0px;
}

#mainNav ul li {
  display: inline;
  font-size: 1.5em;
  margin-left: 50px;
  padding-left: 16px;
}

#mainNav ul li a {
color: #eadeb0;
}

#container {
position: relative;
}

#titelpic {
	border: none;
	text-align: center;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#albumpic {
	border: none;
	text-align: center;
	margin-left: 80px;
	width: auto;
	height: auto;
}

#contpic {
width: 350px;
padding: 4px 4px 0px 4px;
border: solid 1px #eadeb0;
margin: 55px 20px 0px;
float: right;
}

#contpic.hoch {
width: 250px;
}

#content {
padding: 20px 20px 20px 20px;
text-align: justify;
}

/*---------------- Listen und Tabelle  --------------
---------------------------------------------------*/

#content ul li{
background: url(images/horsbullet.gif) no-repeat 0 5px;
padding: 5px 0px 3px 33px;
}

.horsetable {
border: solid #300707 3px;
border-collapse: collapse;
vertical-align: middle;
}
.horsetable th{
text-transform: capitalize;
font-weight: bold; 
background-color: #300707;
text-align: left;
padding: 4px 15px;
}

.horsetable td{
padding: 2px 15px;
}

.horsetable tr.alt{
background-color: #201010;
}

.horsetable a:link,
.horsetable a:visited {
color: #eadeb0;
text-decoration: none;
}

.horsetable a:hover,
.horsetable a:focus,
.horsetable a:active {
color: #eadeb0;
text-decoration: none;
}


.horsetable tfoot {
background-color: #300707;
text-align: left;
padding: 4px 15px;
}

.horsetable tfoot a:link,
.horsetable tfoot a:visited {
color: #eadeb0;
text-decoration: none;
text-transform: capitalize;
font-weight: bold; 
}

.horsetable tfoot a:hover,
.horsetable tfoot a:focus,
.horsetable tfoot a:active {
color: #eadeb0;
text-decoration: none;
text-transform: capitalize;
font-weight: bold; 
}


}
.horsetable tfoot tr:hover {
background: none;
}

.overview {
width: 80%;
border: none;
vertical-align: middle;
}

.overview td{
width: 30%;
vertical-align: middle;
text-align: center;
border: none;
padding: 15px 0 0 0;
}



/*------------------ Fusszeile  ----------------
---------------------------------------------------*/

#footer {
clear: both;
width: 100%;
height: 110px;
background-image: url(images/footer_bg.png);
}
