body {

	color: #0e3348;
	background-color: #cfd9e6;

	text-align: center;

	font-family: 'verdana', sans-serif;
	font-size: 9pt;

}


/*  PLAC  --------------------------------------------------------------------------------------------------- */

div#plac {
	position: relative;

	margin: 10px 0;
	margin-left: auto;
	margin-right: auto;

	padding: 10px 10px 15px 10px;

	border: 1px solid #ffffff;
	border-bottom: 1px solid #001d2f;
	border-right: 1px solid #001d2f;

	width: 70em;
	/* background-color: #485a78; */

	background: #485a78 url("../../images/layout/plac-bg.png") bottom right no-repeat;

}

/*  LOGO  --------------------------------------------------------------------------------------------------- */
div#logo {
	position: relative;

	width: 100%;
	height: 113px;

	margin: 0;
	padding: 0;

	background: #ffffff url("../../images/layout/logobg.png") left bottom repeat-x;

	border: 1px solid #001d2f;

}

div#moto {
	display: block;

	width: 304px;
	height: 38px;

	position: absolute;
	top: 0px;
	right: 0px;

	background-image: url("../../images/layout/moto.gif");

	color: white;
}

div#skyline {
	display: block;

	width: 332px;
	height: 74px;

	position: absolute;
	top: 26px; _top: 23px;
	right: 100px; _right: 85px;

	background-image: url("../../images/layout/skyline.gif");

	color: white;
}

/*  NAVIGACE ------------------------------------------------------------------------------------------------ */
div#navigace {
	position: relative;

	width: 100%;
	height: 28px;

	margin: 8px 0 0 0;
	padding: 0;

	background: transparent url("../../images/layout/navigace.png") left top repeat-x;

	border: 0;

}

/*  koutek -------------------------------------------------------------------------------------------------- */
div.kout {

	position: relative;

	width: 100%;

	margin: 8px 0 0 0;
	padding: 0 0 20px 0;

	background: #ffffff;

	border: 1px solid #001d2f;

	text-align: left;
}

div.koutek {
	position: relative;
	float: left;

	width: 64%;

	margin: 8px 12px 0 0;
	padding: 0 0 20px 0;

	background: #ffffff;

	border: 1px solid #001d2f;

	text-align: left;
}

div.kouticek {
	position: relative;
	float: right;

	width: 34%;

	margin: 8px 0 0 0;
	padding: 0 0 20px 0;

	background: #ffffff;

	border: 1px solid #001d2f;

	text-align: left;
}

/*  HEADER -------------------------------------------------------------------------------------------------- */
div.header {
	position: relative;

	margin: 0 0 0 0;
	padding: 0;

	background: #e4e8f0 url("../../images/layout/header-bc.png") left bottom repeat-x;

	border: 0;

	height: 32px;
}

div.globe {
	position: absolute;
	width: 145px;
	height: 25px;

	bottom: 0px;
	right: 0px;

	background-image: url("../../images/layout/header-br.png");
}

div.content {
	margin: 0 0 0 0;
	padding: 0;

	background: #ffffff url("../../images/layout/content-tr.png") right top no-repeat;

	border-top: 1px solid #a20000;

}

div.content.noglobe {
	background-image: none;
}


/*  CLEARER ------------------------------------------------------------------------------------------------- */

div.clear {
	clear: both;
	height: 1px;

	padding: 0;
	margin: 0;

}

div.clear.decor02 {
	height: 32px;
	background: transparent url("../../images/layout/decor02.png") center bottom no-repeat;
}

div.clear.p80 {
	margin-top: 80px;
}





