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

html{
	height:					100%;
	overflow-y:				scroll;
	/*background-color:		#FFFFFF;*/
}

body{
	font-family:			Verdana,Arial,Sans-serif,Monospace;
	font-size:				11px;
	margin:					0;
	padding:				10px 0 20px 0;
	/*background-color:		#FFFFFF;*/
}

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


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

a:active{
	outline:			none;
}

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

img{
	behavior: url(/fileadmin/templates/css/iepngfix.htc);
}

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


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

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

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

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

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

A{
	color: 					#505050;
	font-weight:			700;
	text-decoration:		none;
}

P{
	margin: 				0 0 10px 0;	
}


H1{
	font-size: 16px;
	color: #000000;
	margin: 5px 0 10px 0;
	/*border-bottom: 1px solid #000;*/
}

H2{
	font-size: 				15px;
	color: 					#000000;
	margin: 				0 0 5px 0;
}

H3{
	font-size: 				14px;
	color: 					#000000;
	margin: 				0 0 5px 0;
}

H4{
	font-size: 				13px;
	color: 					#000000;
	margin: 				0 0 5px 0;
}

H5{
	font-size: 				11px;
	color: 					#000000;
	margin: 				0 0 5px 0;
}

DIV.csc-frame{
	border: 				0 0 0 0;
}

DIV.csc-frame-invisible{

}

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

DIV.csc-frame-rulerAfter{
	border-top: 			1px solid #C7C7C7;
	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%;
}

P.csc-header-date{
	color: 					#DADADA;
	font-weight:			100;
}

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

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

.csc-textpic-caption {
	color:					#000000;
	font-size:				9px;
	padding:				3px 0 0 0;
}

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

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

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

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

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;
}

.csc-textpic-firstcol {
	clear: left;
}

p.indent {
	text-indent: 10px;
}
/**************************************************************************/
/***** STOP - The following is used style various content from TYPO3  *****/
/**************************************************************************/
