
/* @import url(global.css); */

/*global defaults*/

* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0; 
}

body {   
     font-size: 62.5%;   /*Sets 1em=10px. Remember formula Childpx/Parentpx=Childem*/
     background-color: transparent; 
}

:link, :visited {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

ul, ol {
     list-style: none;    /*Removes bullets from lists*/
}

a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */


body {
     background-color: #999999;
     margin: 0 auto;
     font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(images/header.jpg);
     width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}



#navbar a {
     color: #FFFFFF;
     font-family: Comic Sans MS;
     font-size: .75em
}

#navbar a:hover {
     color: #cc3366;
}

#home {
     position: relative;
     width: 75px;
     left: 225px;
     top: -2px;
}



#news {
     position: relative;
     left: 330px;
     top: 54px;
     width: 75px; 
}



#links {
     position: relative;
     left: 460px;
     top: 99px;
     width: 75px; 
}



#about {
     position: relative;
     top: 128px;
     width: 75px;
     left: 620px; 
}



#contact {
     position: relative;
     left: 790px;
     top:128px;
     width: 75px; 
}



#title {
     color: #CC3366;
     font-family: Arial Black;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 50px;
     font-size: 36pt;
     top: -60px
     }


#slogan {
     color: #5074A4;
     font-family: Arial CE;
     text-align: center;
     font-size: 1em;
     position: relative; 
     
    
}



#wrapper {
     background-image: url(images/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     color: #CC3366;
     font-size: 1em;
     font-family:Comic Sans MS 
}

.entry {
     font-family: Comic Sans MS;
     color: #000000;
     text-align: justify;
     font-size: 10pt;
      
}

.entry a {
     color: #CC3366; font-family:Comic Sans MS
}

.entry a:visited {
     font-family:Comic Sans MS; 
}

.entry a:hover {
     color: #CC3366;font-family:Comic Sans MS
}


#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: -10px;
     z-index: 5; 
}

#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     font-family: Comic Sans MS;
     color: #5074A4;
     font-size: 12pt;
     text-align: center;
     padding-bottom: 10px; 
     position: relative;
     font-weight:bold
}

.adresa      { 
     font-family: Comic Sans MS; 
     font-size: 10pt; 
     color: #5074A4; 
     position:relative 
     
}

ul a {
     font-family: Arial Narrow CE;
     color: #5074A4;
     font-size: .9em;
     text-align: center;
     display: block;
      
}



ul a:hover {
     color: #5074A4;
}

.menuactive {}

li {}

a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/footer.png);
     clear: both; 
}

.copyright {
     color: #FFFFFF;
     font-family: Comic Sans MS;
     font-size: .55em;
     position: relative;
     top: 80px;
     left: 250px 
}

.logo_mho {
	position: relative;
	top: -50px;
	left: 5px
}

.hore { 
	font-family:Comic Sans MS; 
	color:#5074A4; 
	font-size:10pt; 
	position: relative;
	top: -30px;
	right: -450px
	

}

a:link {}

a:visited {}

a:hover {}

a:active {}

/*        V3        */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #0e69be;
	border-size: 0px;
	border-width: 0px;
     float: left;
     position: relative;
     height: 100%;
     top: -10px;
     z-index: 5;
     left: 9px;

	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	background-position: 0% 0%; color: #0E69BE;
	display: block;
	background-repeat:no-repeat;
	font-family:Comic Sans MS; 
	font-size:12pt; 
	padding-left:10px; 
	padding-right:0; 
	padding-top:8px; 
	padding-bottom:0; 
	background-image:url('images/v3.jpg'); 
	background-attachment:scroll
	}
	
#menu li a:hover {
	color: #0e69be;
	background: url(images/v3.jpg) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #0e69be;
	background: url(images/v3.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}

/* *** ie hacks *** */

* html #navbar {
     top: 7px;   /*ie hack*/
}

* html #home {
     top: 10px;   /*ie hack*/
}

* html #news {
     top: 59px;   /*ie hack*/
}

* html #links {
     top: 102px;   /*ie hack*/
}

* html #about {
     top: 126px;   /*ie hack*/
}

* html #contact {
     top: 122px;
}

* html #title {
     top: -105px;   /*ie hack*/
}

* html #slogan {
     top: -110px;   /*ie hack*/
}

* html #submenu ul a {
     height: 15px;
}