* { margin: 0; padding: 0; }

html, body { height: 100%; border: 0; }

body {  
background: #fff url(images/fon.jpg) repeat-x;   
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #0b0b0b;
}

img { border: 0;}

/*===========================Elementy===============================*/
a { text-decoration: underline; color: #775696;}
a:hover { text-decoration: none;}

p { margin-top: 10px; margin-bottom: 10px; }

h1 { font-size: 15px; color: #fc8d04; margin-top: 10px; margin-bottom: 10px;  }

ul, ol { 
margin: 0px 0px 0px 23px;
padding: 0px; 
}

li {
padding: 5px 0px 5px 0px;
text-align: justify;
}

/*===========================Stranica===============================*/
#carrier {
min-width: 760px;
width: 100%;
height: 100%;
width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 760)? "760px" : "100%");
}


#men a {
color: #fff;
text-decoration: none;
background: url(images/q.gif) no-repeat 0px 5px;
padding-left: 10px;
}

#men a:hover {
text-decoration: underline;
}


#content {
height: auto !important;
height: 100%;
min-height: 100%;
background: url(images/p.jpg) repeat-y;
} 


#footer { 
background: #3a155e; 				
height: 30px;     
margin-top: -30px;
color: #fff;
} 

#before_footer { 
height: 30px; 
clear: both; 
}         

#menu div {
background: url(images/men.jpg) no-repeat;
widows: 195px;
height: 28px;
}

#menu a {
color: #fff;
font-size: 12px;
font-weight: bold;
display: block;
text-decoration: none;
text-align: left;
padding-right: 28px;
padding-top: 6px;
padding-left: 5px;
}

#menu a:hover {
text-decoration: underline;
}

