OL {
  list-style: inside decimal;
}

html, body, td, p {
	font: 9pt Verdana,Arial,sans-serif;
	color: #000000;

 /* 
   font-size: expression(screen.deviceXDPI >96? 1000/((screen.deviceXDPI/96)*16)+ "%":"62.5%");


	font-size: expression(1/(screen.deviceXDPI/96)*100+"%":"66%");
*/
}

body, html {
font-size: expression(screen.deviceXDPI >96? "8pt" : "10pt");

}

/* Fix for IE 5/6/7 body centering */
#bodywrap {
  width: 1000px;
  margin: 0 auto;

/*
  background-color: #fff;
  */
  
  background: transparent url(/assets/clouds3.jpg) repeat-y scroll top right;
  position: relative;
}

#bodywrapadmin {

  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  
	/*  
  background: transparent url(/assets/clouds2.jpg) repeat-y scroll top right;
  */
  position: relative;
}


BODY.mceContentBody {
  width: auto;
}

p {
  margin: 1em 0;
}

a {
color:#0d0d73;
/* 
change the color of the links to dark blue 
	color:#4f70bd;
	*/
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
		
        color: #c79b61;
}

#se{

color:#000000;
font-weight: bold;

}

#lg
{

border: 3px solid #0D0D73 ;
width:520px;
font-family:verdana,arial,helvetica,sans-serif; 
font-size:14px;
margin-left:40px;
margin-top:50px;
padding: 20px;
background: transparent url(/assets/clouds4.jpg);
}

#form_left{
text-align:right;
font-weight:bold;
}


h1{
	font-size:18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 8px;
}

h3{
	font-size:14px;
	font-weight: bold;
	margin-bottom: 6px;
}

legend {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}

fieldset {
	padding:5px;
}

.indent {
	padding:5px;
}

.red {
	color:#FF0000;
}


EM {
  font-style: italic;
}

STRONG {
  font-weight: bold;
}

/************************************************
	main-body
*************************************************/
td#main-body{
	padding-top:5px;
	padding-bottom:15px;
	padding-left:40px;
	padding-right:40px;
	background-image: url(/assets/mainbg.gif);
	background-repeat: repeat-x;
}

td#main-body2{
	padding-top:5px;
	padding-bottom:15px;
	padding-left:40px;
	padding-right:40px;
	background-image: url(/assets/mainbg2.gif);
	background-repeat: repeat-x;
}

/************************************************
	left-nav-box
*************************************************/
td#side-box{
	width: 187px;
	padding-left:10px;
	padding-right:10px;
}

/************************************************
	top-nav-box
*************************************************/
td#top-nav-box{
	background-image: url(/assets/top-nav-fade.gif);
	background-repeat: repeat-x;
	width:780px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

#top-nav-box a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

#top-nav-box a:hover {
	text-decoration: underline;
}



/************************************************
	adminList
*************************************************/
#adminList table{
	border: 1px solid #4b505c;
}

#adminList table.noBorder{
	border: 0px;
}

#adminList th{
	font-weight:bold;
	font-size:12px;
	background-color:#3d4c6e;
	color:#FFFFFF;
	text-align:left;
}

#adminList th a {
	color:#FFFFFF;
	text-decoration: none;
}

#adminList th a:hover {
	text-decoration: underline;
}

#adminList td.subHeader{
	font-weight:bold;
	font-size:12px;

	background-color:#93a4ce;
	color:#FFFFFF;
}

#adminList td.subHeader a {
	color:#FFFFFF;
	text-decoration: none;
}

#adminList td.subHeader a:hover {
	text-decoration: underline;
}

/************************************************
	adminNav
*************************************************/
#adminNav a {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

#adminNav a:hover {
	text-decoration: underline;
}




/* Hier kommt Billco! */

#pageframe {}

#header {
  background: transparent url(/assets/copaheader_new.jpg) no-repeat top left;
  height: 140px;
  text-indent: -9000px;
  border-bottom: 1px solid black;
  }

#header A.home {
  display: block;
  height: 80px;
  width: 310px;
  left: 20px;
  top: 20px;
  position: absolute;

  
}

#header A.copaforkids {
  display: block;
  height: 67px;
  width: 150px;
  right: 40px;
  top: 20px;
  position: absolute;
}

.gappedlinks {
  margin: 0 auto;
}

.gappedlinks LI {
  display: inline;
  list-style: none;
  padding: 0 5px;
  border-left: 1px solid white;
  height: 15px;
  vertical-align: center;
}

.gappedlinks LI.first {
  border-left: none;
}

#footer .gappedlinks {
  margin-left:71px;
  margin-right:252px;
  font-weight: bold;
}

.backtotop {
  float: left;
  padding-left: 20px;
  margin-left: 10px;
  background: transparent url(/assets/backtotop_arrow.gif) no-repeat center left;
}


#breadcrumbs {
 float: left;
  font: bold 8pt Verdana,sans-serif;
  line-height:18px;
  position:absolute;
  
  /* move the breadcrumbs to left 
  right:210px;
  */
  
  top:155px;
}

#breadcrumbs A {
/*
  color: #0d0d73;
  */
  color: #C79B61;
  
}

#breadcrumbs A.highlight {

/*
  color: #C79B61;
  */
  color: #0d0d73;
}

#navbar {
  background: transparent url(/assets/menu-bg.gif) repeat-x;
  width: 1000px;
  height: 49px;
  text-align: center;
  margin-bottom: 4px;
}

#navbar .gappedlinks {
  padding: 17px 0;
}

#navbar .gappedlinks LI A {
  color: #fff;
  text-transform: uppercase;
}

/*
#navbar LI {
  position:absolute;
  top:0;
  height:37px;
  list-style:none;
  overflow:hidden;
  text-indent:-9000px;
}

#navbar LI A {
  display:block;
  height:37px;
}

#navbar .n1 ,#navbar .n1hi { left: 25px; width: 95px; }
#navbar .n1 A:hover, #navbar .n1hi { background: transparent url(/assets/e/pv-navs.gif) -25px -37px no-repeat; }

#navbar .n2, #navbar .n2hi { left: 120px; width: 101px; }
#navbar .n2 A:hover, #navbar .n2hi { background: transparent url(/assets/e/pv-navs.gif) -120px -37px no-repeat; }

#navbar .n3, #navbar .n3hi { left: 221px; width: 103px; }
#navbar .n3 A:hover, #navbar .n3hi { background: transparent url(/assets/e/pv-navs.gif) -221px -37px no-repeat; }

#navbar .n4, #navbar .n4hi { left: 324px; width: 86px; }
#navbar .n4 A:hover, #navbar .n4hi { background: transparent url(/assets/e/pv-navs.gif) -324px -37px no-repeat; }

#navbar .n5, #navbar .n5hi { left: 410px; width: 100px; }
#navbar .n5 A:hover, #navbar .n5hi { background: transparent url(/assets/e/pv-navs.gif) -410px -37px no-repeat; }

#navbar .n6, #navbar .n6hi { left: 510px; width: 94px; }
#navbar .n6 A:hover, #navbar .n6hi { background: transparent url(/assets/e/pv-navs.gif) -510px -37px no-repeat; }

#navbar .n7, #navbar .n7hi { left: 604px; width: 89px; }
#navbar .n7 A:hover, #navbar .n7hi { background: transparent url(/assets/e/pv-navs.gif) -604px -37px no-repeat; }

#navbar .n8, #navbar .n8hi { left: 693px; width: 91px; }
#navbar .n8 A:hover, #navbar .n8hi { background: transparent url(/assets/e/pv-navs.gif) -693px -37px no-repeat; }
*/
#rbox{
width: 120px;
}

#searchboxtop {
  position: absolute;
  left:310px;
  top: 95px;
  line-height: 30px;
  margin-right: 8px;
  font-size: 10pt;
  font-size: expression(screen.deviceXDPI >96? "8pt" : "10pt");
  width:100%;
  text-align: center;
}

#searchgo{
font-size: 10pt;
 font-size: expression(screen.deviceXDPI >96? "6pt" : "10pt");
}

#searchboxbottom {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 30px;
  margin-right: 8px;
  font-size: 7pt;
}

#searchboxtop INPUT.text, #searchboxbottom INPUT.text {
  font: bold 12px Verdana;
  height: 14px;
  background-color: #d8e7fc;
  width: 12em;
  margin-right: 1em;
  border: 1px solid #485495;
}
#searchboxtop INPUT.button, #searchboxbottom INPUT.button {
  height: 20px;
  margin-top: 4px;
}

#leftcolumn {
  width: 180px;
  float: left;
  margin-top: 9px;
}

#rightcolumn {


  width: 190px;
  float: right;
/* 	
  margin-top:1px;	
  margin-bottom:10px;
 */
 
 
 /*
 
 background: transparent url(/assets/clouds2.jpg) repeat center ;

*/


}

#centercolumn, #centercolumn_twin {
  margin-right: 210px;
  margin-top: 49px;
  margin-left: 8px;
}

#centercolumn_twin {
  margin-right: 0;
}

#centercolumn HR {
  background-color: #c79b61;
  width: 97%;
  height: 2px;
}
#goback
{
margin-top:3px;
float:right;
margin-right:200px;
  font: bold 8pt Verdana,sans-serif;
  line-height:18px;


}
#clear{
clear:both;
}

#footer {
  position: relative;
  clear: both;
  text-align:center;
  background-color: #0a0a62;
  padding: 4px;
  margin-top: 1em;
  /*
  margin-bottom: 1em;
  */
}

#footer, #footer P, #footer A {
  color: #fff;
}

#footer A:hover {
  color: #c79b61;
}

#footer P.addressline {
  margin: 0;
}

#footer HR {
  background-color: #c79b61;
  width: 97%;
  height: 2px;
  margin: 8px 0 6px 0;
}

.error {
  color: red;
}
td .red{
  color: red;
}

HR {
  background-color:#b2cceb;
  border:0 none;
  color:#b2cceb;
  height: 3px;
}

#centercolumn H1, .mceContentBody H1 {
  color: #0d0d73;
  font: bold 14pt Verdana,sans-serif;
}

#centercolumn H2, .mceContentBody H2 {
  font: bold 12pt Verdana,sans-serif;
}

#centercolumn H3, .mceContentBody H3 {
  font: bold 12pt Times New Roman,serif;
  text-align: center;
  text-decoration: underline;
}

#centercolumn H4, .mceContentBody H4 {
  font: bold 10pt Verdana,serif;
  text-decoration: underline;
}

#centercolumn UL LI, .mceContentBody UL LI {
  list-style: disc;
  margin-left: 2em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

#centercolumn H1.sectionheader {
  position: absolute;
  top: 186px;
  left: 8px;
}

#centercolumn H1.sectionheader, #centercolumn H1.sectionheader A {
  font: bold 13.5pt Verdana;
  color: #c79b61;
  text-transform: uppercase;
  line-height:24px;
  margin-bottom:14px;
}

#toplinks {
  position: absolute;
  top:5px;
  right:0;
}

#toplinks A {
  color: #464646
}

#blueline1 {
  position: absolute;
  top: 176px;
  width: 100%;
  height: 2px;
  background-color: #0d0d73;
  margin:0;
  padding:0;
  border-collapse:collapse;
  border:0;
  font-size: 1px;
}

#sidebar {

margin-top:-19px;
min-height: 250px;
  position: relative;
  line-height: 150%;
  
 

}

#sidebar IMG.ieminheight {
  float: left;
  width: 0;
  height: 250px;
}

#sidebar H1 {
background:#fff url(/assets/nav/three_0.gif) repeat-x;
  font-size: 8.25pt;
  color: white;
  line-height: 24px;
  height: 24px;
  background-color: #0d0d73;
  text-transform: uppercase;
  text-align: center;
  font-size: expression(screen.deviceXDPI >96? "6.5pt" : "8.25pt");
}

#sidebar DIV.box {

  padding-bottom: 8px;
 /* 
  background-color: #E0E0E0;
 */
  
}

#sidebar DIV.box DIV.boxbody {
  padding: 0 10px;
}

#sidebar DIV.clear {
  clear: right;
}

#memberloginform .submit {
vertical-align: middle;
  float: left;
  margin-left:-10px;
 /*vertical-align: bottom;
 height: 4em; */
 
  height: 2em;
}

#memberloginform .links {
  float: right;
  margin-left: 0px;
}
#memberloginform .links A {
  display: block;
}

.box P {
  margin: 1em 0;
}

#membershipdiscounts {
  text-align: center;
}

#slug_home {
  background: transparent url(/assets/e/label_home.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}


#slug_top_31 {
  background: transparent url(/assets/e/label_top_31.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}

#slug_top_32 {
  background: transparent url(/assets/e/label_top_32.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}

#slug_top_33 {
  background: transparent url(/assets/e/label_top_33.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}

#slug_top_34 {
  background: transparent url(/assets/e/label_top_34.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}

#slug_top_35 {
  background: transparent url(/assets/e/label_top_35.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}

#slug_top_36 {
  background: transparent url(/assets/e/label_top_36.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}

#slug_top_37 {
  background: transparent url(/assets/e/label_top_37.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}

#slug_top_38 {
  background: transparent url(/assets/e/label_top_38.gif) no-repeat 0 0;
  width: 147px;
  height: 60px;
  text-indent: -9000px;
}

.eventleft {
  float:left;
  width:140px;
}

.eventright {
  margin-left: 147px;
}

.xsmalltext {
  font-size: 64%;
}

.smalltext {
  font-size: 80%;
}

.normaltext {
}

.largetext {
  font-size: 120%;
}

.xlargetext {
  font-size: 144%;
}

#copyright {
  font: bold 7.5pt Verdana,Arial,sans-serif;
  float: right;
}

#missionstmt {
  position: absolute;
  top: 30px;
  left: 380px;
  width: 240px;
  font: bold italic 9pt Verdana;
  font-size: expression(screen.deviceXDPI >96? "8pt" : "10pt");
  text-indent: 0pt;
  color: #117;
  text-align: center;
  
}

/* Dropdown styling */

.preload1 {background: url(/assets/nav/three_1.gif);}
.preload2 {background: url(/assets/nav/three_1a.gif);}

#hovernav {padding:0; margin-top:-17px; list-style:none; height:28px; background:#fff url(/assets/nav/three_0.gif) repeat-x; position:  relative; z-index:500; font-family:arial, verdana, sans-serif;}
#hovernav li.top {display:block; float:left; height:28px;}
#hovernav li a.top_link {display:block; float:left; height:27px; line-height:25px; color:#fff; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 5px; cursor:pointer;background: url(/assets/nav/three_0.gif);}
#hovernav li a.top_link span {float:left; display:block; padding:0 12px 0 6px; height:27px; background: url(/assets/nav/three_0.gif) right top no-repeat;}
#hovernav li a.top_link span.down {float:left; display:block; padding:0 18px 0 6px; height:27px; background: url(/assets/nav/three_0a.gif) no-repeat right top;}

#hovernav li:hover a.top_link {color:#fff; background: url(/assets/nav/three_1.gif) no-repeat;}
#hovernav li:hover a.top_link span {background:url(/assets/nav/three_1.gif) no-repeat right top;}
#hovernav li:hover a.top_link span.down {background:url(/assets/nav/three_1a.gif) no-repeat right top;}

/* Default list styling */

#hovernav li:hover {position:relative; z-index:200;}

#hovernav li:hover ul.sub
{left:1px; top:27px; background: #0d0d73; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:170px; height:auto; z-index:300;}
#hovernav li:hover ul.sub li
{display:block; height:20px; position:relative; /*float:left; *//*width:120px;*/ font-weight:normal;}
#hovernav li:hover ul.sub li a
{display:block; font-size:12px; height:18px; /*width:118px;*/ line-height:18px; text-indent:5px; color:#fff; text-decoration:none;border:1px solid #0d0d73; }
#hovernav li ul.sub li a.fly
{background:#0d0d73 url(/assets/nav/arrow.gif) right center no-repeat;}
#hovernav li:hover ul.sub li a:hover 
{background:#4949b3; color:#fff; border-color:#fff;}
#hovernav li:hover ul.sub li a.fly:hover
{background:#4949b3 url(/assets/nav/arrow_over.gif) right center no-repeat; color:#fff;}

#hovernav li:hover li:hover ul,
#hovernav li:hover li:hover li:hover ul,
#hovernav li:hover li:hover li:hover li:hover ul,
#hovernav li:hover li:hover li:hover li:hover li:hover ul
{left:140px; top:-4px; background: #0d0d73; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:170px; z-index:400; height:auto;}

#hovernav ul, 
#hovernav li:hover ul ul,
#hovernav li:hover li:hover ul ul,
#hovernav li:hover li:hover li:hover ul ul,
#hovernav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; /*width:0;*/ height:0; margin:0; padding:0; list-style:none;}

#hovernav li:hover li:hover a.fly,
#hovernav li:hover li:hover li:hover a.fly,
#hovernav li:hover li:hover li:hover li:hover a.fly,
#hovernav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#4949b3 url(/assets/nav/arrow_over.gif) center right no-repeat; color:#fff; border-color:#fff;} 

#hovernav li:hover li:hover li a.fly,
#hovernav li:hover li:hover li:hover li a.fly,
#hovernav li:hover li:hover li:hover li:hover li a.fly
{background:#0d0d73 url(/assets/nav/arrow.gif) center right no-repeat; color:#fff; border-color:#0d0d73;} 

#centercolumn #sitemap {
  width: 100%;
}

#centercolumn #sitemap UL LI {
  margin-bottom: 2em;
  margin-left: 0;
  list-style: none;
  font-weight: bold;
  font-size: 10pt;
}

#centercolumn #sitemap UL LI UL {
  margin-bottom: 1em;
}

#centercolumn #sitemap UL LI UL LI {
  list-style: disc;
  margin: 0 2em;
}

#centercolumn #sitemap UL LI UL LI UL LI {
  list-style: circle;
}


