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

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

body{
	font-family: Arial,Sans-serif;
	font-size: 11px;
	margin: 0;
	color:#231F20;
	background-color:#ffffff;
	padding: 0;
}

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

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

.twocols .flexible-twocols-left{
	overflow: hidden;
}

.twocols .flexible-twocols-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 *****************/
/**************************************************************************************/

P{
	margin: 0 0 .5em 0;	
}


H1{
	font-size: 2em;
	margin: 0;
}

H2{
	font-size: 1.8em;

	margin: 0;
}

H3{
	font-size: 1.6em;
	margin: 0;
}

H4{
	font-size: 1.4em;
	margin: 0;
}

H5{
	font-size: 1.4em;
	margin: 0;
}

.csc-frame{
	border: 0;
}

.csc-frame-rulerBefore{
	border-top: .1em solid #BCBDC0;
	height: .1em;
	margin: 1em 0 1em 0;
}

.csc-frame-rulerAfter{
	border-top: .1em solid #BCBDC0;
	height: .1em;
	margin: 1em 0 1em 0;
}

DIV.csc-frame-frame1{
	background: #F1F1F1;
	color:#797979;
	padding: .2em .4em .2em .4em;
	margin: 0 0 1em 0;
}

DIV.csc-frame-frame2{
	background: #BCBDC0;
	padding: .2em .4em .2em .4em;
	margin: 0 0 1em 0;
}

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

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

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

p.align-left{
	text-align: left;
}

p.align-center{
	text-align: center;
}

p.align-right{
	text-align: right;
}

p.align-justify{
	text-align: justify;
}

p.indent{
	margin-left: 10em;
}

table.imgtext-table{
	color: #3FC000;
	font-weight: 700;
	margin: .3em 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{
	list-style-position: inside;
}

ul{
	list-style-position: inside;
}
*/
.csc-mailform input{
	border: .1em solid #FF0000;
	width: 20em;
}

.csc-mailform textarea{
	border: .1em solid #FF0000;
	width: 20em;
}

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

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

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

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

/*********************************************************************/
/***** START - The following is some general styles  *****************/
/*********************************************************************/

.clearboth{
	clear: both;
	line-height: 0em;
	height: 0em;
	font-size: 0em;
	margin: 0em;
	padding: 0em;
}

/*********************************************************************/
/***** STOP - The following is some general styles  ******************/
/*********************************************************************/


