/*********************************************************/
/***** START - Main stylesheet for HTML & BODY ***********/
/*********************************************************/

html{
	height: 100%;
	overflow-y: scroll;
}

body{
	font-family: "trebuchet ms",Verdana,Arial,Sans-serif,Monospace;
	font-size: 12px;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #ed1b24; 
	background-image: url(/fileadmin/templates/images/bodybg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*********************************************************/
/***** STOP - Main stylesheet for HTML & BODY  ***********/
/*********************************************************/

/***************************************************/
/***** START - Styling of twocolumn element ********/
/***************************************************/

.twocolumnscontainer{
	clear: both;
}

.twocolumnscontainer .twocolumnsleft{
	float: left;
	overflow: hidden;
}

.twocolumnscontainer .twocolumnsspacer{
	float: left;
	overflow: hidden;
}

.twocolumnscontainer .twocolumnsright{
	float: right;
	overflow: hidden;
}
/***************************************************/
/***** STOP - Styling of twocolumn element *********/
/***************************************************/


/*********************************************************************************************/
/***** START - The following is used to remove the dotted lines from links *******************/
/*********************************************************************************************/

a:active {
	outline: none;
}
 
:-moz-any-link:focus{
	outline: none;
}



/*********************************************************************************************/
/***** STOP - The following is used to remove the dotted lines from links  *******************/
/*********************************************************************************************/


/**************************************************************************************/
/***** START - The following is used style various content from TYPO3 *****************/
/**************************************************************************************/

A{
	color: #FF0000;
	background: transparent;
	text-decoration: none;
}

P{
	margin: 0 0 5px 0;	
}


H1{
	font-size: 20px;
	color: #EE1C25;
	background: transparent;
	margin: 0 0 0 0;
}

div.content div.club_main_middle div.oneColumnNormal h1{
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

H2{
	font-size: 18px;
	color: #EE1C25;
	background: transparent;
	margin: 0 0 0 0;
}

H3{
	font-size: 16px;
	color: #EE1C25;
	background: transparent;
	margin: 0 0 0 0;
}

H4{
	font-size: 18px;
	color: #000000;
	background: transparent;
	margin: 0 0 0 0;
}

H5{
	font-size: 12px;
	color: #EE1C25;
	background: transparent;
	margin: 0 0 0 0;
}

DIV.csc-frame{
	border: 0;
}

DIV.csc-frame-rulerBefore{
	border-top: 1px solid #40FF40;
	padding: 0 0 10px 0;
}

DIV.csc-frame-rulerAfter{
	border-top: 1px solid #FFC0C0;
	padding: 0 0 10px 0;
}

DIV.csc-frame-indent{
	margin-left: 100px;
}

DIV.csc-frame-indent3366{
	margin-left: 33%;
}

DIV.csc-frame-indent6633{
	margin-right: 33%;
}

DIV.csc-frame-frame1{
	background: #C0FFFF;
	padding: 2px 4px 2px 4px;
	border: 1px solid #A608E8;
	margin: 0 0 10px 0;
}

DIV.csc-frame-frame2{
	background: #EBB1C0;
	padding: 2px 4px 2px 4px;
	border: 1px solid #008080;
	margin: 0 0 10px 0;
}

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5{
	margin-top: 2px;
}

DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5{
	margin-top: 2px;
}

P.csc-header-date{
	color: #C000C0;
	background: transparent;
	font-weight: 700;
}

P.csc-linkToTop{
	text-align: right;
}

P.csc-linkToTop A{
	color: #3FC000;
	background: transparent;
	font-weight: 700;
}

table.imgtext-table{
	color: #3FC000;
	font-weight: 700;
	margin: 3px 0 0 0;
}

UL.csc-bulletlist-0 li{
	color: #000000;
	background: transparent;
}

UL.csc-bulletlist-1 li{
	color: #C000C0;
	background: transparent;
}

UL.csc-bulletlist-2 li{
	color: #008080;
	background: transparent;
}

UL.csc-bulletlist-3 li{
	color: #3FC000;
	background: transparent;
}

OL{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-position: inside;
}

.csc-mailform input{
	border: 1px solid #FF0000;
	width: 200px;
}

.csc-mailform textarea{
	border: 1px solid #FF0000;
	width: 200px;
}

div.csc-textpic-border img {
	border: 1px solid #000000;
}

img.spacer-gif{
	width: 100%;
}

table.contenttable {
	width: 100%;
}

table.contenttable p{
	padding: 0;
	margin: 0;
}


table.contenttable th{
	background: #d1d1d1;
}

table.contenttable caption{
	background: #d1d1d1;
}

table.contenttable td{
	background: #f2f2f2;
}

/**************************************************************************************/
/***** STOP - The following is used style various content from TYPO3  *****************/
/**************************************************************************************/