/* CSS Document for Main Windows*/

body {
font-family: Arial Bold;

}

/*Hlavni table*/
.main_table {
position: absolute;
top: 260px;
}
/*hlavni neproměné menu*/
.main_menu {
position: absolute;
top : 195px;
/*background-image : url('./img/c2.png');*/
}

/*Logo*/
.logo {
position : absolute;
}

/*Odkazy v proměném menu*/
.sub_menu{
text-align : center ;
background-image : url('./img/2a.bmp');
background-repeat: no-repeat;
width: 167px;

}

/*Barevné odkazy hlavního menu*/
.but {
margin-right : -4px;
margin-top : 10px;

}

/*Odkazy sub_menu*/
.but_sub_menu {
text-align : center ;

}

/*Rámce obrázku (IE)*/
img {
border : 0px;
}

/* Styly pro odkazy */
a:link {text-decoration: none; color: red;}
a:hover {text-decoration: underline;color: red;}
a:visited {text-decoration: none;color: red;}
a:active {text-decoration: underline;color: black;}

/*Obsahový rámec*/
.cont {
background-image : url('./img/2b.bmp');
background-repeat: no-repeat;
padding : 30px;
}

p {
text-indent: 30px;
}

.kontakt {
position:absolute;
top:700px;
left : 40px;
text-align:center;
}

a.mail {
color : black;
}

.obsah {
position: absolute;
width: 50%;
height: 340px;
overflow: auto;
}













