

.MAINTABLE
{
	width: 100%;
	height: 100%;
}


.MAINFRAME
{
	width: 100%;
	height: 100%;
}

/* -------- MAIN MENU --------- */
.MAINMENU TR TD
{
	font-size: 14px;
	font-family: Verdana;
}

.MAINMENU TR TD A
{
	color: black;
	text-decoration: none;
}
.MAINMENU TR TD A:active
{
	color: black;	
}
.MAINMENU TR TD A:link
{
	color: black;	
}
.MAINMENU TR TD A:visited
{
	color: black;	
}
.MAINMENU TR TD A:hover
{
	color: red;
}

/* -------------------------- */

.LINK
{
	color: black;
	text-decoration: none;
}
.LINK:active
{
	color: black;	
}
.LINK:link
{
	color: black;	
}
.LINK:visited
{
	color: black;	
}
.LINK:hover
{
	color: red;
}
.MAINTABLE .MAINHEADER
{
	font-size: 22px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
}

.TEXTBOX
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	width: 250px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: white;
}
.ADMINBUTTON
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10pt;
	border-left: black 1px solid;
	color: green;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	background-color: white;
}

.DESCRIPTION
{
	font-size: 14px;
	font-family: Arial;
	margin: 5px;
}

.INTRO_HEADER
{
	font-size: 18px;
	font-family: Verdana;
	font-weight: normal;
}

.INTRO_FOOTER
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
}

.INTRO_LIST
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
}

.INTRO_LIST LI
{
	margin-top: 10px;
}
 
/* BLOCK OBEN DUNKEN INNEN HELL */
.BLOCK_DARK_LIGHT .CONTENT
{
	background-color: #e3ecf8;
}

.BLOCK_DARK_LIGHT .CONTENT_WHITE
{
	background-color: white;
}

.BLOCK_DARK_LIGHT .HEADER_LEFT
{
	background-position: left top;
	background-image: url(images/corner_left_top_dark.gif);
	background-repeat: no-repeat;
	background-color: #2a6fc7;
	width: 9px;
}

.BLOCK_DARK_LIGHT .HEADER_CENTER
{
	background-color: #2a6fc7;
	font-weight: normal;
	font-size: 14px;
	color: white;
	font-family: Arial;
	height: 20px;
}

.BLOCK_DARK_LIGHT .HEADER_RIGHT
{
	background-position: left top;
	background-image: url(images/corner_right_top_dark.gif);
	background-repeat: no-repeat;
	background-color: #2a6fc7;
	width: 9px;
}

.BLOCK_DARK_LIGHT .BOTTOM_LEFT
{
	background-position: left bottom;
	background-image: url(images/corner_left_bottom_light.gif);
	background-repeat: no-repeat;
	background-color: #e3ecf8;
	width: 9px;
	height: 9px;
}

.BLOCK_DARK_LIGHT .BOTTOM_RIGHT
{
	background-position: right bottom;
	background-image: url(images/corner_right_bottom_light.gif);
	background-repeat: no-repeat;
	background-color: #e3ecf8;
	width: 9px;
	height: 9px;
}

.BLOCK_DARK_LIGHT .BOTTOM_CENTER
{
	background-color: #e3ecf8;
	background-image: url(images/corner_center_bottom_light.gif);
	background-repeat: repeat-x;
}

.BLOCK_DARK_LIGHT .CONTENT_LEFT
{
	background-color: #e3ecf8;
	background-image: url(images/corner_left_center_light.gif);
	background-repeat: repeat-y;
}

.BLOCK_DARK_LIGHT .CONTENT_RIGHT
{
	background-color: #e3ecf8;
	background-image: url(images/corner_right_center_light.gif);
	background-repeat: repeat-y;
}

.BLOCK_DARK_LIGHT .CONTENT_LEFT_WHITE
{
	background-color: white;
	background-image: url(images/corner_left_center_white.gif);
	background-repeat: repeat-y;
}

.BLOCK_DARK_LIGHT .CONTENT_RIGHT_WHITE
{
	background-color: white;
	background-image: url(images/corner_right_center_white.gif);
	background-repeat: repeat-y;
}
/* END OF BLOCK */


.MAINMENU_DIVIDER
{
	background-color: #e3ecf8;
	background-image: url(images/corner_center_bottom_light.gif);
	background-repeat: repeat-x;
}

.WHITE_DIVIDER
{
	background-color: white;
	background-image: url(images/corner_center_bottom_white.gif);
	background-repeat: repeat-x;
}


/* BLOCK IN EINER LISTE */
.LISTINGBLOCK
{
	width: 100%;
	height: 200px;	
}

.LISTINGBLOCK TR TH
{
	color: #2a6fc7;
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
}

.LISTINGBLOCK TR TD
{   
	font-size: 14px;
	font-family: Verdana;
}

.CAPTION
{
	color: #2a6fc7;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana;
}
.CAPTION_BLACK
{
	color: black;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana;
}

.LISTINGBLOCK .CAPTION_TEASER
{
	color: #2a6fc7;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	font-style: italic;
}
/* END OF BLOCK */


/* BUTTON */
.BUTTON
{
	cursor: hand;
} 

.BUTTON .BUTTON_LEFT
{
	background-image: url(images/button_left.gif);
	width: 8px;
	background-repeat: no-repeat;
	height: 17px;
}

.BUTTON .BUTTON_CENTER
{
	background-image: url(images/button_center.gif);
	background-repeat: repeat-x;
	height: 17px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #2a6fc7;
}

.BUTTON .BUTTON_RIGHT
{
	background-image: url(images/button_right.gif);
	width: 8px;
	background-repeat: no-repeat;
	height: 17px;
}
.BUTTON .BUTTON_CENTER .LINK
{
	color: #2a6fc7;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
}
.BUTTON .BUTTON_CENTER .LINK:active
{
	color: #2a6fc7;	
}
.BUTTON .BUTTON_CENTER .LINK:link
{
	color: #2a6fc7;	
}
.BUTTON .BUTTON_CENTER .LINK:visited
{
	color: #2a6fc7;	
}
.BUTTON .BUTTON_CENTER .LINK:hover
{
	color: red;
}


/* END OF BUTTON*/



/* BLOCK OBEN HELL INNEN WEISS */
.BLOCK_LIGHT_WHITE .CONTENT
{
	background-color: white;
}

.BLOCK_LIGHT_WHITE .HEADER_LEFT
{
	background-position: left top;
	background-image: url(images/corner_left_top_light.gif);
	background-repeat: no-repeat;
	background-color: #e3ecf8;
	width: 9px;
}

.BLOCK_LIGHT_WHITE .HEADER_CENTER
{
	background-color: #e3ecf8;
	font-weight: normal;
	font-size: 14px;
	color: black;
	font-family: Arial;
	height: 20px;
	border-top: #c1d5ef 1px solid;
	border-bottom: #c1d5ef 1px solid;
}

.BLOCK_LIGHT_WHITE .HEADER_RIGHT
{
	background-position: left top;
	background-image: url(images/corner_right_top_light.gif);
	background-repeat: no-repeat;
	background-color: #e3ecf8;
	width: 9px;
}

.BLOCK_LIGHT_WHITE .BOTTOM_LEFT
{
	background-position: left bottom;
	background-image: url(images/corner_left_bottom_white.gif);
	background-repeat: no-repeat;
	background-color: #e3ecf8;
	width: 9px;
	height: 9px;
}

.BLOCK_LIGHT_WHITE .BOTTOM_RIGHT
{
	background-position: right bottom;
	background-image: url(images/corner_right_bottom_white.gif);
	background-repeat: no-repeat;
	background-color: #e3ecf8;
	width: 9px;
	height: 9px;
}

.BLOCK_LIGHT_WHITE .BOTTOM_CENTER
{
	background-color: #e3ecf8;
	background-image: url(images/corner_center_bottom_white.gif);
	background-repeat: repeat-x;
}

.BLOCK_LIGHT_WHITE .CONTENT_LEFT
{
	background-color: #e3ecf8;
	background-image: url(images/corner_left_center_white.gif);
	background-repeat: repeat-y;
}

.BLOCK_LIGHT_WHITE .CONTENT_RIGHT
{
	background-color: #e3ecf8;
	background-image: url(images/corner_right_center_white.gif);
	background-repeat: repeat-y;
}
/* END OF BLOCK */




/* DETAIL - BLOCK */
.DETAILBLOCK
{
	font-size: 14px;
	font-family: Verdana;
}

.DETAILBLOCK .CAPTION
{
	color: #2a6fc7;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana;
}

.DETAILBLOCK .CAPTION_TEASER
{
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana;
	font-style: italic;
}


/* END OF BLOCK */

.CONTACT_TABLE TH
{
	font-size: 14px;
	font-family: Verdana;
}

.CONTACT_TABLE TR TD
{
	font-size: 14px;
	font-family: Verdana;
}

.DISCLAIMER
{
	font-size: 11px;
	font-family: Verdana;
}


.IMAGE_TABLE TR TD
{
	font-size: 11px;
	font-family: Verdana;
}

.LOGO_TABLE
{
}

.LOGO_TABLE TD
{
	font-weight: normal;
	font-size: 11px;
	color: #2a6fc7;
	font-family: Verdana;
}


.PRINT_TABLE
{
	#width: 650px;
	height: 100%;
}

.PRINT_TABLE TR TH
{
	color: black;
	font-size: 13pt;
	font-family: Arial;
	font-weight: bold;
}

.PRINT_TABLE TR TD
{
	color: black;
	font-size: 9pt;
	font-family: Verdana;
}

.PRINT_TABLE_IMAGES
{
}

.PRINT_TABLE_IMAGES TR TD
{
}

.HOMETABLE
{
}

.HOMETABLE TR TH
{
}
.HOMETABLE TR TD
{
	font-size: 14px;
	font-family: 'Verdana';
}


.REFTABLE
{
	width: 100%;
}

.REFTABLE TR TH
{
	color: black;
	font-size: 10pt;
	font-family: Verdana;
}

.REFTABLE TR TD
{
	color: black;
	font-size: 9pt;
	font-family: Verdana;
}








