@charset "utf-8";
* { 
margin: 0;
padding: 0;
}
body,th {
	position: relative;
	background-color:#FFE990;
	color: #000;
}

a:link {color:black; text-decoration:none}
a:visited {color:brown; text-decoration:none}
a:active {color:white; text-decoration:none}
a:hover {color: #0066FF; text-decoration: none;}
a img {border: 0 none}

#menu a, #menu a:visited {
  text-align:center; 
  text-decoration:none; 
  font-family: "cooper black";
  font-size:16px;
  width:7em; 
  height:1.2em; 
}
#menu a:hover {
   border-color:#dfd7ca #b2ab9b;
}

#site, #header, #menu, #content, #footer {					/*  Sammel left width*/
	left: 0px;
	width:700px;
}
#site {     												/*   Sammel 3D */
	border: 1px solid;
	border-left-color: #FcFcFc;
	border-top-color:#FcFcFc;
	border-right-color:#333;
	border-bottom-color:#333;
}
#header, #menu, #hstripe1, #hstripe2, #hstripe3 {			/*   Sammel boarder-bottom */
	border-bottom-style:double;
	border-bottom-width:5px;
	border-bottom-color:#F00;	
}
/*----------------------------------------------------------*/
#site {
	position:relative;
	background-color: #FFCC66;
	margin:auto auto;
	height: 800px;
}
#header{
	position: absolute;
	top: 0;
	height: 175px;
}
#menu{
	position: absolute;
	top: 180px;
	height: 22px;
	
}
#content {
	position: absolute;
	top: 211px;
	height: 543px;
}
#footer {
	position: absolute;
	bottom: 0;
	height: 35px;
	border-top-style:double;
	border-top-width:5px;
	border-top-color:#F00;
}
#firefox {
	position: absolute;
	height: auto;
	width: auto;
	top: 5px;
	right: 603px;
}
#xhtml {
	position: absolute;
	height: auto;
	width: auto;
	top: 13px;
	right: 6px;
}
/*----------------------------------------------------------*/
.nowrap{white-space: nowrap;}
.font_12 {font-size: 12px;}
.font_16 {font-size: 16px;}
.font_18 {font-size: 18px;}
.red {color: #F00;}
.green {color: #060;}
.orange {color: #FF9933;}
.cobt {font-family: "cooper black";}
