* { margin: 7; padding: 7; }

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: 14px; color: #fc8d04; margin-top: 10px; margin-bottom: 10px; text-align:center;  }

ul, ol { 
margin: 0px 0px 0px 23px;
padding: 0px; 
}

li {
padding: 5px 0px 5px 0px;
text-align: justify;
}

.data {
font-size: 12px;
color: #999999;
letter-spacing: 2px;
}

.imgl { 
float: left; 
margin: 4px 10px 0px 0px; 
}

.imgr { 
float: right; 
margin: 4px 0px  0px 10px;
}

/*===========================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:15px;
padding-right: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: 50px;     
margin-top: -50px;
color: #fff;
} 

#before_footer { 
height: 50px; 
clear: both; 
}         

#menu div {
width: 200px;
background:#7664b0;
border-bottom:1px solid #311057;
border-top:1px solid #7573a5;
}

#menu a {
color: #fff;
font-size: 16px;
font-weight: bold;
display: block;
text-decoration: none;
padding: 4px 10px;
}

#menu a:hover {
text-decoration: underline;
}

#footmenu a {color:#fff; text-decoration:none; padding-right:15px;}
#footmenu a:hover {color:#fff; text-decoration: underline;}













