/*
   CSS-Styles www.blues.at
   Theme: Blue
	 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:  #C8D3E6;
  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: #678FB8;
	color: #000;
	text-align: left;
}

/* 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: 43px;
  left: 0px;
  width: 185px;
  height: 420px;
  background-color: #BFD2EE;
  border: 1px solid  #020066;
}

#gfx {
	position: relative;
	left: 12px;
	top: 260px;
	width: 180px;
	height: 115px;
	background: #E3DDD7 url(/site/pics/logo_blue.jpg) no-repeat;
	border-top: 1px solid #325E89;
	border-right: 5px solid #325E89;
	border-bottom: 3px solid #325E89;
	border-left:  none;
}


/* Definition from Navigation box */
#nav {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 185px;
  background: #BBD3F8;
  padding: 0px;
  border-top:    1px solid #437CB6;
  border-right:  1px solid #437CB6;
  border-bottom: 1px solid #437CB6;
  border-left:   7px solid #437CB6;
	z-index: 2;
}

#nav a { text-decoration: none; font-size: 13px; }
#nav a:active  { color: #000000; }
#nav a:link    { color: #161661; }
#nav a:visited { color: #161661; }
#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 #437CB6;
  border-bottom: 1px solid #437CB6;
  background: #EDEAE7;
}
#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: #EAEEF7;
	margin: 0px 4px 2px 160px;
	padding: 20px 20px 20px 60px;
	border: 1px solid #020066;
	border-left: 9px solid #020066;
}

#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 : #191970;
 font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
 font-size: 13px;
}

.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: #993300; }
#content a:visited { color: #993300; }
#content a:hover   { color: #FF030D; }


/*  Definition Page Footer */

#footer {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #A7AEBE;
  background-color: #DDE0E6;
  padding: 1px;
  border-top:    2px solid #421C0D;
  border-bottom: 2px solid #421C0D;
  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: #422D2B;
}



