/* CSS Document */

body{
width:964px;
margin:auto;
background-color:#2d2424;
font-family:Verdana;
font-size:11px;
color:#0c1635;
}

#header{
width:964px;
height:152px;
background-image:url('obrazy/header.jpg');
background-repeat:no-repeat;

}


#menu{
background-image:url('obrazy/menu_bg.jpg');
height:20px;
border-bottom:10px solid #101e47;
}

#menu a{
line-height:20px;
padding-left:15px;
padding-right:15px;
color:black;
font-weight:bold;
text-decoration:none;
float:left;
}

#menu a:hover{
background-color:#6b1828;
color:white;
}

.divider{
width:3px;
height:20px;
background-image:url('obrazy/divider.jpg');
float:left;
}

#body{
background-color:#eaedf5;
width:964px;

}

#mainpage{
padding:10px;
margin-left:30px;
width:727px;
min-height:400px;
_height:400px;
float:left;
background-color:#ffffff;
}

#rightpane{
float:left;
width:187px;
min-height:400px;
_height:400px;
float:left;
}

#rightpane .title{
background-image:url('obrazy/box_header.jpg');
background-repeat:no-repeat;
width:167px;
color:white;
line-height:20px;
padding-left:20px;
font-weight:bold;
background-color:#114e99;
}

#footer{
background-color:#07315d;
height:20px;
width:964px;
color:white;
text-align:right;
line-height:20px;
}

#footer a{
color:white;

margin-right:20px;
}

h1{
color:#751c31;
font-size:14px;
}

ul{
line-height:20px;
}

h2{font-size:12px; color:#CC3300; text-transform:uppercase;}

p{
margin-left:20px;
}