/*****************************GENERAL*****************************/
body, form
{
	margin: 0px;
   font-family: Trebuchet MS;
}

body, p, li, dl, ul, ol, h1, h2, h3, h4, h5, h6, table
{
}


.title, h1
{
   font-weight: bold;
}

.titlesmall, h2
{
   font-weight: bold;
}

a
{
   text-decoration: none;
   cursor: pointer;
}


#content
{
   padding: 0px 40px 40px 20px;
}

#content a
{
   text-decoration: underline;
   cursor: pointer;
}

#content a:hover
{
   text-decoration: none;
   cursor: pointer;
}

.pager
{
	text-decoration:none;
}
.pagerselected
{
	font-weight:bold;
	text-decoration:none;
}

/*************************Logo*********************************/

.logo
{
   position: absolute;
   top: -25px;
   left: 0px;
}

/*************************Sitepath*********************************/

.sitepath
{
   padding: 60px 40px 10px 20px;
}


/****************************Columns**************************/

#colLeft
{
   float: left;
   text-align: left;
   width: 360px;
   height:auto!important;
   height:360px;
   min-height:360px;
}

#colRight
{
   text-align: left;
   width: 620px;
   float: right;
}

/*************************Menu*********************************/

#menu
{
   margin: 92px 0px 60px 0px;
   text-transform: uppercase;
   position: relative;
   z-index: 1001;
}

#menu .menu0
{
   padding: 4px 20px 4px 20px;
}

#menu .menu0selected
{
   padding: 4px 20px 4px 20px;
   position: relative;
   font-weight: bold;
}

#menu .menu0selected a
{
   position: relative;
}

#menu .menu0selected .selectedIcon
{
   position: absolute;
   top: -25px;
   left: -25px;
}

#menu .menuContainer
{
   position: absolute;
   top: 0px;
   left: 180px;
   width: 180px;
}

#menu .menu1 a
{
   padding: 4px 10px 4px 40px;
   display: block;
}

#menu .menu1selected a
{
   padding: 4px 10px 4px 40px;
   display: block;
   font-weight: bold;
}

#menu .menu1separator
{
   height: 1px;
   line-height: 1px;
   font-size: 1px;
}

/************************Footer******************************/

#footer
{
   width: 1028px;
   height: 60px;
   text-align: left;
   text-transform: uppercase;
}

.service
{
   padding: 30px 23px 10px 23px;
}

.service a
{
   padding: 0px 5px 0px 5px;
}

/************************MenuBottom******************************/

#menuBottom
{
   width: 980px;
   text-align: left;
   padding: 15px 10px 20px 0px;
   text-transform: uppercase;
}

#menuBottom .copyright
{
   float: left;
}

#menuBottom a
{
   float: right;
   padding: 0px 10px 0px 0px;
   display: block;
}


/*********************************FrameEvents**************************************/

#frameEvents
{
   position: absolute;
   top: -120px;
   left: 620px;
}

#frameEvents .container
{
   float: left;
   width: 320px;
   height: 100px;
   text-align: left;
   padding: 10px 10px 10px 20px;
}

#frameEvents .button
{
   height: 25px;
}

#frameEvents .continue
{
   text-align: right;
}

#frameEvents .continue a
{
   padding: 2px 10px 2px 10px;
   text-transform: uppercase;
}

#frameEvents .separator
{
   width: 2px;
   height: 145px;
   float: left;
}

#frameEvents .footer
{
   text-align: right;
   clear: both;
   height: 24px;
   width: 350px;
   text-transform: uppercase;
   font-weight: bold;
}

#frameEvents .footer a
{
   display: block;
   padding: 4px 10px 4px 0px;
}


/*************************Events**********************************/

#events a
{
   padding: 10px 0px 0px 0px;
   font-weight: bold;
}

#events .footer
{
   margin-top: 40px;
}

/*************************Fotogallery*******************************/

#fotogallery .image
{
   float: left;
   margin: 0px 20px 5px 0px;
}

#fotogallery .separator
{
   height: 40px;
}

/**************************************DOWNLOADS***********************************************/

#downloads
{
   margin-top: 25px;
}


#downloads .separator
{
   height: 50px;
   clear: both;
}


#downloads .description
{
	padding-bottom: 10px;
}


/****************************news********************************/

#news .image
{
   padding: 10px 0px 20px 0px;
}

#news .description
{
   padding: 10px 0px 40px 0px;
   font-style: italic;
   
}



/*************************************GENERAL*************************************/
.clear
{
    clear:both;
    font-size:0px;
    line-height:0px;
    height: 0px;
}

.hidden
{
	visibility: hidden;
	display:none;
}

.relative
{
	position: relative;
	font-size:0px;
   line-height:0px;
   height: 0px;
}

/*****************************POPUPS*****************************/
.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}



.PopupWindow
{
	z-index: 1001;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.PrintContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 97%;
	padding: 20px;
}

.PrintLock
{
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
	border: solid 1px black;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 615px;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}

/*****************************PRINT PAGE*****************************/
.noscreen
{
	display:none;
	visibility:hidden;	
}

.printBody
{
	background-image:none;
}
#Print .PrintHeader
{
 height:30px;
}
#Print .PrintHeader .Links
{
	padding:5px 10px 5px 10px;
}
#Print .PrintHeader .Links, 
#Print .PrintHeader .Links a
{
	text-decoration:none;
}

#Print .Content
{
	padding:10px;
	
}
#Print .PrintFooter
{
	height:30px;
	background-color:White;
	padding:5x 10px;
	text-align:center;
}


/*****************************CONTACT*****************************/
.foundSite
{
    float:left; 
    width:100px;
    margin-left:3px;
}

.missing
{
    margin-bottom:20px;
    color:#99012E;
    font-weight:bold;
}

.privacynote
{
   display:block;
   margin:10px 0;
   color:#99012E;
   font-weight:bold;
}

.linkbutton
{
    text-transform:uppercase;
}
