* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #0a1948;
	background-image: url('slices/body_bgr.png');
	background-position: top left;
	background-repeat: repeat-x;
}
#zalozky, #banner, #bannerSL, #bannerPO, #bannerPP, #bannerSB, #menu, #content, #footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#zalozky {
	width: 842px;
	height: 25px;
	margin-top: 5px;
	text-align: right;
	padding-right: 15px;
	position: relative;
	top: 2px;
	font-size: 120%;
}
#banner {
	width: 842px;
	height: 210px;
	background-image: url('slices/banner_pp.jpg');
	position: relative;
}
#bannerPP {
	width: 842px;
	height: 210px;
	background-image: url('slices/banner_pp.jpg');
	position: relative;
}
#bannerSL {
	width: 842px;
	height: 210px;
	background-image: url('slices/banner_sl.jpg');
	position: relative;
}
#bannerPO {
	width: 842px;
	height: 210px;
	background-image: url('slices/banner_po.jpg');
	position: relative;
}
#bannerSB {
	width: 842px;
	height: 210px;
	background-image: url('slices/banner_po.jpg');
	position: relative;
}
#menu {
	width:  837px;
	height: 50px;
	background-color: white;
	padding-left: 5px;
	padding-top: 4px;
}
#content {
	width: 842px;
	height: auto;
	min-height: 300px;
	background-color: white;
	text-align: left;
}
#footer {
	width: 840px;
	height: auto;
	min-height: 12px;
	background-color: #081538;
	border: 1px solid white;
	color: white;
	font-size: 90%;
}
 hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }
/* ZALOZKY */
a.zalozka {
	display: block;
	width: 110px;
	height: 25px;
	float: right;
	background-image: url('slices/zalozka_red.gif');
	color: white;
	text-align: center;
	line-height: 25px;
}
a.zalozka_active {
	display: block;
	width: 110px;
	height: 25px;
	float: right;
	background-image: url('slices/zalozka_white_big.gif');
	color: #ec0027;	
	text-align: center;
	line-height: 25px;
}

/* BUTTONY */
a.button {
	font-size: 16px;
	display: block;
	width: 165px;
	height: 43px;
	float: left;
	background-image: url('slices/button_gray.png');
	color: #555;
	text-align: center;
	line-height: 34px;
	margin: 1px;
	text-decoration: none;
}
a.button_active {
	font-size: 16px;
	display: block;
	width: 165px;
	height: 43px;
	float: left;
	background-image: url('slices/button_red.png');
	color: #white;
	text-align: center;
	line-height: 34px;
	margin: 1px;
	text-decoration: none;
}
a.smallbutton {
	display: block;
	width: 154px;
	height: 24px;
	background-image: url('slices/smallbutton_gray.png');
	background-repeat: no-repeat;
	color: red;
	line-height: 22px;
	text-align: center;
}
a.smallbutton:hover {
	width: 154px;
	background-image: url('slices/smallbutton_red.png');
	background-repeat: no-repeat;
	color: #white;
}
/* LAYOUT */
#t131_left {
	display: block;
	margin-left: 5px;
	width: 161px;
	min-height: 100px;
	float: left;
	
}
#t131_center {
	display: block;
	margin-left: 9px;
	width: 492px;
	min-height: 100px;
	float: left;
}
#t131_right {
	display: block;
	width: 164px;
	margin-right: 3px;
	min-height: 100px;
	float: right;
}
#t131_left ul {
	margin-bottom: 1em;
	list-style-type: none;
}
#t131_left ul li {
	color: #002c5b;
	font-size: 120%;
	line-height: 24px;	
}
#t131_left ul a, ul a:active, ul a:visited {
	/*display: block;
	width: 163px;
	height: 24px;*/
	color: #002c5b;
	font-size: 100%;
	line-height: 24px;
	padding-left: 5px;
	text-decoration: none;
	/*background-image: url('slices/smallbutton_gray.png');*/
	background-repeat: no-repeat;
}
#t131_left ul a.active {
	display: block;
	width: 163px;
	height: 24px;
	background-image: url('slices/smallbutton_blue.png');
	color: #ddd;
}
#t131_left ul ul li {
	font-size: 100%;
	margin-left: 1em;
}
/* TEXT */
h1 {
	font-weight: normal;
	color: #cf0017;
	font-size: 150%;
	margin-bottom: 0.5em;
}
h2 {
	font-weight: normal;
	color: #cf0017;
	font-size: 110%;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h1.novinky {
	color: #002c5b;
}
p,td {
	color: #555;
	line-height: 150%;
	margin-bottom: 1em;
}
table {
	margin-bottom: 1em;
}
p.question {
	margin-bottom: 2px;
	font-weight: bold;
}
#t131_center ul {
	color: #555;
	line-height: 150%;
	margin-bottom: 1em;
	list-style-position: inside;
	margin-left: 1em;
}
div.floatbox164 {
	
	display: block;
	width: 164px;
	height: auto;
	float: left;
	color: #555;
}
div.floatbox164 p {
	padding-right: 0.5em;
}
#footer a {
	color: white;
}
#facebook_icon {
	position: relative;
	left: 441px;
	top: 15px;
}
#twitter_icon {
	position: relative;
	left: 441px;
	top: 9px;
}
#skype_icon {
	position: relative;
	left: 441px;
	top: 5px;
	}
a img {
	border: 0;
}
span.new {
	font-size: 60%;
	color: red;
	font-family: Verdana, sans-serif;
	position: relative;
	top: -0.5em;
	margin-left: 0.3em;
}
/* FORMS */
.page{
   display: none;
}
#page0 {
	display: block;
}
fieldset {
	backgrond-color: #ddd;
	border: none;
	margin-bottom: 0.5em;
}
legend {
	font-weight: bold;
	color: #081538;
}
label {
display: block;
	width: 200px;
}

