#page	{ margin-top :0; margin-left : 0; margin-right : 0; }

#menu	{ width: 185px; }
#last	{ width: 185px; }

#div_menu	{ position: absolute; top: 260px; left: 30px; width: 150px; text-decoration: none; border: solid red 2px; }
#icons		{ position: absolute; top: 700px; left: 30px; width: 150px; text-align: center; }
#actual_new 	{ position: absolute; top: 820px; left: 30px; border: solid red 2px; width: 150px; }
#pocitadlo	{ position: absolute; top: 750px; left: 60px; }

#guestbook	{ width: 700px; height: 1200px; border: none; }

#div_main { position: realtive; top:0px; left:0px; width: 760px; border: solid red 2px; text-align: justify; padding-left: 12px; padding-right: 12px; }
#div_last { position: absolute; top: 260px; left: 1000px; width: 200px; padding-left: 6px; padding-right: 6px; }
#p_main	  { text-align: justify; }
#teplota  { font-size: 40px; }
#contact  { position: absolute; top: 280px; left: 205px; }
#logo     { border: solid red 0px; }
#weather  { border: solid red 2px; padding-left: 6px; padding-right: 6px; width: 200px; }
#tomorow  { border: solid red 2px; padding-left: 6px; padding-right: 6px; width: 200px; }

body { background-color: yellow; }

a	{ color: red; }
h2	{ font-size: 40px; text-align: center; }
h5	{ font-size: 30px; text-align: center; }
div	{ font-size: 25px; }

.warning { font-size: 40px; text-align: center; background-color: red; color: yellow; }
.warning a { color: yellow; }

.menu a {
	text-decoration: none;
	text-align: center;
	color: red;
	display: block;	
	padding: 2px 2px 2px 2px;
	
	font-size: small;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
.menu a:visited { color: yellow; background-color: red; }
