dd
{
	margin-bottom: 15px;
}
	
.breadcrumb
{
	display: inline;
	float:left;
	margin-left: 16px;
}

h1
{
	padding-bottom: 3px;
	border-bottom: 2px solid #d0c0a0;
}

h2
{
	padding-bottom: 0px;
	padding-top: 8px;
	border-top: 2px solid #ccc;
}
	
#layouttable
{
	border-collapse: separate;
	padding: 0;
	width: 82%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #d0c0a0;
	background-color: #ddd;
	color: inherit;
}

a { font-weight: bold; color: #336699; background-color: inherit; }
a:hover { color: #1f4699; background-color: inherit; } 

table.menu-level1
{
	color: inherit;
	background-color: #e7d5b5; 
	border: 1px solid;
	border-color: #fff #304e6a #304e6a #fff;
	/* white-space: nowrap;  */
	text-align: left; 
	padding: 3px;
	width: 100%;
}

td.menu-level1-no a
{
	color: #336699;
	background-color: #eee2cc; 
	text-decoration:none;
	display: block; 
	padding: 5px;
	margin: 0;
	border: 1px solid #ccc;
	font-weight: bold;
	width: 100%; 
}

td.menu-level1-act a, td.menu-level1-no a:hover
{
	color: #fff;
	background-color: #d0c0a0;
	text-decoration:none;
	display: block; 
	padding: 5px; 
	margin: 0;
	border: 1px solid;
	border-color: #eeeeee #304e6a #304e6a #eeeeee;
	width: 100%; 
}


html>body td.menu-level1-no a {width: auto; }  
html>body td.menu-level1-act a {width: auto; }  
html>body td.menu-level1-no a:hover {width: auto; }  


table.menu-level2
{
	color: inherit;
	background-color: #e7d5b5; 
	border: 1px solid;
	border-color: #fff #304e6a #304e6a #fff;
	/* white-space: nowrap;  */
	text-align: left; 
	font-size: 0.8em;
	padding: 2px;
	width: 90%; 
}

td.menu-level2-no a
{
	color: #336699;
	background-color: #eee2cc; 
	text-decoration:none;
	display: block;
	padding: 2px 5px 2px 10px;
	margin: 0;
	border: 1px solid #ccc;
	font-weight: bold;
	/* white-space: nowrap;  */
}

td.menu-level2-act a, td.menu-level2-no a:hover
{
	color: #fff;
	background-color: #d0c0a0;
	text-decoration:none;
	display: block;
	padding: 2px 5px 2px 10px;
	margin: 0;
	border: 1px solid;
	border-color: #eeeeee #304e6a #304e6a #eeeeee;
	/* white-space: nowrap;  */
}

html>body td.menu-level2-no a {width: auto; }  
html>body td.menu-level2-act a {width: auto; }  
html>body td.menu-level2-no a:hover {width: auto; }  

html
{
	height: 100%;  
}

body
{
	text-align: center; /* Internet Exploder 6 */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-serif;
	background: url("gfx-layout/astroback.jpg");
	background-attachment: fixed;
	height: 100%;  
}

html>body {height: 100%;}

	
h1 { margin-top: 14px; color: #336699; background-color:inherit;}	
h2 { margin-top: 14px; color: #336699; background-color:inherit;}	

tr#secnavi
{
	color: #336699;
	background-color: #d0c0a0;
	height: 10px; 
}

tr#secnavi td
{
	text-align: right;
	padding: 4px;
}

#secnavi a
{
	color: #336699;
	background-color: #d0c0a0;
	font-weight: bold;
	text-decoration: none;
}

#secnavi a:hover { color: #fff;  background-color: inherit;}

#tdnavi
{
	color: inherit;
	background-color: #eee2cc; 
	vertical-align: top;
	border-right: 1px solid #d0c0a0;
	padding: 8px;
	margin: 0;
	width: 220px; 
}



tr#header
{
	height: 50px;
}

/* 
	IE 7 ignores height and expands tr#header, when html-height = 100%
	Set html-height to "auto" for this great browser only
*/	
*+html {height: auto;}

tr#header td
{
	color: #000;
	background-color: #e0d0b0;
	background-image: url("gfx-layout/header.jpg");  
	background-repeat: no-repeat;
	padding-right: 3px;
	text-align: right;
}	


td.content
{
	color: #000;
	background-color: #eee2cc;
	vertical-align: top;
	text-align: left;
	padding: 0px 15px 10px 10px;
}


tr#footer
{
	color: #336699;
	background-color: #d0c0a0;
	height: 1px; 
}

tr#footer td
{
	text-align: right;
	padding: 4px;
}

#footer a
{
	color: #336699;
	background-color: #d0c0a0;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover { color: #fff; background-color: inherit;}


label {	display: block;	margin-top: 12px; }
textarea { display: block; margin-bottom: 12px; }

input[type="submit"]
{
	border: 1px solid #ccc;
	font-weight: bold;
	color: #336699;
	background-color: #e0d0b0;
	padding: 4px;
}

input[type="submit"]:hover
{ 
	color: #fff;
	background-color: #d0c0a0;
	font-weight: bold;
	border: 1px solid;
	border-color: #eeeeee #304e6a #304e6a #eeeeee;
}

#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}
