@charset "utf-8";
/* CSS Document */


  .haccordion .header, .haccordion .content{
   float: left;
   height: 233px;
  }
  
  .haccordion .header{
   width: 44px;
   background: #ccc;
   color: #fff;
   cursor: pointer;
   cursor: hand;
   border-right: 1px solid #ffffff;
  }
  
  .haccordion .content{
   display: none;
   width: 0px;
   overflow: hidden;
  }
  
  .haccordion .content p{
   margin: 5px;
  }
  
.header {
	color:#00aad2;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	line-height: 14px;
}

.header a:link { color:#00aad2; text-decoration: none}
.header a:visited { color:#00aad2; text-decoration: none}
.header a:hover { color:#32cdf2; text-decoration: none}
.header a:active { color:#32cdf2; text-decoration: none}
  
  

body {
	color:#707173;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
}

body a:link { color:#00aad2; text-decoration: none;  font-weight: bold; border-bottom: 1px dotted #00aad2;}
body a:visited { color:#00aad2; text-decoration: none ;  font-weight: bold;}
body a:hover { color:#32cdf2; text-decoration: none;  font-weight: bold; }
body a:active { color:#32cdf2; text-decoration: none ;  font-weight: bold;}


p {
	color:#707173;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
}

p a:link { color:#00aad2; text-decoration: none;  font-weight: bold;}
p a:visited { color:#00aad2; text-decoration: none ;  font-weight: bold;}
p a:hover { color:#32cdf2; text-decoration: none;  font-weight: bold; }
p a:active { color:#32cdf2; text-decoration: none ;  font-weight: bold;}

.tekst {
	color:#707173;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
}

.tekst a:link { color:#00aad2; text-decoration: none;  font-weight: bold;}
.tekst a:visited { color:#00aad2; text-decoration: none ;  font-weight: bold;}
.tekst a:hover { color:#32cdf2; text-decoration: none;  font-weight: bold; }
.tekst a:active { color:#32cdf2; text-decoration: none ;  font-weight: bold;}
