﻿/* Body */

	body
	{
       font-family				: Arial, Verdana, MS Sans Serif;
       font-size				: 12px;
       color    				: #000000;
       background				: #ffffff;
       margin					: 0px;
       padding					: 0px;
	}


/* Areas */

	.clsHeader
	{
		display					:none;
	}

	.clsMenu
	{
		display					:none;
	}

	.clsContentFrame
	{
		position		 		: absolute;
		top						: 0px;
		left					: 0px;
		width					: 635px;
		height					: auto;
		margin-top				: 0px;
		margin-left				: 0px;
		text-align				: left;
		background-color		: #ffffff;
		overflow				: auto;
	}

	.clsContent
	{
		left					: 0px;
		width					: 635px;
		height					: auto;
		margin-top				: 0px;
		margin-left				: 0px;
		text-align				: left;
		background-color		: #ffffff;
		overflow				: auto;
		padding-left			: 0px;
		padding-right 			: 0px;
		padding-top				: 0px;
		padding-bottom			: 0px;
	}
	




/* Links */

	a:link 
	{
       text-decoration		: none;
	}

	a:visited 
	{
       text-decoration      : none;
	}

	a:hover 
	{
       text-decoration		: underline;
       background-color		: #cccccc;       
	}

	a:active 
	{
       text-decoration		: none;
       background-color		: Transparent;
	}

/* Menu */


	.menuMain
	{
		display				:none;
	}

	.menuSub
	{
		display				:none;
	}



	.menuHome
	{
		display				:none;
	}


	.menuLastMinute
	{
		display				:none;
	}

	

/* Content */

/* Content */

	.contentTitel
	{
		font-family			: Arial, Verdana, MS Sans Serif;
		font-size   		: 24px;
		font-weight			: bold;
		color				: #08318d;
  	    line-height			: 30px;
  	    background-image    : url('../_graphics/contentTitle_Background.jpg');
  	    background-repeat   : repeat-x;
	}	

	.contentText
	{
		font-family			: Arial, Verdana, MS Sans Serif;
        font-size			: 12px;		
		color				: #000000;
  	    line-height			: 18px;
	}	
	
	.contentTextSmall
	{
		font-family			: Arial, Verdana, MS Sans Serif;
		font-size			: 10px;
		color				: #000000;
  	    line-height			: 18px;
	}	

	.contentTextBig
	{
		font-family			: Arial, Verdana, MS Sans Serif;
		font-size			: 14px;
		color				: #000000;
  	    line-height			: 18px;
	}	

	.contentNavigation
	{
		font-family			: Arial, Verdana, MS Sans Serif;
		font-size			: 12px;
		text-align			: left;
		color				: #000000;
  	    line-height			: 18px;
  	    margin-top			: -16px;
	}	
	
	.contentHeading1
	{
		font-family			: Arial, Verdana, MS Sans Serif;
		font-size   		: 18px;
		font-weight			: bold;
		color				: #ffffff;
  	    line-height			: 25px;
  	    padding-left		: 2px;
  	    background-image    : url('../_graphics/contentH1_Background.jpg');
  	    background-repeat   : repeat-x;
	}	

	.contentHeading2
	{
		font-family			: Arial, Verdana, MS Sans Serif;
		font-size   		: 16px;
		font-weight			: bold;
		text-decoration		: underline;
		color				: #08318d;
  	    line-height			: 20px;
  	    padding-left		: 0px;
	}	

	.contentHeading3
	{
		font-family			: Arial, Verdana, MS Sans Serif;
		font-size   		: 14px;
		font-weight			: bold;
		color				: #08318d;
  	    line-height			: 20px;
  	    padding-left		: 0px;
	}	
	
	.contentHeading4
	{
		font-family			: Arial, Verdana, MS Sans Serif;
		font-size   		: 12px;
		font-weight			: bold;
		color				: #08318d;
  	    line-height			: 20px;
  	    padding-left		: 0px;
	}	
	
	.tableCell_bottomLineBlack
	{
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-bottom: 1px solid #000000;	
	}
	
	.tableCell_bottomLineGrey
	{
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-bottom: 1px dotted #C0C0C0;
	}	
	
	.tableCell_backgroundLightBlue
	{
		background-color: #CEDEFB;	
	}	
	
	.tableCell_backgroundWhite
	{
		background-color: #FFFFFF;	
	}	
	

/* Special */

	.hide 
	{
        display		  		: none;
	}