﻿body, html {
margin:0px;
padding:0px;
height: 100%;
min-width:600px;
background-color:#CCFFFF;
}
* html #maket {
height: 100%;
}
#maket {
width:100%;
margin:0 auto;
min-height: 100%;
}
#header{
background-color:#3399CC;
height: 100px;
border-radius:10px;
border-color:#FF6666;
border: 3px solid navy;
padding:5px;
text-indent: 1.5em;
color: #FFFFFF;
}
#left{
background-color:#33FFCC;
width:200px;
float:left;
border-radius:20px;
border: 1px solid navy;
}
#right{
width:200px;
background-color:#FFFFFF;
float:right;
border-radius:10px;
border: 1px solid navy;
padding:3px;
}
#content{
background-color:#FFFFFF;
margin-left:202px;
margin-right:202px;
border-radius:10px;
padding:15px;
}
#footer{
background-color:#FFFFFF;
clear:both;
height: 50px;
margin-top:-50px;
width:800px;
margin-left: auto;
margin-right: auto;
}
#rasporka {
height: 50px;
}

#clik2 {
 
padding: 2px; 
text-decoration: none;
color:green; 
font-weight: bold; 
font-size:14 pt; 
text- align: center;
}