/* ------------------------------------------------------------------- */
body {
	font-family: Verdana,Arial,sans-serif,Century Gothic;
	font-size:12px;
	color:#993300;
	background:#ffffff;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 17px;
}
h3{
	font-size: 15px;
}
.menuBar {
	z-index:5;
	position:absolute;
	width:180px;
/*	background-color:#ffcb99;*/
/*  	background-color:#f2ac4d; */
	background-color:#f0b040; 
/*	background-color:#f0c060; */
	border-right:2px solid #B5B5B5;
	border-bottom:2px solid #B5B5B5;
}
.Button{
	z-index:6;
	border:1px solid  #ffdd88;
	background-color:#993400;
	font-size: 13px;
	left:140px;
/* 	position: absolute; */
/* 	width: 160px; */
	width: 160px;
/* 	height: auto; */
	text-decoration:none;
	font-weight:bold;
/* 	left:0px; */
	color:#eeeeff;
	margin-left:4px;
	margin-right:2px;
	padding:6px;
	display:block;
}

.Button:hover{
	border:1px solid  #ffff33;
	color:#ffff33;
}

.subMenuBar {
	z-index:1; 
	position:absolute;
/*	background-color:#CE4B07; */
	background-color:#f0b040; 
/* 	background-color:#ffa973; */
	border-right:2px solid #B5B5B5;
	border-bottom:2px solid #B5B5B5;
	width:165px;
}


.subButton {
	z-index:2;
	color:#993300;
/*	color:#eeeeff; */
	font-size: 12px;
	padding: 15px;
	line-height:25px;
	font-weight:bold;
}

.subButton:hover {
	color:#ffff33;
}

.td {
	left:400px;
	display: block;
	background-color:#ffffff; 
	text-decoration: none;
	font-family: Arial,Verdana,sans-serif,Century Gothic;
	font-size:12px;
	border: none;
	color:#993300;
	cursor:default;
}
.standardtext {
	left:400px;
	display: block;
	background-color:#ffffff; 
	text-decoration: none;
	font-family: Arial,Verdana,sans-serif,Century Gothic;
	font-size:12px;
	border: none;
	padding:5px;
	color:#9933ff;
	cursor:default;
}

.standardtextAlt {
	left:400px;
	display: block;
	background-color:#dddddd; 
	text-decoration: none;
	font-family:Century Gothic;
	font-size:13px;
	border: none;
	padding:5px;
	color:#993300;
	cursor:default;
}

#rahmen_gruen {
  border-width:1px;
  border-style:solid;
  border-color:green;
  padding:3px;
  text-align:left;
}

#rahmen_braun {
  border-width:1px;
  border-style:solid;
  border-color:#993300;
  padding:3px;
  text-align:left;
}

.text_oben_1 {
	font-size:14px;
}

.text_tabelle_1 {
	border:1px solid #f24d4d;
	font-family:Verdana, Century Gothic, Arial, "sans-serif";
	font-size:14px;
	color:green;
}


