  @import url("reset.css");  
 
  
/* ------------- 01  lingid / tekst /  fondid -------------------*/
p {
  margin:7px 0 7px 0px;
  
}
body,td,th,li,p {
  font-family:arial, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
}
  a:link {
    color: #ffffff;
    text-decoration:none;
  }
    a:hover {
      text-decoration:none;
      color: #ffffff;
    }
    a:active,a:visited {
      text-decoration:none;
      color: #ffffff;
    }
    
    
/* ------------- 04 Pealkirjad -------------------*/
h1,.componentheading{
  font-size:33px;
  line-height:28px;
  font-family:font1,Arial;
  color:#ffffff;
  padding:25px 0 15px 0;
}
h2,.contentheading{
  font-size:33px;
  font-family:font1,Arial;
  line-height:28px;
  color:#ffffff;
  padding:25px 0 15px 0;
}
h3{
  font-family:Arial, Helvetica, sans-serif;
}

html { 
  height:100%;
}
  body {
    background-image:url('../images/taustad/bg1.jpg');
    background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
    background-position:center top;
    margin: 0;
    text-align:left;
    height:100%;
  }
		#wrapper{
			width:800px;
			margin:0 auto; 
			height:100%;
			background-image:url("../images/wrapper_container_bg.jpg");
		} 
			#wrapper_container{
				float:left;
				width:100%;      
				position:relative;
				background-image:url("../images/wrapper_bg.png");
				background-repeat:repeat-x;
				background-position:top center;
			}
		#header{
			float:left; 
			height:200px;
			width:100%;        
			background-image:url("../images/header_bg.png");
			background-repeat:repeat-x;
			background-position:left 197px;
			position:relative;
		}
			#header p{margin:0;}
			#logo{
			  float:left;
			  text-align:center;
			  width:100%;
			}        

			#navigation{          
				float:left;          
				width:100%;
				text-align:center;
				height:44px;
			}
				.moduletable_menu{
					margin:0 auto;
					width:650px;
					text-align:center;
				}
				
				.moduletable_facebook{
					position: absolute;
					top: 15px;
					left: 17px;
				}
                   
      #container {        
		width:100%;        
      }
        #content{
          float:left;          
          padding:43px 43px 0;
		  position:relative;
		  width:714px;
		  background-repeat:no-repeat;
		  background-position:bottom right;
        }
			.moduletable_opened{
				position:absolute;
				top:135px;
			}
			.moduletable_map{
				position: absolute;
				top: 45px;
				right: 77px;
			}

      #footer {
       
      }        
	  
/* ------------- 06 Menüüd -------------------*/
/* ------------- 06.1 Menu 1 - peamenüü -------------------*/

	ul#menu1 {
		float: left;
		position: relative;
		width: 100%;
	}
	#menu1 li {
		list-style:none;
		float:left;
		height:33px;
	}
	#menu1 li a {
		text-decoration:none;
		text-transform:uppercase;
		float:left;
		height:37px;
		padding:10px 20px 10px;
		font-size:20px;
		font-family:font1,Arial;
		color:#ffffff;
	}
		#menu1 li.active a,#menu1 li a:hover {
			background-image:url("../images/navigation_hover_bg.jpg");
			background-repeat:no-repeat;
			background-position:center 36px; 
		} 


	/* Tabelid */
	table {
		width:100%;
	}
	table td{
		padding:10px 0;
		font-size:14px;
	}
	table th{
		padding:10px 0;
		font-family:font2,arial;
		border-bottom:1px solid #ffffff;
		text-align:left;
	}
		table td,table th{
			float:left;
			width:195px;
			margin:0 21px 0;
		}


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 