/* 
Farbklassen:

Hintergrund 1 :
Hintergrund Men� :
Hauptfarbe 1  : 
Hauptfarbe 2  : 
Highlight     : 

*/

/* ################################################################# */
/* Content */
/* ################################################################# */

div.csc-header {
  clear: both;
  display: block;
  padding: 0px 0px 0px 0px;
}

div.csc-header-n1 {
  padding: 0px 0px 0px 0px;
}

h1 {
  font-size: 14px;
  color: #1F3475;
  margin: 0px 0px 0px 0px;
  padding: 24px 0px 8px 0px;
}

h1.csc-firstHeader {
  font-size: 18px;
  padding: 0px 0px 8px 0px;
}


p {
  font-size: 12px;
  font-weight: normal;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

a:link {
  font-weight: normal;
  color: #000000;
	text-decoration: underline;
}

a:visited {
  font-weight: normal;
  color: #000000;
	text-decoration: underline;
}


/* ################################################################# */
/* Listen */
/* ################################################################# */


ul, ol {
	padding: 2px 0px 2px 24px;
}

li {
	padding: 2px 0px;
}


/* ################################################################# */
/* Tabellen */
/* ################################################################# */

table.contenttable {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.contenttable tr.tr-even {
  color: #ffffff;
  background-color: #769DC4;
}

table.contenttable tr.tr-even td {
	border: 1px solid #ffffff;
	padding: 2px;
}

table.contenttable tr.tr-odd td {
	border: 1px solid #769DC4;
	padding: 2px;
}

table.contenttable tr.tr-even td.td-0 {
	border-left: 1px solid #769DC4;
	padding: 2px;
}

table.contenttable tr.tr-even td.td-last {
	border-right: 1px solid #769DC4;
	padding: 2px;
}


table.contenttable tr.tr-0 {
	vertical-align: top;
	font-weight: bold;
  color: #ffffff;
	border: 1px solid #1E3674;
}

table.contenttable tr.tr-0 td {
	border-top: 1px solid #1E3674;
	border-bottom: 1px solid #1E3674;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
  background-color: #1E3674;
}

table.contenttable tr.tr-0 td.td-0 {
	border-left: 1px solid #1E3674;
}

table.contenttable tr.tr-0 td.td-last {
	border-right: 1px solid #1E3674;
}

table.contenttable tr.tr-0 {
	padding: 0px 2px;
}


/* ################################################################# */
/* Downloads */
/* ################################################################# */

div.downloaditem {
  margin: 4px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
}

span.downloadicon { 
  vertical-align: baseline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

span.downloadfile {
  vertical-align: top;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
}

span.downloadsize {
  vertical-align: top;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
}

/* ################################################################# */
/* Text mit Bild */
/* ################################################################# */

/* Captions */
p.csc-caption {
  font-size: 10px;
  text-align: center;
}

DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption {   }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image, like content (default) does: */
DIV.csi-border-2-black DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid #00225C;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 5px; /* Customize me, and set colSpace/textMargin in TS */
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px; /* Customize me, and set colSpace/textMargin in TS */
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px; /* Customize me, and set colSpace/textMargin in TS */
  margin-right: 5px; /* Customize me, and set colSpace/textMargin in TS */
}

DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

/* ################################################################# */
/* Navigation links */
/* ################################################################# */

#homelink a:link, #homelink a:visited {
	color: #A79002;
	text-decoration: none;
}

#homelink a:hover {
	color: #A79002;
}

div.linie_top {
	clear: both;
	height: 1px;
	overflow: hidden;
  width: 200px;
  background-image: url("../images/linie.jpg");
	margin	: 0px 0px 5px 0px;
}

div.linie_bottom {
	clear:both;
	height:1px;
	overflow:hidden;
  width: 200px;
  background-image: url("../images/linie.jpg");
	margin	: 5px 0px 0px 0px;
}

div.navi_2 {
	padding: 3px 0px 3px 0px;
}

div.navi_2_act {
	padding: 3px 0px 3px 0px;
}

div.navi_3 {
	padding: 3px 0px 3px 0px;
}

div.navi_3_act {
	padding: 3px 0px 3px 0px;
}

div.navi_4 {
	padding: 3px 0px 3px 0px;
}

div.navi_4_act {
	padding: 3px 0px 3px 0px;
}

a.navi_2 {
  font-weight: bold;
  color: #183473;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

a.navi_2:link {
  font-weight: bold;
  color: #183473;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

a.navi_2:visited {
  font-weight: bold;
  color: #183473;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

a.navi_2:hover {
  color: #739EC6;
}

a.navi_2_act {
  font-weight: bold;
  color: #739EC6;
  text-decoration: none;
	padding: 0px 0px 0px 0px;
 }

a.navi_2_act:link {
  color: #739EC6;
}

a.navi_2_act:visited {
  font-weight: bold;
  color: #739EC6;
  text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.navi_2_act:hover {
  color: #739EC6;
}

a.navi_3 {
  font-weight: normal;
  color: #739EC6;
  text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.navi_3:link {
  color: #739EC6;
}

a.navi_3:visited {
  font-weight: normal;
  color: #739EC6;
  text-decoration: none;
}

a.navi_3:hover {
  color: #183473;
}

a.navi_3_act {
  font-weight: normal;
  color: #183473;
  text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.navi_3_act:link {
  color: #183473;
}

a.navi_3_act:visited {
  font-weight: normal;
  color: #183473;
  text-decoration: none;
}

a.navi_3_act:hover {
  color: #183473;
}

a.navi_4 {
  font-weight: bold;
  color: #739EC6;
  text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.navi_4:link {
  color: #739EC6;
}

a.navi_4:visited {
  font-weight: bold;
  color: #739EC6;
  text-decoration: none;
}

a.navi_4:hover {
  color: #183473;
}

a.navi_4_act {
  font-weight: bold;
  color: #183473;
  text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.navi_4_act:link {
  color: #183473;
}

a.navi_4_act:visited {
  font-weight: bold;
  color: #183473;
  text-decoration: none;
}

a.navi_4_act:hover {
  color: #183473;
}

/* ################################################################# */
/* generische Navigation */
/* ################################################################# */

.gen_navi {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #183473;
  padding: 0px 5px 0px 5px;
}

a.gen_navi:link {
  color: #183473;
}

a.gen_navi:visited {
  color: #183473;
}

a.gen_navi:hover {
  color: #183473;
}


/* ################################################################# */
/* suche */
/* ################################################################# */

#search INPUT.searchform {
	width: 100px;
	font-size: 10px;
	border-style : solid;
	border : 1px solid #F8F5E6;
}

.tx-indexedsearch-searchbox td {
	padding: 5px;
}

ul.browsebox {
	height: 38px;
}

.browsebox li {
	float: left;
	list-style: none;
	margin: 0 3px;
}

.tx-indexedsearch-res {
	clear: both;
}

/* ################################################################# */
/* Margin */
/* ################################################################# */

#rmargin div.rmarginbox {
  width: 170px;
  margin: 20px 0px 0px 12px;
  padding: 0px 0px 0px 0px;
}

#rmargin h1 {
  font-size: 10px;
  color: #ffffff;
	text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 2px 2px 3px 0px;
  border-bottom: 1px dotted #ffffff;
}

#rmargin p {
  font-size: 10px;
  color: #ffffff;
}

#rmargin a, #rmargin a:link, #rmargin a:visited {
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#rmargin a:hover {
  font-size: 10px;
  font-weight: normal;
  color: #e5e6e8;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#rmargin ul {
  font-size: 10px;
  font-weight: bold;
  list-style-type: square;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 18px;
}

#rmargin ol {
  font-size: 10px;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 18px;
}

#rmargin li {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px;
}

/* ################################################################# */
/* Footer */
/* ################################################################# */

p.footer {
  font-size: 10px;
  color: #A68F01;
	text-align : center;
}

/* ################################################################# */
/* Sitemap */
/* ################################################################# */

p.csc-sitemap-level1 {
  font-weight: bold;
  color: #000000;
  width: 100%;
  background-color: #ffffff;
  padding: 2px 2px 2px 4px;
}

p.csc-sitemap-level2 {
  color: #000000;
}

p.csc-sitemap-level3 {
  color: #000000;
}

p.csc-sitemap-level4 {
  color: #000000;
}

a.csc-sitemap-level1 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
	padding: 0px 0px 0px 8px;
}

a.csc-sitemap-level1:link {
  color: #000000;
}

a.csc-sitemap-level1:visited {
  color: #000000;
}

a.csc-sitemap-level1:hover {
  color: #000000;
}

a.csc-sitemap-level2 {
  color: #000000;
  text-decoration: none;
	padding: 0px 0px 0px 16px;
  background-image: url("../images/bg_sitemap_2.gif");
  background-repeat: no-repeat;
}

a.csc-sitemap-level2:link {
  color: #000000;
}

a.csc-sitemap-level2:visited {
  color: #000000;
}

a.csc-sitemap-level2:hover {
  color: #000000;
  background-image: url("../images/bg_sitemap_2_hover.gif");
  background-repeat: no-repeat;
}

a.csc-sitemap-level3 {
  color: #000000;
  text-decoration: none;
	padding: 0px 0px 0px 24px;
  background-image: url("../images/bg_sitemap_3.gif");
  background-repeat: no-repeat;
}

a.csc-sitemap-level3:link {
  color: #000000;
}

a.csc-sitemap-level3:visited {
  color: #000000;
}

a.csc-sitemap-level3:hover {
  color: #000000;
  background-image: url("../images/bg_sitemap_3_hover.gif");
}

a.csc-sitemap-level4 {
  color: #000000;
  text-decoration: none;
	padding: 0px 0px 0px 32px;
  background-image: url("../images/bg_sitemap_4.gif");
  background-repeat: no-repeat;
}

a.csc-sitemap-level4:link {
  color: #000000;
}

a.csc-sitemap-level4:visited {
  color: #000000;
}

a.csc-sitemap-level4:hover {
  color: #000000;
  background-image: url("../images/bg_sitemap_4_hover.gif");
}


/* ################################################################# */
/* Suche */
/* ################################################################# */

.tx-indexedsearch-sectionlinks, .tx-indexedsearch-info {
  display: none;
}

h3.tx-indexedsearch-title-caption {
  font-size: 11px;
  color: #769DC4;
  font-weight: bold;
  padding-top: 16px;
}

h3.tx-indexedsearch-title-caption a:link, h3.tx-indexedsearch-title-caption a:visited {
  font-weight: bold;
  color: #769DC4;
	text-decoration: none;
}

h3.tx-indexedsearch-title-caption a:hover {
	text-decoration: underline;
}

p.tx-indexedsearch-info {
  color: #969696;
}



/* ################################################################# */
/* Gallery */
/* ################################################################# */

img.wtgallery_singlepic_pic, img.wtgallery_listpic_pic {
	border: 0;
}

.wtgallery_singlepic {
  width: 350px;
	border: 1px solid #183473;
  padding: 1px;
}

.wtgallery_singlepic_caption, .wtgallery_singlepic_popup {
  width: 354px;
  padding-top: 4px;
  text-align: center;
}

.wtgallery_listpic {
  padding: 1px;
	border: 1px solid #183473;
	margin: 5px 12px 5px 0px;
}

#wtgallery_singlepic_area {
  width: 354px;
}

.wtgallery_pagebrowser {
  clear: both;
  width: 354px;
	padding: 5px 0px 30px 0px;
  text-align: center;
}

.wtgallery_pagebrowser_back {
  display: inline;
}

.wtgallery_pagebrowser_page {
  display: inline;
  padding: 0px 20px;
}

.wtgallery_pagebrowser_fwd {
  display: inline;
}

.tx-wtgallery-pi1 {
}


/* ################################################################# */
/* Spielerb�rse */
/* ################################################################# */

div.tx-kesmallads-pi1-listrow-even, div.tx-kesmallads-pi1-listrow-odd {
  margin: 8px 0px;
  padding: 4px;
  border: 1px dotted #769DC4;
}

h2.tx-kesmallads-pi1-title {
  font-size: 11px;
  font-weight: bold;
  color: #769DC4;
  margin: 0px 0px;
  padding: 4px 0px;

}

/* ################################################################# */
/* Login */
/* ################################################################# */

.tx-felogin-pi1 div {
	margin: 10px 0;
}

.tx-felogin-pi1 fieldset {
	border: none;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.tx-felogin-pi1 label {
	float: left;
	width: 105px;
	font-weight: bold;
}

.tx-felogin-pi1 input[type="submit"] {
	margin-left: 105px;
}


/* ################################################################# */
/* Kontakt */
/* ################################################################# */

div.csc-mailform-field {
  margin: 10px 0;
}

.csc-mailform {
  border: none;
}

.csc-mailform-field label {
  float: left;
  width: 130px;
}

.csc-mailform-field input[type="submit"] {
  margin-left: 130px;
}