/***************************************************************************
 **
 ** Author:       VisionmaxX // Markus L. Dechert
 ** For Customer: LYNX Technik AG
 ** Date:         Jul, 16th 2005
 ** Version:      2
 **
 ***************************************************************************/
 
/***********************************
  Measurements and Backgrounds
 ***********************************/

body {
	background-image: url("../template/images/lynx_background.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}
 

#Page_Container, #Page_Super_Container {
	width: 780px;	
	margin-left: 1px;
	background-color: #fff;
}

#Page_Header_Function_Bar_Container, #Page_Header_Eye_Candy, #Page_Header_Main_Menu_Container, #Page_Header_Rootline_Menu, #Page_Bottom_Transition_Line, #Page_Bottom_Static_Meta_Menu_Container {
	width:778px;
	background-repeat: no-repeat;	
}

#Page_Header_Function_Bar_Container {
	height: 38px;
	background-image: url("../template/images/HeaderFunctionBarBackground.jpg");
}

#Page_Header_Eye_Candy {
	height: 96px;
	width: 778px;
	background-image: url("../template/images/HeaderEyeCandyBackground.jpg");
}

#Page_Header_Main_Menu_Container {
	/* see also: #Page_Header_Main_Menu, #Page_Header_Main_Menu * rule */
	height: 25px;
	background-image: url("../template/images/HeaderMainMenuBarBackground.jpg");
}

#Page_Header_Rootline_Menu {
    padding-left:5px;
    width: 773px;
	height: 24px;
	background-image: url("../template/images/HeaderSmoothOutBackground.jpg");
}

#Page_Left_Copyright_Sidebar {
	width: 25px;
	height: 100%;
	/* no longer nee
	background: url("../template/images/LYNX_Copyright.gif");	
	background-repeat: no-repeat;
	background-position: 0% 100%;
	*/
}

#Page_Right_Sidebar {
	width: 25px;
	height: 100%;
}

#Page_Super_Content_Container {
	height: auto;
    min-height:200px;
	width: 728px; /* #Page_Container.width - 2*Borderwidth - #Page_Right_Sidebar.width - #Page_Left_Copyright_Sidebar.width */
}

#Page_Bottom_Transition_Line {
	height: 6px;
	background-image: url("../template/images/BottomSmoothInBackground.jpg");
	background-position: bottom;
}

#Page_Bottom_Static_Meta_Menu_Container {
	height: 29px;
	background-image: url("../template/images/BottomMetaMenuBackground.jpg");
}


 
/***********************************
  Global formatting
 ***********************************/
#Page_Super_Container, #Page_Super_Container table, #Page_Super_Container div, #Page_Super_Container form, #Page_Super_Container input,
#Page_Super_Content_Container, #Page_Super_Content_Container table, #Page_Super_Content_Container div, #Page_Super_Content_Container form, #Page_Super_Content_Container input {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;	
}

#Page_Container {
	border: 1px solid #111111;
}



/* Links */
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #5d6fcc;
}

a:hover {
	color: #0d1f7c;
}
 
/***********************************
  Menus
 ***********************************/
/* Top-right Function Bar */
#Page_Header_Function_Bar, #Page_Header_Function_Bar table {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;	
	font-size: 9px;	
	height: 100%;
	width: 1%;
} 

#Page_Header_Function_Bar a, #Page_Header_Function_Bar a:link, #Page_Header_Function_Bar a:visited, #Page_Header_Function_Bar a:active {
	color: #333333;	
}

#Page_Header_Function_Bar a:hover {
    color: #0d1f7c;
/*	border-bottom: 1px dashed #0d1f7c; */
}

#Page_Header_Function_Bar .spacer {
	padding-left:15px;
	padding-right:15px;
}

#Page_Header_Function_Bar #tx_indexedsearch_sword {
	height: 13px;
}
 
/* Main Menu */
#Page_Header_Main_Menu {
	width: 1%; 
}

#Page_Header_Main_Menu, #Page_Header_Main_Menu * {
	height: 25px;
}

.MainMenuFoldout {
	border: 1px solid #333333;
	border-bottom: 0px;
}


/* Rootline Menu */
#Page_Header_Rootline_Menu {
	font-size: 9px;	
	padding-top: 9px;
	font-size: 9px;
	color: #333333;
}

#Page_Header_Rootline_Menu a, #Page_Header_Rootline_Menu a:link, #Page_Header_Rootline_Menu a:visited, #Page_Header_Rootline_Menu a:active {
	color: #333333;	
}

#Page_Header_Rootline_Menu a:hover {
	border-bottom: 1px dashed #0d1f7c;
}


/* Bottom Static Meta Menu */
#Page_Bottom_Static_Meta_Menu {
	font-size: 9px;	
	padding-left:25px;
	width:100%;
	height:100%;
	height: 29px;
	background-image: url("../template/images/BottomMetaMenuBackground.jpg");
}

#Page_Bottom_Static_Meta_Menu a, #Page_Bottom_Static_Meta_Menu a:link, #Page_Bottom_Static_Meta_Menu a:visited, #Page_Bottom_Static_Meta_Menu a:active {
	color: #333333;	
}

#Page_Bottom_Static_Meta_Menu a:hover {
	color: #0d1f7c;
}

#Page_Bottom_Static_Meta_Menu .spacer {
	padding-left:15px;
	padding-right:15px;
}

 
/***********************************
  Page Content Styling
 ***********************************/
h1, h1 a, h1 a:link, h1 a:visited, h1 a:active,
      a h1, a:link h1, a:visited h1, a:active h1 {
	font-size:11pt;
	font-weight:bold;
	color: #000000;
}
h1 a, h1 a:link, h1 a:visited, h1 a:active,
      a h1, a:link h1, a:visited h1, a:active h1 {
	border-bottom: 1px dotted #d8d8d8;
}
h1 a:hover, a:hover h1 {
	color: #0d1f7c;	
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:active,
	  a h2, a:link h2, a:visited h2, a:active h2  {
	font-size: 10pt;
	font-weight: bold;
	color: #0d1f7c;
}
h2 a, h2 a:link, h2 a:visited, h2 a:active,
	  a h2, a:link h2, a:visited h2, a:active h2  {
	text-decoration: underline;
}
h2 a:hover, a:hover h2 {
	color: #0066ff;	
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:active,
	  a h3, a:link h3, a:visited h3, a:active h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #0066ff;
	margin-bottom: 1px;
	border-bottom: 1px dotted #0d1f7c;
}
h3 a, h3 a:link, h3 a:visited, h3 a:active,
	    a h3, a:link h3, a:visited h3, a:active h3 {
	/* ??? */
}
h3 a:hover, a:hover h3 {
	color: #0d1f7c;	
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:active,
	  a h4, a:link h4, a:visited h4, a:active h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #ff9933;
	margin-bottom: 0px;	
}
h4 a, h4 a:link, h4 a:visited, h4 a:active,
	    a h4, a:link h4, a:visited h4, a:active h4 {
	/* ??? */
}
h4 a:hover, a:hover h4 {
	color: #0d1f7c;	
}

/***********************************
  Form Styling
 ***********************************/
form input, form textarea {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;	    
}

#Page_Super_Content_Container form select {
	width: 200px; 
}


 
/***********************************
  Special visual markup
 ***********************************/
/*
td#Page_Super_Content_Container table tbody tr td {
	padding: 10px;
}
*/ 
/***********************************
  Dos and Don'ts
 ***********************************/
img {
	border: 0px;
} 
 