@charset "utf-8";

/* CSS Document */

html, body
{
	min-height: 100%;
}

body
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #0064ad;
	padding: 0px;
	font-size: 11px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	_background-image: none;
	height: auto;
}

#body
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

.logo
{
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 276px;
	display: block;
	position: absolute;
	left: 32px;
	top: 40px;
}

a:link,
a:visited,
a:active
{
	color: #FFFFFF;
}

a:hover
{
	color: #bfddff;
}

img
{
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

hr
{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #054c7f;
}

.layout-wrapper
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.layout-header
{
	height: 136px;
	width: 644px;
	position: relative;
	padding-right: 336px;
}

.layout-header-christmas
{
	height: 236px;
	width: 644px;
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	padding-right: 336px;
}

.layout-header li
{
	float: left;
}

.layout-header #topMenu
{
	background-image: url(../images/topmenu-bg.gif);
	background-repeat: repeat-x;
	color: #a4ccea;
	text-align: right;
	height: 29px;
	float: right;
}

.layout-header #topMenu #first
{
	background-image: url(../images/topmenu-left-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 5px;
	display: block;
	height: 29px;
	float: left;
}

.layout-header #topMenu #last
{
	background-image: url(../images/topmenu-right-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 5px;
	display: block;
	height: 29px;
	float: left;
}

.layout-header #topMenu span
{
	height: 22px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 7px;
	margin: 0px;
	display: block;
	float: left;
}

.layout-header #topMenu a
{
	color: #a4ccea;
	text-decoration: none;
}

.layout-header #topMenu a:hover
{
	color: #FFF;
}

.layout-header #loginMenu
{
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	width: 313px;
	padding: 0px;
	top: 0px;
	position: absolute;
	left: 647px;
	height: 35px;
	background-image: url(../images/topmenu-right-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.layout-header #loginMenu li #buttCustomer
{
	background-image: url(../images/topmenu-butt-1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 150px;
	background-position: 0px 0px;
	margin-right: 3px;
}

.layout-header #loginMenu li #buttCustomer:hover
{
	background-position: -150px 0px;
}

.layout-header #loginMenu li #buttWebmail
{
	background-image: url(../images/topmenu-butt-2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 160px;
	background-position: 0px 0px;
}

.layout-header #loginMenu li #buttWebmail:hover
{
	background-position: -160px 0px;
}

.content-wrapper
{
	width: 962px;
	padding-left: 18px;
	margin-bottom: 15px;
}

.content-wrapper ul
{
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.content-wrapper ul li
{
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 32px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #326991;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.content-wrapper ul .lastli
{
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.news-wrapper-bg
{
	width: 980px;
	height: 205px;
	margin-top: 5px;
	position: relative;
}

.news-wrapper-bg #newsBgImage
{
	width: 980px;
	position: absolute;
	height: 205px;
	z-index: 2;
}

/*.news-wrapper
{
	width: 980px;
	height: 155px;
	z-index: 100;
	padding-top: 150px;
	position: absolute;
}
*/

.news-wrapper
{
	width: 980px;
	height: 155px;
	z-index: 50;
	padding-top: 50px;
	position: absolute;
}

.news-wrapper .news
{
	font-size: 10px;
	float: left;
	width: 202px;
	margin-left: 17px;
	_margin-left: 13px;
	padding-right: 10px;
	padding-left: 10px;
	color: #88c5f2;
	position: relative;
	padding-top: 48px;
	overflow: hidden;
	height: 84px;
	line-height: 12px;
}

.news-wrapper .news .newIcon
{
	background-image: url(../images/bg-new-date.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 25px;
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 14px;
	color: #FFF;
	padding-top: 14px;
	padding-left: 7px;
	font-weight: bold;
}

.news-wrapper .news a:link,
.news-wrapper .news a:visited,
.news-wrapper .news a:active
{
	color: #88c5f2;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	position: absolute;
	width: 166px;
	left: 52px;
	top: 0px;
	overflow: hidden;
	height: 37px;
}

.news-wrapper .news a:hover
{
	color: #FFFFFF;
}

.layout-bottom
{
	height: 110px;
	font-weight: normal;
	color: #a4ccea;
	width: 980px;
	text-align: center;
	position: relative;
	margin-bottom: 228px;
}
.layout-bottom #projekt
{
	font-size: 13px;
	position: absolute;
	left: 28px;
	top: 24px;
	text-align: left;
	line-height: 13px;
	background-image: url(../images/go.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 2px;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 105px;
}
.layout-bottom #titleLogolink
{
	position: absolute;
	left: 155px;
	top: 29px;
	display: none;
	z-index: 20;
}



.layout-bottom #bottomLinks
{
	position: absolute;
	left: 354px;
	top: 38px;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
}

.layout-bottom #bottomLogo
{
	position: absolute;
	left: 690px;
	top: 31px;
}

.layout-bottom a:link,
.layout-bottom a:visited,
.layout-bottom a:active
{
	color: #a4ccea;
}

.layout-bottom a:hover
{
	color: #FFFFFF;
}

.column1,
.column2,
.column3,
.column4
{
	width: 222px;
	float: left;
	margin-right: 18px;
}

.column1 li
{
	background-image: url(../images/menuarrow-internet.gif);
}

.column1 a:link,
.column1 a:visited,
.column1 a:active
{
	text-decoration: none;
}

.column1 a:hover
{
	color: #FF8A00;
}

.column2 li
{
	background-image: url(../images/menuarrow-volani.gif);
}

.column2 a:link,
.column2 a:visited,
.column2 a:active
{
	text-decoration: none;
}

.column2 a:hover
{
	color: #B1F200;
}

.column3 li
{
	background-image: url(../images/menuarrow-televize.gif);
}

.column3 a:link,
.column3 a:visited,
.column3 a:active
{
	text-decoration: none;
}

.column3 a:hover
{
	color: #FFD200;
}

.column4 li
{
	background-image: url(../images/menuarrow-webdesign.gif);
}

.column4 a:link,
.column4 a:visited,
.column4 a:active
{
	text-decoration: none;
}

.column4 a:hover
{
	color: #02C1FF;
}

.to-right
{
	float: right;
}

.to-unbold
{
	font-weight: normal;
}

.clearboth
{
	clear: both;
}

.ncsv
{
	display: none;
}

.internet-tab a:link,
.internet-tab a:visited,
.internet-tab a:active,
.internet-tab a:hover
{
	height: 64px;
	width: 222px;
	display: block;
}

.televize-tab a:link,
.televize-tab a:visited,
.televize-tab a:active,
.televize-tab a:hover
{
	height: 64px;
	width: 222px;
	display: block;
}

.telefon-tab a:link,
.telefon-tab a:visited,
.telefon-tab a:active,
.telefon-tab a:hover
{
	height: 64px;
	width: 222px;
	display: block;
}

.webdesign-tab a:link,
.webdesign-tab a:visited,
.webdesign-tab a:active,
.webdesign-tab a:hover
{
	height: 64px;
	width: 222px;
	display: block;
}

#facebookLink
{
	position: absolute;
	top: 39px;
	right: 295px;
	width: 26px;
	height: 26px;
	z-index: 1;
	background-image: url(../images/facebook.gif);
	background-repeat: no-repeat;
	display: block;
}
#gPlus
{
	height: 24px;
	width: 63px;
	position: absolute;
	top: 40px;
	right: 338px;
}
#bannerArea
{
	height: 140px;
	padding-left: 5px;
	padding-right: 5px;
	width: 970px;
	padding-top: 10px;
	position: relative;
}


.banner-right
{
	float: left;
}

.banner-left
{
	float: left;
}

.to-yellow
{
	color: #FFD200;
}

.toWhite
{
	color: #FFF;
}

.upozorneni
{
	background-color: #F69;
	margin-left: 17px;
	margin-right: 23px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	border: 1px solid #555555;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	height: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 100px;
	position: relative;
}
#oznameni
{
	color: #ff96c2;
	position: absolute;
	left: 19px;
	top: 184px;
	font-size: 15px;
	line-height: 14px;
	background-color: #011D36;
	width: 928px;
	text-align: center;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-left: 9px;
}


#warningDiv #warningImage
{
	position: absolute;
	left: 7px;
	top: -24px;
}

