body{
margin: 0;
padding: 0;
font-size: .8em;
font-family: tahoma;
}
html, body, #container{
min-height: 100%;
width: 100%;
height: 100%;
}
html>body, html>body #container{
height: auto;
}
#container{
position: absolute;
top: 0;
left: 0;
}

.error, .success{
width: 400px;
padding: 10px;
margin: 10px auto;
text-align: center;
clear: right;
}
.error a, .success a{
color: #6b96bd;
}
.error{
border: 1px red solid;
color: red;
}
.success{
border: 1px #6b96bd solid;
color: #000063;
}

.mk-c{text-align: center;}
.mk-r{text-align: right;}
.mk-l{text-align: left;}
.mk-b{font-weight: bold;}

#banner{
background-image:url(../grafika/banner.bg.jpg);
background-repeat: repeat-x;
height: 50px;
width: 100%;
}
#banner h1{
font-size: 20px;
color: white;
margin: 0 0 0 10px;
padding: 0;
line-height: 50px;
background-image:url(../grafika/ocenki.jpg);
background-repeat: no-repeat;
background-position: right;
}
h2{
color: white;
background-color: #6b96bd;
font-weight: bold;
font-size: 1em;
margin: 0;
padding: 3px 10px;
border-top: 1px white solid;
border-bottom: 1px #ce0000 solid;
}
#menu{
float: left;
width: 150px;
padding: 5px 5px 20px 5px;
}
.menu-group{
border: 1px #6b96bd solid;
margin: 0 0 5px 0;
background-color: white;
}
.menu-class{
display: none;
margin-left: 15px;
}
.menu-class-open{
display: block;
}
.class-title{
padding: 2px 0 2px 20px;
cursor: pointer;
background-image: url(../grafika/plusik.jpg);
background-repeat: no-repeat;
background-position: 0 50%;
}
.class-title-open{
background-image: url(../grafika/minusik.jpg);
}
#menu a{
display: block;
color: #6b96bd;
text-decoration: none;
padding: 2px 0 2px 5px;
}
#menu h4, .tip h4{
margin: 1px;
padding-left: 5px;
line-height: 25px;
font-size: 11px;
color: white;
background-image: url(../grafika/title.bg.jpg);
}
#menu a:hover, #menu a.chosen{
border-right: 5px #ce0000 solid;
color: #ce0000;
}

#content{
margin: 5px 10px 10px 175px;
padding-bottom: 30px;
}
#content a{
color: #6b96bd;
text-decoration: none;
}
#content a:hover{
text-decoration: underline;
}
#footer{
border-top: 1px #ce0000 solid;
color: white;
background-color: #6b96bd;
font-size: .8em;
padding: 3px 0;
text-align: right;
position: absolute;
bottom: 0;
width: 100%;
clear: left;
}
#footer a{
color: #ce0000;
padding-right: 10px;
}

