/* http://www.wigical.lu/wigical.css */
BODY 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	
	background-color: #FFFFFF;
	
	margin: 0px;
	padding: 0px;
}

P, TABLE
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

A, A:hover, A:visted, A:active, A:link
{
	text-decoration: none;
	color: #000000;
}



/* TABLES */

.mainmenutable
{
	color: #FFFFFF;
}

.tablesite, .tablefooter
{
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	
	width: 760px;
}

.tabletitle
{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 22px;
}

.tablecontent
{
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 31px;
}



.tablefooter
{
	padding: 2px;

	background-color: #3B60A7;

	color: #FFFFFF;
	text-align: center;
}

a.footerlink, :hover.footerlink
{
	color: #FFFFFF;
}



/* IMAGES */

img.images
{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}


/* MAIN MENU */

.mainmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}

a.mainmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

:hover.mainmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #444444;
	display: marker;
}


/* SUB MENU */

P.submenu
{
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

a.submenu
{
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	
	padding: 2px;
	margin: 2px;
}

:hover.submenu
{
	font-weight: bold;
	text-decoration: none;
	text-align: right;
		
	background-color: #EEF2F9;
}

/* CONTENT */

.titleblue
{
	font-size: 16px;
	font-weight: bolder;
	color: #3B60A7;
	text-decoration: none;
}

.titleorange
{
	font-size: 16px;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}

.timedate
{
	text-decoration: none;
	text-align: right;
}

.content
{
	line-height: 1.7em;
}

.contenttitle
{
	font-weight: bold;	
	color: #3B60A7;
	line-height: 1.7em;
}

.contentbold
{
	line-height: 1.7em;
	font-weight: bold;
}

.homelinktitle
{
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	text-align: right;
	line-height: 1.4em;
	
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.homelink, a.homelink, :hover.homelink, :visted.homelink
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 1.4em;
}

.homelinkmore, a.homelinkmore, :hover.homelinkmore, :visited.homelinkmore,
{
	font-size: 10px;
	font-weight: bold;
	color: #3B60A7;
	text-decoration: none;
	text-align: right;
	line-height: 1.4em;
}


