	/*-------------------------LAYOUT */ 
html, body
{ 
   text-align: center;
   background: #e50003;
   font-family: Arial,"Lucida Grande",Verdana,sans-serif;
   font-size: 0.8em;
   margin: 0;
   margin-top: 2px;
}

H1
{
   font-size: 36px; 
   font-weight: bold;
   color: #323F47;
   margin-bottom:0;
}

H2
{
   font-size: 24px; 
   font-weight: bold;
   color: #323F47;
   margin-bottom:0;	
}

H1:first-letter, H2:first-letter
{ 
   color: #E60408;
}

table
{ 
   margin:0; 
   padding:0; 
   font-family: Arial,"Lucida Grande",Verdana,sans-serif;
   font-size:1.0em;
}

#nocontent
{
   background:none;
   float: right;
   display:inline;
   text-align: left;
   width:1000px;
   margin-left:auto; 
   margin-right:auto;
}

#nocontent H1
{
   display:none;
}

#gallery td a img
{
   margin: 3px;
   border: 1px solid #fff;
}

#header
{
   position:relative; 
   height:125px; 
   background-color:#e50003;
   width:100%;
   z-index: 99;
}

#pagewidth
{
   margin-left:auto; 
   margin-right:auto;
   margin-bottom: 5px;
   text-align: left;
   width:1000px;
   height: 1000px;
   border: 2px solid #ffffff;
   background: #fff url(../images/bgwrapper.jpg);
}

#logo
{
   display:block;
   position:absolute;
   top:137px;
   left:15px;
   background-color:transparant;
   background: url("../images/logo.gif");
   width:177px;
   height:205px;
   z-index:200;
}


#content
{
   font-size: 1.2em;
   width: 810px;
   height: 830px;
   position: relative;
   float: right;
   display:inline;
   margin-top: 30px;
   z-index: 50;
   overflow: auto;
}

#pagecontent1
{
   width: 780px;
   height: 800px;
}

#leftcol
{
   width: 175px;
   float:left;
   position:relative; 
   height: 300px;
   color:#fff;
   padding-top:250px;
   padding-left:15px;
   overflow:hidden;
}

#footer
{
   position: absolute;
   top: 970px;
   width: 998px;
   background: #939496;
   font-size: 1.1em;
   font-weight: bold;
   height: 20px;
   color: #f7f7fc;
   text-align: right;
   padding-right: 5px;
   clear: both;
}

#kas
{
   background:transparent url("../images/kas1.gif") no-repeat;
   position: relative;
   width:100%;
   height:145px;
   z-index:25;
   float: left;
}

#lan img
{
   border: 0;
}

/*-------------------------FIXES */
.clearfix:after 
{
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.clearfix
{
   display: inline-block;
}


/* Hides from IE-mac \*/
* html .clearfix
{
   height: 1%;
}

.clearfix
{
   display: block;
}
/* End hide from IE-mac */  


#content img
{
  margin: 1px 2px 2px 1px;
  padding: 2px 2px 2px 2px;
  border: 1px solid #cccccc;
  z-index:0;
}

#content img a, #content img a:hover
{
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 2px;
  border: 1px solid #cccccc;
  z-index:0;
}

/*-------------------------HTML elements */

hr
{
   color:#323F47;
   border: none 0; 
   border-top: 1px solid #323F47;/*the border*/
   width: 95%;
   height: 1px;
   line-height:normal;
}

/*-------------------------Links */
a 
{
   color:#E50003;
   font-weight: bold;
   text-decoration: none;
}
	
a:hover
{
   color:#C4C3C7;
 /*text-decoration: underline;*/
}
	
a img 
{
   border: none;
}
	
a img:hover
{
   border: 1px solid #E50003;
}
	
a.mover 
{
   width:150px;
   padding-left:2px;
   height:15px;
   background: #379cff;
}

a.mover:hover 
{
   background: #3d7bb9;
}
	
a.H2, a.H2:hover
{
   font-size: 20px; 
   font-weight: bold;
   color: #323F47;
}
	
a.H2:first-letter
{ 
   color: #E60408;
}

/*-------------------------Menu elements */
#nav
{
   position:absolute;
   left: 0px;
   background: #323f48;
   border-top: 1px solid #fff;
   /*border-bottom: 2px solid #dcdcdc;*/
   width: 100%;
   z-index: 99;
}

ul#menu, ul#menu li 
{
   float:left;
   z-index:99;
}

ul#menu, ul#menu li ul 
{
   list-style: none;
   margin: 0;
   padding: 0;
   background: #323f48;
   z-index:99;
}

ul#menu li a 
{
   display:block;
   color: white;
   font-family: arial, tahoma, helvetica, sans-serif;
   font-size:1.1em;
   font-weight: bold;
   text-decoration: none;
   line-height: 20px;
   padding:3px 4px 4px 4px;
   z-index:99;
}

ul#menu li:hover 
{
   background-color:transparant;
   z-index:99;
}

ul#menu li .active 
{
   background-color:#58636A;
   border-bottom: 2px solid #E50003;
   z-index:99;
}

ul#menu li ul li .active 
{
  background-color: transparent;
  border-bottom: 0px;
  z-index:99;
}

ul#menu li.active a 
{
   color: #3A414A;
   z-index:99;
}

ul#menu li a:hover 
{
   border-bottom: 2px solid #E50003;
   background-color: #58636A;
   z-index:99;
}

ul#menu li ul li a:hover 
{
   border-bottom:0px;
   color:#E50003;
   z-index:99;
   z-index:99;
}

ul#menu li.active a:hover 
{
   border-bottom: 0px solid #E50003;
   z-index:99;
}

ul#menu li ul 
{
   background-color: #DFDFE9;
   position: absolute;
   margin-top: 0px;
   margin-left: -1px; 
   padding:3px 20px 14px 9px;
   /* padding:3px 20px 14px 9px; */
   display: none;
   border: 1px solid #D3D6D9;
   border-bottom: 4px solid #E71717;
   z-index:99;
}

ul#menu li ul li 
{
   float: none;
   border-bottom: 1px solid #D3D6D9;
   border-left-width: 0;
   margin-left:5px;
   z-index:99;
}

ul#menu li ul li a, ul#menu li ul li a:active
{
   color: #3A414A;
   z-index:99;
}

ul#menu li ul li a:hover 
{
   background: #DFDFE9;
   z-index:99;
}

ul#menu li ul li ul 
{
   margin-top: -18px;
   margin-left: 100px;
   z-index:99;
}

ul#menu li:hover>ul 
{
   display: block;
   z-index:99;
}
