/* Common */
* {
    font-family: Arial, Helvetica;
    font-size: 12px;
}

/* Linki na stronie */
a { 
text-decoration: none; 
color: #2d2c66
}

a:hover { 
text-decoration: none; 
color: #3EA500
}


/* menu w logo na gorze*/

a.menu  { 
text-decoration: none; 
color: #ffffff;
font-family:verdana;
font-size:10;
font-weight:bold;
}
a:hover.menu  { 
text-decoration: none; 
color: #A8EE00;
font-weight:bold;
}

/* menu w logo na dole*/

a.menu2  { 
text-decoration: none; 
color: #045600;
font-family:verdana;
font-size:11;
font-weight:bold;
}
a:hover.menu2  { 
text-decoration: none; 
color: #ffffff;
font-weight:bold;
}

/* menu w stopce*/

a.menu3  { 
text-decoration: none; 
color: #ffffff;
font-family:verdana;
font-size:10;
font-weight:normal;
}
a:hover.menu3  { 
text-decoration: none; 
color: #3EA500;
font-weight:normal;
}


/* Form elements */
select, textarea, input, 
textarea { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: #563409;
}

	   
