/**********************************************************************
 * Design inspired by Free CSS Templates                              *
 * http://www.freecsstemplates.org                                    *
 * Released for free under a Creative Commons Attribution 2.5 License *
 * Design used and changed by Sven Gruebel, HockeyData                *
 * Project start: 24.09.2014                                          *
 * Project rework start: 05.10.2015                                   *
 **********************************************************************/

body {
	margin: 0;
	padding: 0;
	background: #554842 url(../img/bg.jpg) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #737373;
	overflow-y: scroll;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #FFA800;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #E42E33;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Logo */

#logo {
	height: 260px;
	padding: 100px 0px 0px 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

#logo h1 {
	font-size: 54px;
	font-weight: bold;
}

#logo p {
	font-size: 20px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	position: fixed;
	width: 100%;
	overflow: hidden;
	height: 60px;
	background: #DA2F27 url(../img/menu_bg.jpg) repeat-x;
	z-index: 1;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	float: left;
	height: 60px;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	border: none;
}

#menu a.pic_menu {
	padding: 0px 5px 0px 5px;
}

#menu a:hover {
	background: #9F1615 url(../img/menu_bg_hover.jpg) repeat-x;
}

/* Page */

#page {
	padding: 40px 40px 0px;
	background-color: #FFFFFF;
	border-radius: 10px;
}

/* Content */
.part li {
	margin: 0;
	padding: 0;
}

.part li ul {
	margin: 0px 15px;
}

.part li li {
	padding-left: 20px;
	line-height: 35px;
	background: url(../img/sidebar_arrow.jpg) no-repeat left 14px;
}

.part li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

.separator {
	clear: both;
	padding: 0px 0px;
	border-bottom: 4px solid #EA5A4B;
}

.part {
	clear: both;
	padding: 30px 0px;
	border-bottom: 4px solid #EA5A4B;
}

.part .title {
	padding-top: 10px;
	letter-spacing: -2px;
	color: #484848;
}

.part .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.part .entry a.anker{
	padding: 60px 0px 0px 0px;
}

.part img {
	border-radius: 10px;
	width: 100%;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

table { border-collapse: collapse; empty-cells: show; }

td { position: relative; }

tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #111;
  width: 100%;
}

tr.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}

table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
    background-color: #fff;
}

/* Footer */

#footer {
	overflow: hidden;
	max-width: 960px;
	margin: 0px auto 40px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	display: block;
	padding: 30px 0px;
	line-height: normal;
	text-align: center;
	color: #1F1F1F;
}

#footer a {
	color: #121212;
}