body
{
	font-size: 15px;
	color: #222222;
	font-family: Verdana, Arial, Helvetica;
}

.contenthandler
{
	padding-left: 10px;
	padding-top: 4px;
}

.content
{
	font-size: 10px;
	color: #000000;
	font-family: Arial;
}

H1
{
	font-weight: bold;
	font-size: x-large;
	margin-bottom: 2px;
	color: #414D56;
}

H2
{
	font-weight: bold;
	font-size: large;
	margin-bottom: 2px;
	color: #414D56;
}

H3
{
	font-weight: bold;
	font-size: medium;
	margin-bottom: 2px;
	color: #414D56;
}

H4
{
	font-weight: bold;
	font-size: small;
	margin-bottom: 2px;
	color: #414D56;
}

H5
{
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 2px;
	color: #414D56;
}

H6
{
	font-weight: bold;
	font-size: xx-small;
	margin-bottom: 2px;
	color: #414D56;
}

A
{
    text-decoration: none;
}


A:link  {
	COLOR : #0033FF;
    text-decoration: none;

}

A:visited  {
	COLOR : #0033CC;
}

A:hover  {
	COLOR : #FF9900;
}

A:active  {
	COLOR : #FF0000;
}

.smaller
{
	font-size:12;
	font-family: Verdana, Arial, Helvetica;
}

/***************** Used for stuff when printing *******************************/
@media screen {
	.hideprint
	{			
	}
}

@media print {
	.hideprint
	{	
		position:absolute;
		left:-1000;
		top:-1000;
		visibility:hidden;
	}
}

.lefted{
	position:relative;
}

/***************** Used for general Links in the Site *******************************/
A.imagelink:visited IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.imagelink:link IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.imagelink:hover IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

A.imagelink:active IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}



/**************************SITE ADMIN STYLE ******************************************/

TD.normal  {
	FONT-SIZE : 10px;
	COLOR : #140812;
	font-family: Arial, Helvetica, sans-serif;
}

TD.tablemainheader
{
	FONT-SIZE: 10px;
	COLOR: black;
	FONT-FAMILY : Tahoma;
	BACKGROUND-COLOR: transparent;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FF3300;
	border-left-color: #666666;
}
TD.tableheader  {
	FONT-SIZE : 10px;
	COLOR : white;
	font-family: Verdana, Arial, Helvetica;
	BACKGROUND-COLOR : 1F0E6A;
}
.tabledata  {
	FONT-SIZE : 10px;
	COLOR : black;
	border: thin solid #666666;	
}
.tabledata2  {
	FONT-SIZE : 10px;
	COLOR : black;
	font-family: Verdana, Arial, Helvetica;
	border: thin solid #666666;
}


INPUT.smallbutton
{
	font-size: 10px;
}

TEXTAREA.textfield
{
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


TEXTAREA.editable /* source code edit box */
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFCC;
	border-bottom-style: none;
}

Table.main  {
	MARGIN : 1em auto;
}

.footer  {
	FONT-SIZE : 11px;
	COLOR : #cccccc;
	font-family: Verdana, Arial, Helvetica;
	TEXT-DECORATION : none;
	font-weight: bold;
}

.BoxHeader	{
	background-color:#E8E8E8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 1F0E6A;
	border-right-color: 1F0E6A;
	border-bottom-color: 1F0E6A;
	border-left-color: 1F0E6A;
	height: 25px;
    font-weight: normal;
	font-size:18px;
	}

.InfoBoxHeader	{
	background-color:#E8E8E8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 1F0E6A;
	border-right-color: 1F0E6A;
	border-bottom-color: 1F0E6A;
	border-left-color: 1F0E6A;
	height: 20px;
	}
.infoBoxData
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: 1F0E6A;
	border-right-color: 1F0E6A;
	border-bottom-color: 1F0E6A;
	border-left-color: 1F0E6A;
	margin: 4px;
	line-height: 16px;
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	}
	
.ErrorMSG
{
    color: #FF0000;
	font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 10pt;
}

.InfoMSG
{
    color: #00C800;
	font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 10pt;
}


.Info
{
    color: #AFAFCF;
	font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 10pt;
}

.TabelleStandard
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	border: 0px none;
	border-collapse: collapse;
}



/*-- START CUSTOMISED STYLES  --*/
/* info combo */
