@import url("wrappers.css");
@import url("forms.css");

/* ------- CSS BY TAG ------- */

html {
	height: 100%
}

html,body,p,ul,li,dt,dl,dd,form,label,fieldset,blockquote,h1,h2,h3,h4,h5,h6,img,table,td,tr {
	margin: 0px;padding: 0px;border: 0px;border-collapse: collapse;margin: 0 0 0 0;
}

body {
	height: 100%;
	background-color: #8d8c8b;
	font-family: "Lucida Console", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	overflow: auto;
}

body, td, div {
	line-height: 150%;
	font-size: 11px;
}

a {
	color: black;
}
				
/* ------- CSS BY CLASS ------- */

.img_opacity1  {
    /*-moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    _filter:Alpha(opacity = 50);
    opacity: 0.60;*/
}

.img_opacity0 {
    /*-moz-opacity: 1.00;
    -khtml-opacity: 1.00;
    _filter:Alpha(opacity = 100);
     opacity: 1.00;*/
}

.div_opacity1  {
    color: #666
}

.div_opacity0 {
	color: black;
}

img.fota {
	padding-bottom: 5px;
	padding-top: 5px;
}

img.fota2 {
	padding-bottom: 5px;
}

div.fota {
	padding-bottom: 5px;
	padding-top: 5px;
}

div.fota2 {
	padding-bottom: 5px;
}

.nodecoration {
	text-decoration:none;
	color: #000;
	cursor: pointer;
}

/**** Menu ****/

.menue
{
    list-style-type:none;
    margin:4px;
    margin-left:0px;
}
    li.menuenav_spacer
    {
        height: 60px;
    }

.menuenav a, .menuenav a:hover
{
    text-decoration:none;
    color: #000000;
    list-style-type:none;
}

ul#profil, ul#projekty, ul#news {
	background-color: #ccff00;
}

/* BY ID */
div#logo {
	/*border: 1px solid #666;*/
}

div#logo_red {
	/*border: 1px solid #da281c;*/
}

div#logo_gray {
	/*border: 1px solid #a6aca0;*/
}

td#menu {
	/*border: 1px solid #666;*/
	padding-top: 5px;
	padding-right: 5px;
	font-size: 14px;
	line-height: 14px;
	_width: 238px;
}
