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

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

body{
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 1em; /* edit here for global setting - 1em eq. 10px*/
	padding: 0;
	width: 960px !important;
	margin: 0 auto;
	color: #515151;
}

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

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


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

A{
	color:#515151;
	background: transparent;
	text-decoration:underline;
}

A:hover {
	text-decoration:none;
}

P{
	margin: 0 0 10px 0;
}

H1{
	font-size: 1.6em;
	font-weight: normal;
	color: #000000;
	background: transparent;
	margin: 0;
}

H2{
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	background: transparent;
	margin: 0;
}

H3{
	font-size: 1.3em;
	font-weight: normal;
	color: #515151;
	background: transparent;
	margin: 0;
}

H4{
	font-size: 1em;
	color: #515151;
	background: transparent;
	margin: 0;
}

H5{
	font-size: .8em;
	color: #515151;
	background: transparent;
	margin: 0;
}

.csc-frame{
	border: 0;
}

.csc-frame-rulerBefore{
	border-top:  1px dotted #796A5F;
	height:  1px;
	margin: 10px 0 10px 0;
}

.csc-frame-rulerAfter{
	border-top:  1px dotted #796A5F;
	height:  1px;
	margin: 10px 0 10px 0;
}

DIV.csc-frame-frame1{
	background: #E8DBCD;
	padding: 10px;
	border:  1px solid #796A5F;
	margin: 0 0 10px 0;
}

DIV.csc-frame-frame2{
	background: #FFFFFF;
	padding: 10px;
	border:  1px solid #796A5F;
	margin: 0 0 1em 0;
}

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

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

.csc-linkToTop A{
	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;
}

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

ol{
	list-style-position: inside;
}

ul{
	list-style-position: inside;
}

input{
	border:  1px solid #c1c1c1;
	background-color: #ffffff;
}

textarea{
	border:  1px solid #FF0000;
	background-color: #EBB1C0;
}

div.csc-textpic-border img {
	border:  1px 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  *****************/
/*********************************************************************/
.clearer,
.clearboth{
	clear: both;
	line-height: 0em;
	height: 0em;
	font-size: 0em;
	margin: 0em;
	padding: 0em;
}

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


