/*
   CSS-Styles www.blues.at
   Theme: Country
	 Version: 0.1 -- 1.11.2003
	 Copyright: Alfred "Alf mit i" Scheibl
	 http://www.alfmiti.net

	 All Styles uses the short definition styles
   short writing top, right, bottom, left

*/


body {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #FFFFF0;
  margin: 0px;
  padding: 0px;
  scrollbar-face-color:rgb(198,208,222);
  scrollbar-highlight-color:rgb(198,208,222);
  scrollbar-shadow-color:rgb(198,208,222);
  scrollbar-track-color:rgb(228,232,240);
  scrollbar-darkshadow-color:rgb(185,195,215);
  scrollbar-arrow-color:navy;
  scrollbar-3dlight-color:rgb(185,195,215);
}

#wrapper {
	position: relative;
	margin: 10px auto;
	width: 760px;
	background-color: #FFD79B;
	color: #000;
	text-align: left;
	border: 2px solid #FF6347;
	border-top: none;
	border-bottom: none;
}

/* Header definitions */
#pagetop {
  margin-bottom: 5px;
  padding: 0px;
}
#pagetop img {
  width: 760px;
  height: 38px;
  border: none;
}

/* Help buttons */
#help {
  position: absolute;
  vertical-align: right;
  display: inline;
  right: 30px;
}

#help a {
  border: 1px solid #E9E8E4;
}
#help a:active  { border: 1px solid #E9E8E4; }
#help a:link    { border: 1px solid #E9E8E4; }
#help a:visited { border: 1px solid #E9E8E4; }
#help a:hover   { border: 1px solid #8DAAB8; background-color: #FCFFF0;}

#help img {
  width: 13px;
  height: 9px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}


/* Left box and image */

#leftbox {
  position: absolute;
  top: 60px;
  left: 590px;
  width: 150px;
  height: 340px;
  background-color: #FFA824;
  border: 1px solid #FF4500;
}

#gfx {
	position: relative;
	left:8px;
	top: 300px;
	width: 180px;
	height: 120px;
	background: #E3DDD7 url(/site/pics/logo_country.jpg) no-repeat;
	border-top: 1px solid #FF4500;
	border-right: 5px solid #FF4500;
	border-bottom: 3px solid #FF4500;
	border-left:  none;
}


/* Definition from Navigation box */
#nav {
  position: absolute;
  top: 20px;
  left: -18px;
  width: 170px;
  background: #FFDAB9;
  padding: 0px;
  border-top:    2px solid #872657;
  border-right: 10px solid #872657;
  border-bottom: 4px solid #872657;
  border-left:   1px solid #872657;
	z-index: 2;
}

#nav a { text-decoration: none; font-size: 13px; }
#nav a:active  { color: #000000; }
#nav a:link    { color: #422D2B; }
#nav a:visited { color: #422D2B; }
#nav a:hover   { color: #0000FF; background-color: #FFFAF0; }

#nav ul { padding: 1px 10px 1px 15px; margin:0px; list-style-type: square; }
#nav li { font-size: 10px; margin: 1px 5px 1px 5px; }

#nav_hi {
  padding: 1px 0px 1px 0px;
  border-left: 0px solid #ADB5C2;
  border-right: 0px solid #ADB5C2;
  border-top: 1px solid #804224;
  border-bottom: 1px solid #804224;
  background: #FFEFE1;
}
#nav_hi ul { padding: 1px 10px 1px 15px; margin:0px; list-style-type: square; }

#nav_hi_sub { padding-left: 8px; }
#nav_hi_sub ul { padding: 0px 5px 0px 15px; }



/* Content definitions */

#content {
  color: #3F1A03;
  background-color: #FFFFF4;
  margin: 0px 120px 2px 5px;
  padding: 20px 80px 20px 20px;
  border: 1px solid #990033;
  border-left: 15px solid #CC3300;
  border-right: 5px solid #CC3300;
}

#content h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  margin-top: 5px;
  letter-spacing: 3px;
}

#content small {
  font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
  font-size: 10px;
  color: #422D2B;
}

#content p {
 color : #602020;
 font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
 font-size: 10pt;
}

.tiny {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
}


#content a { text-decoration: none; font-size: 12px; }
#content a:active  { color: #000000; }
#content a:link    { color: #C71585; }
#content a:visited { color: #C71585; }
#content a:hover   { color: #FF030D; }


/*  Definition Page Footer */

#footer {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #F0B471;
  background-color: #E38217;
  padding: 1px;
  border-top:    3px solid #9D2700;
  border-bottom: 3px solid #9D2700;
  margin-top: 5px;
  margin-bottom: 5px;
}

#footer_right  {
  display: inline;
  position: absolute;
  left: 220px;
  text-align: right;
  font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
  font-size: 10px;
  color: #F5CFA5;
}



