/* Global Styles */

body {
	/*margin:0px;*/
	max-width:1024px;
	min-width:770px;
	margin-left: auto;
	margin-right: auto;
	background-color:#5C743D;/*neu*/
	}
	
table {
	background-color:#F4FFE4;/*neu*/
}	
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
h1 {
	margin:0px;
	}
	
h2 a {
    text-decoration:none;
	color:#5C743D;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* Class Styles */

.logo {
	/*font:24px Arial, Helvetica, sans-serif;*/
	font:Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.1em;
	/*line-height:30px;*/
	}

.dateformat {
	font:12px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
.dateformat a {
	font:12px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
.dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}
	
.smallText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.formular {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	background-color:#D5EDB3;
	border-color:#99CC66;
	border-style:solid;
	border-width:thin;
	}
	
	
.guestbook_table {
	font-family: Tahoma,Verdana,Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #808080;
}

.guestbook_table2 {
	font-family: Tahoma,Verdana,Helvetica;
	font-size: 11px;
	color: #000000;
}

/*allgemeiner Schatten um Bilder, muss noch angepasst werden*/
/*img.shadow {
padding:2px;
border:2px solid #ccc;
}*/

/*bilder trainer*/
.bildschatten {
  background: url(pics/bildschatten.png) no-repeat bottom left;
  padding: 2px 5px 10px 5px;
}

/*bild index.php*/
.bildschatten218 {
  background: url(pics/bildschatten218.png) no-repeat bottom left;
  padding: 2px 5px 10px 5px;
}

/*menu*/

.menu {
z-index:1000;
/*font-size:90%;*/
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#99CC66; /*#d4d8bd;*/
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000; /*000993300;*/
text-indent:5px;
border:1px solid #5C743D;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#99CC66/*#d4d8bd*/; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#5C743D/*#949e7c*/;}

.menu :hover > a {
color:#fff; 
background:#5C743D; /*#949e7c;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.menu li {float:left;}