* { margin: 0; padding: 0; }

html, body { height: 100%; border: 0; }

body {  
background: #1b1b1b;   
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #fff;
}

table { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #fff;
}

/*===========================Elementy===============================*/
a { text-decoration: underline; color: #027ead;}
a:hover { text-decoration: none;}

p { margin-top:10px; margin-bottom:10px; }

h1 { font-size: 15px; margin-top: 15px; margin-bottom: 10px;  }

img { border: 0;}

/*===========================Stranica===============================*/
.cl1 {
min-width: 1000px;
width: 100%;
width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000" : "100%"); 
}


