#howtos
{
	margin-top: 50px;
}

#firefox
{
	margin-top: 10px;
}

#firefox img 
{
	vertical-align: middle;
}	

.breadcrumb
{
	display: inline;
	float:left;
	margin-left: 16px;
}

html {	height: 100%;  }

body
{
	font-family: Arial, Helvetica, Sans-serif;
	text-align: center; /* Internet Exploder 6 */
	margin: 0;
	padding: 0;
	height: 100%; 
	/*
	background-image: url(gfx-layout/background.jpg);
	background-attachment: fixed;
	*/
	font-size: 0.8em;}

h1
{
	margin-top: 14px; 
	color: #369; 
	background-color:inherit;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 2px solid #ddd;
}	

h2
{
	margin-top: 20px; 
	color: #369; 
	background-color:inherit;
	font-weight: normal;
	padding-top: 5px;
	border-top: 1px dotted #ddd;
}	


#layouttable
{
	border-collapse: collapse;
	width: 75%;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0;
	border: 1px solid #ddd; 
}

a { color: #369; background-color: inherit; font-weight: normal;} 
/* a:hover { font-weight: bold; } */


table.menu-level1
{
	color: inherit;
	background-color: #fff; 
	border: 1px solid #ddd;
	white-space: nowrap; 
	text-align: left; 
	padding: 3px;
	width: 100%;
}

td.menu-level1-no a
{
	color: #369;
	background-color: #ddd;
	text-decoration:none;
	display: block; 
	margin: 0;
	padding: 5px;
	width: 100%; 
}

td.menu-level1-act a, td.menu-level1-no a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration:none;
	display: block; 
	margin: 0;
	padding: 5px; 
	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: #fff; 
	border: 1px solid #ddd; 
	white-space: nowrap; 
	text-align: left; 
	font-size: 0.8em;
	padding: 2px;
	width: 80%; 
}

td.menu-level2-no a
{
	color: #369;
	background-color: #ddd;
	text-decoration:none;
	display: block;
	margin: 0;
	padding: 2px 5px 2px 10px;
	white-space: nowrap;
	font-weight: normal; 
}

td.menu-level2-act a, td.menu-level2-no a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration:none;
	display: block;
	margin: 0;
	padding: 2px 5px 2px 10px;
	white-space: nowrap; 
	font-weight: normal;

}

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; }  

tr#secnavi
{
	color: #fff;
	background-color: #369;
	height: 10px; 
}

tr#secnavi td
{
	text-align: right;
	padding: 4px;
	/* font-weight: bold; */
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#secnavi a
{
	color: #fff;
	background-color: #369;
	/* font-weight: bold; */
	text-decoration: none;
}

#secnavi a:hover { color: #fff;  background-color: inherit;}


#tdnavi
{
	color: inherit;
	background-color: #fff;
	vertical-align: top;
	border-right: 1px solid #ddd;
	margin: 0;
	padding: 8px;
	width: 200px; 
}

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: #ddd;
	/*
	background-image: url("gfx-layout/header.jpg");  
	background-repeat: no-repeat;
	*/
	padding-right: 3px;
	text-align: left;
}	

td.content
{
	color: #000;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	padding: 0px 15px 10px 10px;
}

tr#footer
{
	color: #fff;
	background-color: #369;
	height: 1px; 
}

tr#footer td
{
	text-align: right;
	padding: 4px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer a
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#footer a:hover { color: #fff; background-color: inherit;}

label {	display: block;	margin-top: 12px; }
textarea { display: block; margin-bottom: 12px;  border: 1px solid #369;}
input { border: 1px solid #369; }
select { border: 1px solid #369; }

input[type="submit"]
{
	border: 0;
	/* font-weight: bold; */
	color: #369;
	background-color: #ddd;
	padding: 4px;
}

input[type="submit"]:hover
{ 
	border: 0;
	color: #fff;
	background-color: #369;
}

#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;
}

.switch-language
{
	color: #fff;
	background-color: #369;
	display: inline;
	float:left;
	margin-left: 16px;
}

/*
.tx-cscounter-pi1
{
	color: #369;
	background-color: #369;
	display: inline;
	float:left;
}	
*/

.twrss_bodytext
{
	color: #000;
	background-color: inherit;
}
	
