﻿/*Ogólna budowa dokumenty */
body {
margin: 0;
padding: 0;
}
a {
color: blue;
text-decoration: none;
}
h1 {
font-family: verdana;
}
h3 {
font-family: verdana;
}
a:hover {
color: red;
text-decoration: none;
}
div.main {
margin: 0;
padding: 0;
height: 553px;
font-size: 12px;
background-image: url("grafika/left.gif");
background-repeat: no-repeat;
}
div#ie {
margin-top: 0;
width: 298px;
height: 553px;
background-image: url("grafika/left.gif");
background-repeat: no-repeat;
}
div.textbox {
position: absolute;
right: 220px;
top: 20px;
left: 400px;
margin: 0;
padding: 0;
text-align: justify;
z-index: 1;
}
img#rog {
position: fixed;
bottom: 0;
right: 0px;
float: right;
}
/* Pierwszy hex z menu*/
div#jeden {
position: absolute;
top: 30px;
left: 159px;
width: 160px;
height: 138px;
}
/* Drugi hex*/
div#dwa {
position: absolute;
left: 30px;
top: 100px;
width: 160px;
height: 138px;
}
/*Trzeci hex*/
div#trzy {
position: absolute;
left: 159px;
top: 175px;
width: 160px;
height: 138px;
}

/*Czwarty hex*/
div#cztery {
position: absolute;
top: 245px;
left: 28px;
width: 160px;
height: 138px;
}

/*Piąty hex*/
div#piec {
position: absolute;
top: 320px;
left: 159px;
width: 160px;
height: 138px;
}