@charset "utf-8";
/* CSS Haupt-Document */

/** kritische Werte instanzieren
-------------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
img{
  vertical-align: bottom;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border: 0;
}
/* a[href^="http://"]:before,
a[href^="https://"]:before {
  content: "\2197\00A0";
  font-family:Arial, Helvetica, sans-serif;
} */
a {
  outline: none;
}
html,
body {
	height:100%;
}

/** allgemeine Elemente formatieren
-------------------------------------------------------------------------------------------------- */
body {
  background: #590f0e url(images/layout/body_bg.jpg) left top repeat-x;
  color: #000;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
body * {
  text-align: left;
}
th, td {
  font-size: 12px;
  line-height: 1.4em;
}

/* Listen siehe content*/

/* Links und Anker */
a:link, a:visited,
a:hover, a:focus, a:active {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  font-size: 1em;
  line-height: 1.4em;
}
a:hover,
a:focus, 
a:active {
  text-decoration: none;
}

/* Überschriften und Absätze */
h1 {
  color: #000;
  background-color: transparent;
  font-size: 17px;
  margin: .85em 0 .75em;
}
h1.no2 {
  margin-top: 1.5em;
}
h1 img.htitle {
	padding-top: 26px;
}
h2 {
  color: #b70304;
  background-color:transparent;
  font-size: 17px;
  margin: 1.2em 0 .5em;
}
h3 {
  color: #b70304;
  background-color: transparent;
  font-size: 12px;
  margin: 1em 0 .5em;
}
p {
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 0 1em 0;
}
span {
  font-size: 12px;
  line-height: 1.4em;
}
.wichtig {
	font-weight: bold;
}
.small {
  font-size: 11px;
  line-height: 1.4em;
}
.zeile {
  margin:0 0 1em 0;
}
.doppelzeile {
  margin:0 0 2em 0;
}
hr {
  border: solid 1px #bbb;
  margin: 1em 0;
}


.text-high    {font-family: Arial, Helvetica, sans-serif; color: #D43C0C; font-size: 11px; font-weight: bold;}
.text-blau    {font-family: Arial, Helvetica, sans-serif; color: #0C71D4; font-size: 12px; font-weight: normal;}


/* Überschriften und Absätze */
table {
  margin: 0 0 1em;
  padding: 0;
}

/** Minimal CSS
-------------------------------------------------------------------------------------------------- */
html, body {
	height:100%;
}
#top {
	min-height:100%;
}

#main {
	padding-bottom:25px; /* unteres padding in der Hoehe des footers +footer_padding vermeidet Überlappungen */
}
#footer {
	height:22px;
	margin-top:-25px; /* + padding +1px */
}
/* IE Win only \*/
* html #top {
	height:100%;
}
/* */
/* IE only */
* html #main {
	padding-bottom:27px; /* unteres padding in der Hoehe des footers +footer_padding +2 vermeidet Überlappungen */
}
* html #footer {
	margin-top:-28px; /* + padding +3px */
}
/* */

/**
-------------------------------------------------------------------------------------------------- 
Regeln für besondere Bereiche
-------------------------------------------------------------------------------------------------- */
.clear {
  clear: both;
}
.skip {
  position: absolute; left: -5000px; top: 0;
}
.divider {
  display: none;
}

/** Hauptcontainer
-------------------------------------------------------------------------------------------------- */
div#top {
  position: relative; left:0; top:0;
  background: #fff url(images/layout/top_bg.jpg) 0 0 repeat-y;
  margin: 0 auto;
  width: 861px;
}
div#left {
  background: transparent url(images/layout/left_bg.jpg) 0 0 no-repeat;
  padding: 0 0 0 30px;
  width: 831px; 
}
div#right {
  background: transparent url(images/layout/right_bg.jpg) 100% 0 no-repeat;
  padding: 0 30px 0 0;
  width: 801px; 
}
div#main {
	background: transparent url(../images/layout/main_bg.gif) left top repeat-y;
	width: 100%;
}

/** header
-------------------------------------------------------------------------------------------------- */
div#header {
	background-color: #fff;
	width: 100%;
}
img#logo {
	margin: 0;
}

/** content
-------------------------------------------------------------------------------------------------- */
div#content {
  float: left;
  background-color: transparent;
  padding: 0 0 33px 33px;
  width: 434px;

}
#content p,
#content span {
  text-align: justify;
}
div#content a {
	background-color: transparent;
	color: #4e5352;
	font-weight: bold;
}

/* Listen */
#content ul,
#content ol {
  margin-bottom: 1em;
}
#content ul li,
#content ol li {
  padding: .2em 0;
}
#content ul li {
  background: transparent url(images/layout/cube.gif) left 8px no-repeat;
  list-style: none;
  border-bottom: dashed 1px #d9d9d9;
  padding-left: 10px;
  margin-left: 0;
}
#content ul li  ul li.last {
	border-bottom: none;
}
#content ol li {
  list-style: decimal;
  margin-left: 12px;
}
#content li ul,
#content li ol {
  padding: 0;
  margin-bottom: 0;
}

/** content Spalten
-------------------------------------------------------------------------------------------------- */
div#content-sp1 {
	float: left;
	margin: 1.8em 0 1em;
	width: 267px;
}
div#content-sp2 {
	float: right;
	border-left: solid 1px #596480;
	padding-left: 20px;
	margin: 1.8em 0 1em;
	width: 287px;
	wid\th: 267px;
}
#content-sp1 h2.first-h2,
#content-sp2 h2.first-h2 {
  margin: 0 0 .5em;
}
#content-sp1 h2,
#content-sp2 h2 {
  margin-top: .75em;
}
#content-sp1 p.last-p,
#content-sp2 p.last-p {
	margin-bottom: 0;
}

/** sidebar_1
-------------------------------------------------------------------------------------------------- */
div#sidebar_1 {
	float: left;
	background-color: transparent;
	width: 174px;
}
/* Hauptnavigation */
#sidebar_1 ul {
	list-style: none;
}
#sidebar_1 ul li {
	list-style: none;
}
#sidebar_1 ul li a:link,
#sidebar_1 ul li a:visited,
#sidebar_1 ul li a:hover,
#sidebar_1 ul li a:focus,
#sidebar_1 ul li a:active {
	display: block;
	color: #7a1c1c;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dashed 1px #818181;
	padding: 10px 0 10px 5px;
	margin: 0 0 0 10px;
	width: 149px;
}
#sidebar_1 ul li a:hover,
#sidebar_1 ul li a:focus,
#sidebar_1 ul li a:active {
	border-left: solid 10px #b70304;
	padding-left: 5px;
	margin-left: 0;
}
/** sidebar_2
-------------------------------------------------------------------------------------------------- */
div#sidebar_2 {
	float: right;
	background-color: #fff;
	border-left: solid 1px #bb605f;
	padding: 0 22px 0 16px;
	margin: 26px 0 20px 0;
	width: 88px;
}
#sidebar_2 a:link,
#sidebar_2 a:visited,
#sidebar_2 a:hover,
#sidebar_2 a:focus,
#sidebar_2 a:active {
	display: block;
	background-color: #fff;
	border: solid 1px #000;
	padding: 1px;
	margin-bottom: 30px;
}
#sidebar_2 a:hover,
#sidebar_2 a:focus,
#sidebar_2 a:active {
	background-color: #ad0505;
}
#sidebar_2 a:link.first,
#sidebar_2 a:visited.first,
#sidebar_2 a:hover.first,
#sidebar_2 a:focus.first,
#sidebar_2 a:active.first {
	margin-top: 15px;
}
#sidebar_2 a:link.last,
#sidebar_2 a:visited.last,
#sidebar_2 a:hover.last,
#sidebar_2 a:focus.last,
#sidebar_2 a:active.last {
	margin-bottom: 15px;
}
/** footer
-------------------------------------------------------------------------------------------------- */
div#footer {
	position: relative; left: 0; top: 0;
	background-color: #25282d;
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding: 3px 10px 0;
	margin-left: auto;
	margin-right: auto;
	width: 781px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/** Kontakt
-------------------------------------------------------------------------------------------------- */
.wpcf7-not-valid-tip-no-ajax {
	border-bottom: dashed 1px red;
}
.sp1 {
	width: 100px;
}
input,
textarea {
	margin-bottom: 5px;
	width: 100%;
}
input#submit {
	width: auto;
}
/** Court
-------------------------------------------------------------------------------------------------- */
.court {
	border: solid 1px #cdcdcd;
	padding: 2px;
}
.sponsor {
	border: solid 1px #cdcdcd;
	text-align: center;
	padding: 2px;
}
.border {
	display: block;
	border: solid 1px #cdcdcd;
	padding: 2px;
}
