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

TD 		{ FONT-SIZE: 10px; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif" }
INPUT 		{ FONT-SIZE: 10px; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif" }
.Style1 A:link 		{ FONT-WEIGHT: bold; COLOR: #999999; text-decoration: none }
.Style1 A:visited 	{ FONT-WEIGHT: bold; COLOR: #999999; text-decoration: none }
.Style1	A:hover 	{ FONT-WEIGHT: bold; COLOR: #ffffff; text-decoration: underline; }
.Style1	A:active 	{ FONT-WEIGHT: bold; COLOR: #ffffff; }

.Style2 			{ FONT-WEIGHT: bold; COLOR: #313131; text-decoration: none }
.Style2 A:link 		{ FONT-WEIGHT: bold; COLOR: #313131; text-decoration: none }
.Style2 A:visited 	{ FONT-WEIGHT: bold; COLOR: #313131;; text-decoration: none }
.Style2	A:hover 	{ FONT-WEIGHT: bold; COLOR: #313131; text-decoration: underline; }
.Style2	A:active 	{ FONT-WEIGHT: bold; COLOR: #313131; }


.galerietext {
	margin: 10px;
	margin-top: 30px;   

 }  

.kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(../menu_flicker.gif); /*Internet explorer de merde*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 23px;
	margin-right: 0px;
	background-image:url(../menu_sprite.gif);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:23px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}
#kwick5 { 
	background-position:-800px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -800px bottom; 
}
#flashcontent  {
border:0;
padding:0;
margin:0;

}


