﻿body {
	background-image: url("../images/tlo.png"); font-family: Cambria, "Times New Roman", Verdana, arial;
	background-position: center;
	background-attachment: fixed;
	}
p{
	font-weight: bold;
	font-size: 26px;
}
a:hover {
	color: #021253; text-shadow: 2px 2px 8px #05056a;
	}
a:active {
	color: #021253; text-shadow: 2px 2px 8px #05056a;
	}
a{
	color: #335599;
	text-decoration: none;
	font-weight:bold;
	 }
.all{
	background-image: url("../images/tlo_kontener.png"); font-family: Cambria, "Times New Roman", Verdana, arial;
	background-position: center;
	background-attachment: fixed;
	position: static;
	-moz-box-shadow: 0 0 12px 10px #555;
	-webkit-box-shadow: 0 0 12px 10px#555;
	box-shadow: 0 0 12px 10px #555;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 0 auto;
	padding-bottom: 55px;
	max-width: 980px;
    min-width: 980px;
	}
.title{
	color: #335599; text-align: center; font-size: 80px; background-image: url("../images/logo.png"); font-weight:bold; font-family:Georgia;
	text-shadow: -3px 2px 1px #224477;
	}
.menu{
	text-align: center; margin: 20px; padding: 5px;  font-size: 22px;
	margin-top: 80px;
	background-image: url("../images/tlo_menu.png");
	position: relative;
	float: right;
	width:170px;
	-webkit-border-top-left-radius: 60px;
	-webkit-border-bottom-right-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-bottomright: 60px;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	
	border-style: outset;
	border-color: #004074;
	border-width: 4px;
	}
.menu_title{
	font-size: 36px; color: #15158a; font-family: "Time New Roman";
	padding-top: 5px;
	font-weight: bold;	margin-bottom: 10px;
	text-shadow: -1px 1px 3px #336699;
	}
.text {
	color: #05056a; font-size: 22px; background-image: url("../images/tlo_text.png"); border-style: outset; 
	padding: 5px;
	width:74%; margin: 1px; margin-bottom: 10px;
	position: relative;
	top: 50px;
	left: 1%;
	-webkit-border-radius: 20px; /* Safari, Chrome */
	-khtml-border-radius: 20px;    /* Konqueror */
	-moz-border-radius: 20px; /* Firefox */
	border-radius: 20px;
	border-color: #004074;
	border-width: 5px;
	}
.end{
	font-size: 14px; padding-top: 18px; text-align:center;
}
	
#id1, #id2, #id3, #id4, #id5, #id6, #id7, #id8
{
   display: none;
} 