a:link, a:visited, a:active { 
text-decoration: none;
color: DarkBlue;
 }
a:hover { 
color: Black;
 }
a img { 
border: none;
 }

#container { 
margin: 10px auto;
 }
#header{ 
margin: 20px;
height: 200px;
background: url('irudiak/logoa.jpg') right no-repeat;
 }
#nav { 
float: left;
width: 200px;
text-align: center;
/*background: #8FBC8F;*/
       }
 #main { 
margin-left: 200px;
min-height: 470px;
padding: 10px 5px 0 10px;
border-left: 2px solid black;
 }
#footer{ 
clear: both;
height: 20px;
padding: 10px 3px 0 5px;
border-top: 3px solid black;
}

#header h1 { 
margin:0 200px 0 30px;
padding: 30px;
color: DarkGreen;
 }
#header h2{ 
margin:0 200px 0 70px;
 }
#nav ul { 
font-size: 17px;
list-style-type: none;
 }

#main .kontaktatu { 
text-align: center;
 }
