/* ***********************************
    **** Typo                                    ***
	***********************************/
	
body {
   Color: #000000;
	font-family: Courier;
	font-size: 14px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform : uppercase;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform : uppercase;
}


A {
	text-decoration : underline;	
}

A:link {
  color: #000000;
}
A:visited {
  color: #000000;	
}
A:hover {
  color: #ff0000; 	
}

a img {
	border: none;
}

/* ***********************************
    ******  LAYOUT Framework ****
   ***********************************
*/
body {
    background-color: #CCCC66;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


table#main {
	width: 1000px;
	background-color : #CCCC66;
	border-right: 1px dotted #009933;
}


table#main tr {
	vertical-align: top;
}

table#main td#headerlogo {
	vertical-align: top; 
    padding: 0px 0px 0px 20px;
}

table#main td#headermenumain {
	height: 24px;
	text-align: left;
	background-color: #FFFFFF;
    padding: 0px 0px 0px 20px;
}

table#headermenu td {
  padding-left: 0px;
  padding-right: 21px;
}


table#main td#content {
	width: 698px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
    padding-left: 20px;
	border-right: 1px dotted #009933;
}

table#main td#colmenusub {
	vertical-align: top;
    width: 220px;	
	padding-left: 10px;
	padding-top: 20px;
}

table#main td#footer {
	border-top: 1px dotted #009933;
	font-size: 12px;
	text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
}

/** Menu */
div.menu-lvl2-no {
	font-size: 18px;
	font-weight: bold;
    text-transform: uppercase;
}
div.menu-lvl2-no A {
		text-decoration: none;
}
div.menu-lvl2-ac {
	font-size: 18px;
	font-weight: bold;
    text-transform: uppercase;
}
div.menu-lvl2-ac A {
	color: #009933;
	text-decoration: none;
}
div.menu-lvl2-ac A:link {
	color: #009933;
}
div.menu-lvl2-ac A:visited {
	color: #009933;
}
div.menu-lvl2-spacer {
  padding-top:14px;
}

div.menu-lvl3-no {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 12px;
	padding-left: 12px;
	background-image : url(img/pfeil.gif);
	background-repeat : no-repeat;
	background-position: left;
}
div.menu-lvl3-no A {
		text-decoration: none;
}
div.menu-lvl3-ac {
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
	margin-left: 12px;
	padding-left: 12px;
	background-image : url(img/pfeil.gif);
	background-repeat : no-repeat;
	background-position: left;
}
div.menu-lvl3-ac A {
	color: #009933;
	text-decoration: none;
}
div.menu-lvl3-ac A:link {
	color: #009933;
}
div.menu-lvl3-ac A:visited {
	color: #009933;
}
div.menu-lvl3-spacer {
  padding-top:12px;
}
	

/* ********************************
    *******   CONTENT         ******
	********************************
*/
/***************************************/
/* Tabellen: Einstellungen für alle    */
/***************************************/
table.contenttable,  div#guestbook table, div#news table table#mannschaftsfuehrer table.newsarchive{
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
table.contenttable tr, div#guestbook tr, div#news  table#mannschafts tr{ 
	vertical-align: top;		
	background-color: #FFFFFF;
}

table.contenttable tr.tr-0,  div#guestbook tr.rowhead {
  color: #FFFFFF;                                                                                            
  background-color: #000000;	
}


table.contenttable td,  div#guestbook td {
	border: 1px solid #000000;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

/* Verschachtelte Tabellen */
table.contenttable table.contenttable td {
	border: none;	
	padding: 0px 0px 0px 0px;
}

table.contenttable  p {
	margin-top: 0px;
	margin-bottom: 0px;
}


table.contenttable-1 p,  table#inlinetable-1 p{
  font-size: 12px;	
}
table.contenttable-2 p,  table#inlinetable-2 p {
  font-size: 10px;	
}

table#inlinetable-1, table#inlinetable-2  {	
    width: 100%;
}

table#inlinetable-1 td {
	border: 1px solid #000000;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;	
}


/* Statuten */
table#statuten tr {
  background-color:  #CCCC66;
}
table#statuten td {
  border: none;	
}

/* Sponsoren */
table#sponsoren tr {
  background-color: 	#CCCC66;
}
table#sponsoren td {
	border: none;
	padding-bottom: 20px;
}
table#sponsoren p {
	font-size: 14px;
}


/*****************
**   SITEMAP **
****************/
/* Unterseite  */
div.csc-menu-1  a {
	padding-left: 14px;
	padding-bottom: 5px;
}
div.csc-menu-1 p {
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
}

p.csc-sitemap-level1 {
	background-image : url(img/pfeil.gif);
	background-repeat : no-repeat;
	background-position: left;
	padding-left: 10px;	
	margin-top: 10px;
	margin-bottom: 0px;
}
p.csc-sitemap-level2 
 {
	padding-left: 20px;
	margin: 0px 0px 0px 0px;
}
p.csc-sitemap-level3 {
	padding-left: 30px;
	margin: 0px 0px 0px 0px;
}
p.csc-sitemap-level4 {
	padding-left: 40px;
	margin: 0px 0px 0px 0px;
}
p.csc-sitemap-level5 {
	padding-left: 50px;
	margin: 0px 0px 0px 0px;
}
p.csc-sitemap-level6 {
	padding-left: 60px;
	margin: 0px 0px 0px 0px;
}

/*
  ********************************
  *** Matchtelegramme             *
  ********************************/
table.contenttable td.matchtelegramm {
	background-color: #CCCC66;
	border: none;
}
table.contenttable td.matchtelegramm p.title {
	font-weight: bold;
}
table.contenttable td.matchtelegramm  {
  padding: 0px 20px 0px 0px;
}


/* 
      ***********************
	  ***    LINKLISTE    ***
	  ***********************
*/
div.tx-cmwlinklist-pi1 h2 {
   margin-top: 8px;
}

div.tx-cmwlinklist-pi1 ul#categories {
	list-style-image : url(img/pfeil.gif);
	padding-left: 20px;
}
div.tx-cmwlinklist-pi1 ul#categories li A {
	text-decoration: none;
}

div.tx-cmwlinklist-pi1 table#links {
	padding-bottom: 20px;
}

div.tx-cmwlinklist-pi1 td#linkimage {
	background-image : url(img/icon_link.gif);
	background-repeat : no-repeat;
	background-position: right;
	width: 10px;
	padding-left: 8px;
}

div.tx-cmwlinklist-pi1 td#linkurl {
	width: 350px;
	vertical-align: top;
}
div.tx-cmwlinklist-pi1 td#linkurl A{ 
  text-decoration: none;
}


div.tx-cmwlinklist-pi1 td#linkinfo {
    font-size: 10px;
	vertical-align: top;
}



/**************************
 **       MailForms         ***
 *************************/
table.csc-mailform {
	border-collapse: collapse;
}
table.csc-mailform  p {
  margin-top: 0px;	
  margin-bottom: 0px;	
  margin-right: 20px;
}
table.csc-mailform textarea {
	margin-right: 20px;	
}
table.csc-mailform input {
	margin-right: 20px;	
}


/*
***********************
***  GÄSTEBUCH ***
***********************
*/
/* anzeigen */
div#guestbook {
	margin-top: 40px;
}
div#guestbook div.gb_author {
 font-weight: bold;
}
div#guestbook div.gb_email a{
  padding-left: 8px;
}
div#guestbook div.gb_www a{
  padding-left: 8px;
}
div#guestbook div.gb_date {
  padding-left: 8px;
  padding-bottom: 8px;
}
div#guestbook div.gb_content {
  padding-bottom: 8px;
}

/*
***********************
***      NEWS         ****
***********************
*/
div#news {
	padding-top: 10px;
}
div#news table.newsarchive td a {
	font-size: 18px;
	font-weight: bold;
	text-transform : uppercase;
    text-decoration: none;
}
div#news table.newsnav {
	width: 100%;
}
div#news table.newsnav td.newsprev {
	text-align: left;
}
div#news table.newsnav td.newsnext {
	text-align: right;
}
div#news table.newsnav img {
	border: none;
}

div#news span.newstitle {
	font-size: 15px;
	font-weight: bold;
}

div#news span.newstitle  A {
  text-decoration: none;
}

div#news span.newsdate {
	font-style : italic;
}

div#news span.newsmore  {
	font-style: italic;
	font-size: 12px;
	padding-left: 5px;
}

div#news span.newsmore  A {
  text-decoration: none;
}

div#news p {
  margin: 0 0 0 0;
}

div#news p.newstext {
  margin-top: 4px;
  margin-bottom: 16px;
}


/*
*****************************
***      GALERIEN         ****
*****************************
*/

div.tx-gooffotoboek-pi1 table.galnav {
	width: 100%;	
}

div.tx-gooffotoboek-pi1 table.galnav td.prev {
	text-align: left;
}
div.tx-gooffotoboek-pi1  table.galnav  td.next {
	text-align: right;
}
div.tx-gooffotoboek-pi1  table.galnav img {
	border: none;
}
span#galery_imgtitle {
	font-weight : bold;
}
