/* body style */
body {
  	font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
  	background: #FEE6AA; 
  	padding: 0;
  	margin: 0;
/*	min-width: 40em; */
	}
#head-container {
	position: absolute; 
	top: 0;
	left: 0;
	right:0;
	width: 100%; 
	height: 84px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
  	background-color: #FEE6AA; 
  	background-image: url(../img/verlauf.png);
  	background-repeat: repeat-y;
	border-bottom: solid 21px #BF8B02;
/*		border: 1px dashed silver;*/
	}
html>body #head-container {  
    position: fixed;
	}
#loewe {
	position: absolute;
	left: 40px;
	}
#textpic {
	position: absolute;
	left: 150px;
	}
#logo {
	position: absolute;
	right: 10px;
	}
#rootline {
	position: absolute;
	top: 96px;
	font-size: 0.9em;
	color: white;
	padding-left: 185px;
	}
html>body #rootline {  
    position: fixed;
	}
#rootline A {
	color: white;
	}
#rootline A:hover {
	text-decoration: underline;
	}			
	
#menu-container {
	position:absolute;
	top: 115px;
  	width: 180px;
	height: 100%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.2em;
	padding-bottom: 1.5em;
	margin: 0;
   	background-image: url(../img/judo.jpg);
  	background-repeat: repeat-y;
  	border-style: solid;
  	border-width: 0 1px 1px 0;
  	}
html>body #menu-container {
    position: fixed;
	}
#menu-container .menu-1-no, .menu-1-act {
	font-size: 1em;
	padding-top: 0.1em;
	padding-left: 1em;
	}
#menu-container .menu-2-no, .menu-2-act {
	font-size: 1em;
	padding-top: 0.1em;
	padding-left: 2em;
	}
#menu-container .menu-3-no, .menu-3-act {
	font-size: 0.9em;
	padding-top: 0.1em;
	padding-left: 3em;
	}
#menu-container .menu-4-no, .menu-4-act {
	font-size: 0.9em;
	padding-top: 0.1em;
	padding-left: 4em;
	}
#menu-container DIV A {
/*	color: gray;
  	font-weight: bold; */
	color: black;
	text-decoration: none;
	}
#menu-container DIV A:hover {
  	border-top:1px solid;
	border-bottom:1px solid;
  	border-color: white;
  	text-decoration: none;  
	color: white;
	}
#menu-container .menu-1-act A, 
#menu-container .menu-2-act A,
#menu-container .menu-3-act A,
#menu-container .menu-4-act A {
/* 	color: #FFFFFF; */
	font-weight: bold;
	color: green;
	}
#content-right {
	width: 10em;  
  	float: right;  
	font-size: 0.9em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
  	margin-left: 0;
	margin-right: 0.3em;
	margin-top: 9em;
	margin-bottom: 0em; 
	z-index: 1;
/*	border: 1px dashed silver; */
	}
html>body #content-right {  
	margin-top: 0em;
	}	
#content {
   	padding-top : 0em;
	padding-bottom: 0.2em;
	padding-left: 0.2em; 
 	padding-right: 0.2em; 
	margin-top: 8em;
	margin-bottom: 0px; 
 	margin-left: 12em; 
	margin-right: 10em;
  	background-color: #FEEBBA;
	border: 1px solid black; 
	z-index: 2;
/* border: 1px dashed silver; */
	}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	background-color: #eee;
	margin-left: 13.2em;
	margin-right: 11em;
	}	
.align-center {
	text-align: center;
	}
DIV A {
	text-decoration: none;
	}
.bodytext A {
	color: blue;
	}		

/* Trainertabelle Judo */	
.contenttable-1, .contenttable {
	border: 1px solid #FFCC66;
  	border-spacing: 2px;
	}
.contenttable td,.contenttable th {
	border: 1px solid #FFCC66;
  	height: 2em;
	}
.contenttable-1 td {
  	vertical-align: top;
  	background-color: #FFCC66;
  	height: 100px;
	}
.contenttable-1 .td-0 .td-2 {
 	padding: 2em;	
/* debug 
div {  
	border: 1px dashed silver;
} */