


/* ----- GENERAL ----- */

body
{
	padding: 4px 0 0 0;
	margin: 0;
	background-color: #c2c2c2;

	font-family: Lucida Sans, sans-serif;
	font-size: 12px;
}

img
{
	border: 0;
}

h6
{
	margin-top: 4px;

	font-size: 12px;
	font-weight: bold;
	text-align: left;

	display: inline;
}

h5
{
	margin-bottom: 4px;

	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

h3
{
	margin-top: 10px;
	margin-bottom: 4px;

	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

h2
{
	margin-bottom: 8px;
	margin-top: 8px;

	font-size: 22px;
	font-weight: normal;
	text-align: left;
}

p
{
	margin-top: 5px;
	margin-bottom: 5px;

	line-height: 1.5em;
}

a			{ color: #afc505; text-decoration: none; }
a:hover		{ color: #ff9933; text-decoration: underline; }



/* ----- PAGE POSITIONING ----- */

.mainframe
{
	width: 100%;

	text-align: center;
}

.centerframe
{
	width: 1000px;

	margin-left: auto;
	margin-right: auto;

	padding-top: 10px;
}

.leftframe
{
	width: 790px;
}

.rightframe
{
	width: 200px;
	float: right;
	margin: 32px 3px 0 0;
}

/* ----- HEADER ----- */

.headershadow_top
{
	background: url(/images/back_shadow_top.gif) repeat-x;
	height: 15px;
}

.headershadow_topleft
{
	background: #c2c2c2 url(/images/back_shadow_topleft.gif) no-repeat left top;
	float: left;
	width: 31px;
	height: 15px;
}

.headershadow_topright
{
	background: #c2c2c2 url(/images/back_shadow_topright.gif) no-repeat right top;
	float: right;
	width: 31px;
	height: 15px;
}

.headercorner_left
{
	background: white url(/images/back_shadow_headercorner_left.gif) no-repeat left top;
	height: 8px;
	width: 100%;
	overflow: hidden;
}

.headercorner_right
{
	background: #c2c2c2 url(/images/back_shadow_headercorner_right.gif) no-repeat right top;
	height: 8px;
	width: 24px;
	float: right;
}


.header
{
	width: 100%;
	height: 53px;

	text-align: right;

	background-color: white;
}

.headershadow_left
{
	background: #c2c2c2 url(/images/back_shadow_header_left.gif) no-repeat left top;
	float: left;
	width: 15px;
	height: 53px;
}

.headershadow_right
{
	background: #c2c2c2 url(/images/back_shadow_header_right.gif) no-repeat right top;
	float: right;
	width: 15px;
	height: 53px;
}

.logo_top
{
	float: left;
	padding-left: 29px;
}

.logo_bottom
{
	float: left;
	padding-left: 30px;
}



/* ----- MAINMENU ----- */

.mainmenu_container
{
	float: right;
	text-align: center;
	vertical-align: middle;
	margin: 10px 20px 0 0;
	font-size: 14px;

	height: 25px;

	white-space: nowrap;
}

.mainmenu_container tr td { padding: 0 13px 0px 13px; }

.mainmenu_entry			{ line-height: 25px; font-weight: bold; }
.mainmenu_entry a		{ text-decoration: none; color: black; }
.mainmenu_entry a:hover	{ text-decoration: none; color: #afc505; }

.mainmenu_entry_selected		 { line-height: 25px; font-weight: bold; }
.mainmenu_entry_selected a		 { text-decoration: none; color: #ffcc66; }
.mainmenu_entry_selected a:hover { text-decoration: none; color: #ffcc66; }



/* ----- LEFTMENU ----- */

.leftmenu_frame
{
	vertical-align: top;

	background-color: #f9f9f9;
	border-right: 1px solid #cccccc;
}

.leftmenu
{
	width: 200px;
}

#leftmenu_table 			{ width: 100%; font-family: Lucida Sans, sans-serif; font-size: 12px; }
#leftmenu_table td 			{ text-align: left; vertical-align: middle; }
#leftmenu_table th 			{ background: #f9f9f9 url(/images/line.gif) repeat-x bottom; padding-left: 16px; text-align: left; vertical-align: middle; height: 49px; font-size: 14px; }
#leftmenu_table a 		  	{ color: white; text-decoration: none; }
#leftmenu_table a:hover 	{ text-decoration: underline }

#leftmenu_table .leftmenu_sub2			 	{ width: 172px; background: #f1f1f1 url(/images/line.gif) repeat-x bottom; padding: 10px 0 11px 0; }
#leftmenu_table .leftmenu_imgrowSub2	 	{ width: 28px; background: #f1f1f1 url(/images/line.gif) repeat-x bottom; vertical-align: top; }
#leftmenu_table .leftmenu_imgrowSub2 img 	{ padding: 13px 0 0 15px }

#leftmenu_table .leftmenu_sub3 				{ width: 158px; background: #f1f1f1 url(/images/line.gif) repeat-x bottom; padding: 10px 0 11px 0; }
#leftmenu_table .leftmenu_imgrowSub3 		{ width: 14px; background: #f1f1f1 url(/images/line.gif) repeat-x bottom; vertical-align: top; }
#leftmenu_table .leftmenu_imgrowSub3 img 	{ padding: 13px 0 0 0px }

#leftmenu_table .leftmenu_sub4 				{ width: 144px; background: #f1f1f1 url(/images/line.gif) repeat-x bottom; padding: 10px 0 11px 0; }
#leftmenu_table .leftmenu_imgrowSub4	 	{ width: 14px; background: #f1f1f1 url(/images/line.gif) repeat-x bottom; vertical-align: top; }
#leftmenu_table .leftmenu_imgrowSub4 img 	{ padding: 13px 0 0 0px }

#leftmenu_table .leftmenu_sub2 a { color: #666666; }
#leftmenu_table .leftmenu_sub3 a { color: #666666; }
#leftmenu_table .leftmenu_sub4 a { color: #666666; }



/* ----- CONTACT ----- */
.contact
{
	width: 100%;
	color: #666666;
	/*background: #f9f9f9 url(/images/line.gif) repeat-x bottom;*/
	font-size: 12px;
}

.contact td { padding: 1px 0 1px 15px; vertical-align: middle; text-align: left; }



/* ----- INSERTS ----- */

.insertframe
{
	width: 100%;
	height: 178px;

	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;

	text-align: left;
}

.insertframeshadow_left
{
	background: #c2c2c2 url(/images/back_shadow_left.gif) repeat-y left;
	float: left;
	width: 15px;
	height: 178px;
}

.insertframeshadow_right
{
	background: #c2c2c2 url(/images/back_shadow_right.gif) repeat-y right;
	float: right;
	width: 15px;
	height: 178px;
}

.inserttext
{
	width: 207px;
	height: 164px;
	float: right;
	text-align: center;
	margin: 6px 10px 0 0;

	background: #c2c2c2 url(/images/back_adtext.jpg) no-repeat left top;
	font-size: 12px;
	color: #666666;

	text-align: left;
	border: 1px solid #bab9b9;
}

.inserttext img		 { padding: 14px 14px 2px 14px; }
.inserttext p		 { margin: 5px 15px; text-align: left; line-height: 1.4em; }
.inserttext a		 { color: #afc505; text-decoration: none; }
.insertdtext a:hover { color: #ff9933; text-decoration: underline; }



/* ----- INFOAREA ----- */

.referenz
{
	border: 1px solid #bab9b9;
	background: white url(/images/back_refbox.gif) repeat-y top left;

	color: #666666;
	text-align: center;
}

.referenz p { text-align: justify; line-height: 1.3em; margin: 5px 20px 5px 20px; }
.referenz h2 { clear: left; text-align: center; margin: 5px 15px 5px 15px; }
.referenz h3 { clear: left; text-align: center; margin: 5px 15px 5px 15px; }
.referenz h5 { clear: left; text-align: center; margin: 5px 15px 5px 15px; }
.referenz h6 { clear: left; text-align: center; margin: 5px 15px 5px 15px; }

.referenz_header
{
	height: 30px;
	text-align: right;
	background: white url(/images/back_refboxheader.gif) no-repeat bottom left;

	color: #cccccc;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

.reflogo_top
{
	float: left;
	padding: 5px 0 0 10px;
}

.reflogo_bottom
{
	float: left;
	padding: 0 0 0 10px;
}



/* ----- CONTENT ----- */

.content_shadowleft
{
	background: #c2c2c2 url(/images/back_shadow_left.gif) repeat-y left;
	width: 15px;
}

.content_shadowright
{
	background: #c2c2c2 url(/images/back_shadow_right.gif) repeat-y right;
	width: 15px;
}

.content_table
{
	width: 790px !important;
	border: 0px;
}

.content_mainframe
{
	width: 559px !important;
	vertical-align: top;
	background-color: white;
}

.content
{
	font-family: Lucida Sans, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: white;

	text-align: left;

	padding: 15px 15px 0 20px;
}

.content a		 { color: #afc505; text-decoration: none; }
.content a:hover { color: #ff9933; text-decoration: underline; }

.content h6
{
	margin-top: 12px;
	margin-bottom: 5px;

	font-size: 12px;
	font-weight: bold;
	text-align: left;

	display: inline;
}

.content h5
{
	margin-top: 15px;
	margin-bottom: 6px;

	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.content h3
{
	margin-top: 18px;
	margin-bottom: 7px;

	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

.content h2
{
	margin-bottom: 8px;
	margin-top: 20px;

	font-size: 22px;
	font-weight: normal;
	text-align: left;
}

.content p			{ line-height: 1.4em; margin-top: 5px; margin-bottom: 7px; }

.content ul			{ text-align: left; list-style-image:url(/images/bullet.gif); padding-left: 9px; margin: 10px 0px 10px 15px; }
.content li			{ line-height: 1.4em; margin-bottom: 10px; margin-top: 8px; }

.content_refbox		{ text-align: justify; border-right: 1px solid #cccccc; width: 310px; padding-right: 5px; }
.content_imgright 	{ float: right; margin: 0px 0px 15px 15px; border: 1px solid #cccccc;}
.content_imgleft 	{ float: left; margin: 0px 15px 15px 0px; border: 1px solid #cccccc; }
.content_imgcenter	{ margin: 10px 0px; width: 100%; text-align: center; font-size: 11px; color: #cccccc; }

.content_topnavigation
{
	width: 100%;
	height: 32px;
	font-size: 11px;
	margin-bottom: 15px;
	background: white url(/images/line.gif) repeat-x bottom;

}

.content_topnavigation a	   { color: #afc505; text-decoration: none; }
.content_topnavigation a:hover { color: #afc505; text-decoration: underline; }

.content_footer
{
	width: 100%;
}

.content_footer a 		{ text-decoration: none; color: #666666; font-size: 10px; }
.content_footer a:hover { text-decoration: none; color: #666666; font-size: 10px; }



/* ----- FOOTER ----- */

.footer
{
	width: 100%;
	height: 24px;
	background: #ebebeb url(/images/back_footer.gif) repeat-x left top;

	text-align: center;
	overflow: hidden;
}

.footertext
{
	color: #999999;
	padding: 7px 0 0 0;
	overflow: hidden;
}

.footertext a			{ color: #999999; text-decoration: none; }
.footertext a:hover		{ color: #afc505; text-decoration: none; }

.lentilslink a			{ color: Gray; text-decoration: none; }
.lentilslink a:hover	{ color: Gray; text-decoration: none; }

.footershadow_left
{
	background: #c2c2c2 url(/images/back_shadow_footerleft.gif) no-repeat left top;
	float: left;
	width: 15px;
	height: 24px;
	overflow: hidden;
}

.footershadow_right
{
	background: #c2c2c2 url(/images/back_shadow_footerright.gif) no-repeat right top;
	float: right;
	width: 15px;
	height: 24px;
	overflow: hidden;
}

.footercorner_bottom
{
	width: 100%;
	height: 9px;
	background: #ebebeb url(/images/back_bottom.gif) repeat-x left top;

	overflow: hidden;
}

.footercorner_bottomleft
{
	background: #c2c2c2 url(/images/back_corner_bottomleft.gif) no-repeat left;
	float: left;
	width: 24px;
	height: 9px;
}

.footercorner_bottomright
{
	background: #c2c2c2 url(/images/back_corner_bottomright.gif) no-repeat right;
	float: right;
	width: 24px;
	height: 9px;
}

.footershadow_bottom
{
	width: 100%;
	height: 15px;
	background: #ebebeb url(/images/back_shadow_bottom.gif) repeat-x left top;
}

.footershadow_bottomleft
{
	background: #c2c2c2 url(/images/back_shadow_bottomleft.gif) no-repeat left;
	float: left;
	width: 38px;
	height: 15px;
}

.footershadow_bottomright
{
	background: #c2c2c2 url(/images/back_shadow_bottomright.gif) no-repeat right;
	float: right;
	width: 38px;
	height: 15px;
}

.copyright
{
	font-size: 11px;

	padding-right: 2px;
	color: #aaa999;
}



/* ----- SITEMAP ----- */

.sitemap_subtable a 		 { color: #003399; text-decoration: underline; }
.sitemap_subtable a:hover	 { text-decoration: underline; }
.sitemap_subtable a:visited  { color: #666666; }

.sitemap_table a 		 { color: #003399; text-decoration: underline; }
.sitemap_table a:hover	 { text-decoration: underline; }
.sitemap_table a:visited { color: #666666; }

.sitemap_subtable
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	background-color: #f6f6f6;
}

.sitemap_table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sitemap_titletable thead th { width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #f6f6f6; border-bottom: solid 2px #aaa999; text-align: left; padding: 4px 10px 4px 5px; font-weight: bold; color: #003399; }
.sitemap_subtable tbody td { border-top: 0px; border-right: 0px; border-bottom: 0px; text-align: left; padding: 4px 10px 4px 5px; vertical-align: top; }

.sitemap_table td { text-align: left; padding: 4px 10px 4px 5px; vertical-align: top; }



/* ----- MISC ----- */

.general_messages
{
	border: 1px solid #9A9A9A;
	padding: 5px 10px 5px 10px;

	background-color: #fcbfbf;

	font-size: 11px;
	text-align: left;
}

.general_message_icon
{
	margin: 1px 0;
	padding-right: 3px;

	vertical-align: middle;
}

.general_console
{
	width: 100%;

	text-align: left;
	font-size: 9px;

	background-color: #E3E1DD;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	border: 1px solid;

	margin-top: 4px;
}

.general_console_title
{
	width: 100%;
	height: 16px;

	background-color: #e66e62;
	border-bottom: 1px solid #666666;
	color: white;

	font-size: 12px;
	font-weight: bold;

	text-align: center;
	vertical-align: middle;
}

.general_console_tools { padding-left: 5px }

.general_console_messages
{
	width: 100%;
	overflow: auto;
}

.general_console_table	  { width: 100%; border-collapse: collapse }
.general_console_table th { text-align: left; padding: 1px 3px 1px 3px }
.general_console_table td { font-family: lucida console; font-size: 10px; padding: 1px 3px 1px 3px }

.general_console_message	   { }
.general_console_message_fatal { font-weight: bolder }
