/* ------- CMS SPECIAL CSS  -------- */

.colorbox
{
	background-color:#DEEFF8;
	padding:5px;
	display: block;
}

.colortext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height: 23px;
	font-weight: bold;;
	color: #006699;
}

.small
{
	font-family:Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
	color:#333333;
}



/* ------- Tabellen  -------- */

table.stdtable, table.tableSpecial, table.extendetTable
{
	table-layout: fixed;
	overflow: hidden;
	width: 440px;
	border-collapse: collapse;
	border-spacing: 0px;
	display: table;
	vertical-align: top;
}

table.extendetTable tr.skytablerow1 td.skytablecol1  
{
	max-width: none;
}

table.stdtable, table.extendetTable
{
	border: none;
}

table.stdtable tr td
{
	border-bottom: 1px solid #cccccc;
}

table.tableSpecial
{
	border: 1px solid #003399;
	color: #003366;
	background-color: #cde6ff;
}

table.tableSpecial a
{
	color: #014991;
}


table.tableSpecial td.skytablecol1
{
	padding-left: 5px;
}

table.tableSpecial tr.skytablerow1 
{
	background-color: #99ccff;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}


table.extendetTable
{
	table-layout: auto;
	overflow: auto;
}

table.extendetTable td
{
	vertical-align: top;
}

table.extendetTable td.skytablecol1  
{
	max-width: 150px;
}

table.extendetTable tr.skytablerow1 td
{
	border-bottom: 2px solid #014991;
	font-weight: bold;
	color: #014991;
}

table.extendetTable tr td.skytablecol1
{
	padding-left: 3px;
}

table.extendetTable tr td
{
	border-right: 1px solid #FFFFFF;
}

table.extendetTable tr td.skytablelastcol
{
	padding-right: 3px;
}

table.extendetTable tr.skytableoddrow
{
	border: none;
}

table.extendetTable tr.skytablerow1
{
	background-color: #FFFFFF;
}

table.extendetTable tr.skytableevenrow td
{
	background-color: #CDE6FF;
/*	background-color: #BDDEEF;*/
}

table .tableCenter,
table .tableLeft,
table .tableRight
{
	display: block;
}

table .tableCenter
{
	text-align: center;
}

table .tableLeft
{
	text-align: left;
}

table .tableRight
{
	text-align: right;
}


/* ------- Eventdetail  -------- */
.eventImg
{
	float: right;
	display: inline;
	padding: 0 0 0 10px;
}

.eventTxt img
{
	padding: 0 10px 0 0;
	float: left;
	display: inline;
}

.eventPDF
{
	padding: 3px 0;
}



