body{
	background-image:url(../img/bg.gif);
	background-repeat: repeat;
	margin:auto;
	font-family:Arial;
}
a{
    cursor:pointer;
}
h1, .h1{
	font-family:Arial;
	line-height:20px;
	font-size:12px;
	text-transform:uppercase;
	color:#3c6881;
	margin:0px 0px 2px 0px;
	line-height:22px;
	letter-spacing:1px;
	background-image:url(../img/h1Arrow1.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	text-indent:20px;
}
h2{
	font-family:Arial;
	line-height:18px;
	font-size:10px;
	text-transform:uppercase;
	color:#3c6881;
	margin:0px 0px 2px 0px;
	background-image:url(../img/h2Arrow1.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	text-indent:15px;
	font-weight:bold;
}
ul{
	margin-top:0px;
	margin-bottom:0px;
	
}
a{
	color:#f07b05;
	text-decoration:none;
}
a:hover{
	border-bottom:1px dotted #f07b05;
}


h1 a{
	color:#f07b05;
	text-decoration:none;
}
h1 a:hover{
	border-bottom:1px dotted #f07b05;
}
p{
	font-family:Arial;
	margin:0 0 0 0;
	text-align:justify;
}
li{
	margin-left:-30px;
	line-height:20px;
	letter-spacing:0.5px;
	font-size:12px;
	list-style-type: none;
	background: url(../img/li.png) no-repeat 0px 9px;

	text-indent:20px;
	font-weight:bold;
}
dl{
    margin-top:0px;
}
dt{
    font-weight:bold;
    font-family:Arial;
    font-size:11px;
    line-height:20px;
    margin-left:5px;
}
dd{
    font-family:Arial;
    font-size:10px;
    margin-left:5px;
    margin-bottom:4px;
    line-height:10px;
    text-align:justify;
}
dd b{
    text-transform:uppercase;
}
sup{

    font-size:6px;
    line-height:8px;
}
.img{
	border:1px solid white;
    cursor:pointer;
}
.img:hover{
	border:1px solid #999999;
}
.table{
    font-family:Arial;
    font-size:11px;
    border:1px solid #dddddd;
    background-color:#3c6881;
}
.table th{
    font-weight:normal;
    text-align:left;
    border:1px solid #fff;
    background-color:#fff;
    padding-left:5px;
}
.table td{
    border:1px solid white;
    padding-left:10px;
}
.out{
    background: url('../img/linkIcon.png') no-repeat top right ;
    padding-right:6px;
}
.outImg{
    position:relative;
    top:-6px;
    left:1px;
}
.content{
	width:979px;
	border:1px solid #e2eff7;
	border-top:1px solid #fff;
	background-color:#fff;
	margin-left:auto ;
	margin-right:auto;
	overflow:hidden; /*WTF?*/
}
.header{
	width:977px;
	height:160px;
	border:1px solid #95b1c3;
	border-top:1px solid #e2eff7;
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
}
.logo{
	display: block;
	position: relative;
    top:-24px;
    left:29px;
	width: 209px;
	height: 107px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.logo:hover{
    border:none;
}
.logo span{
    background: url(../img/logo.gif) top right no-repeat;
	color: #666;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 209px;
	height: 107px;
	cursor: pointer;
}

.langMenu, .langMenu:link, .langMenu:active, .langMenu:hover, .langMenu:visited{
	height:20px;
	background-repeat:no-repeat;
	vertical-align:bottom;
	position:relative;
	cursor:pointer;
}
.langMenu:hover{
	background-position: left bottom;
}
.langMenu img{
	position:relative;
	left:10px;
	top:7px;
}
.topMenu{
	position:relative;
	top:96px;
	margin-left:368px;
}
.topMenuItem, .topMenuItem:link, .topMenuItem:visited, .topMenuItem:active, .topMenuItem:hover{
	font-family:Arial;
	font-size:12px;
	color:#8fa2b1;
	text-decoration:none;
	line-height:20px;
}
.menuSeparator{
	font-family:Arial;
	font-size:7px;
	color:#8fa2b1;
	font-weight:bold;
	vertical-align:2px;
	margin-right:8px;
	margin-left:8px;
}
.topMenuItem:hover{
	color:#f07b05;
	border-bottom:1px dotted #f07b05;
}
.navigation{
	height:197px;
	border-top:1px solid #e2eff7;
	border-bottom:1px solid #7c9cb0;
}
.contactInfo{
    position:relative;
    top:6px;
}
.mainMenu{
	height:35px;
	border-bottom:1px solid #a4b7c3;
	border-right:1px solid #8dabbd;
	background-image:url(../img/mainMenuBg.png);
	background-repeat:repeat-x;
}
.mainMenuItemBox, .mainMenuItemBox1{
    background-repeat:no-repeat;
	width:141px;
	height:35px;
	float:left;
    cursor:pointer;
    text-align:center;
    background-image:url(../img/mainMenu.png);
}
.mainMenuItemBox1{
  background-image:url(../img/mainMenu1.png);
}
.mainMenuItemBox:hover, .mainMenuItemBox1:hover{
	background-position: left bottom;
}
.mainMenuItem,.mainMenuItem1{
    height:35px;
    padding-left:18px;
    line-height:36px;
    text-transform:uppercase;
    font-family:Verdana;
    font-size:15px;
    color:#003366;
    font-weight:bold;
    letter-spacing:0px;
    background:url(../img/mainMenuArrow.png) 0px 5px no-repeat;
}
.mainMenuItem1{
    background:url(../img/mainMenuArrow1.png) 0px 5px no-repeat;
}
.mainMenuItem:hover{
    border:none;
}
.mainMenuItem1:hover{
    border:none;
    background-position:bottom left;
}
.mainMenuSub{
	width:200px;
	background-repeat:no-repeat;
	position:relative;
	top:-1px;
	border:1px solid #6491ae;
	display:none;
	cursor:default;
	background-color:#fff;
	background-repeat:repeat-y;
	padding-bottom:2px;
	z-index:3;
    text-align:left;
}
.mainMenuSubItem, .mainMenuSubItem:link, .mainMenuSubItem:hover{
	height:18px;
	font-family:Arial;
	font-size:11px;
	line-height:18px;
	display:block;
	text-decoration:none;
	color:#8fa2b1;
	letter-spacing:0.5px;
	background-image:url(../img/mainMenuSubItemBg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-left:20px;
	border:1px solid #fff;
}
.mainMenuSubItem:hover{
	color:#f07b05;
	border:1px dotted #f07b05;
}
.banner{
	background-image:url(../img/17.jpg);
	border-left:1px solid #7c9bb0;
	border-right:1px solid #7c9bb0;
	height:160px;	
}
.title{
	height:20px;
        margin-bottom:-20px;
	background-repeat:no-repeat;
	vertical-align:bottom;
	position:relative;
        top:-32px;
        width:160px;
}
.loginBox{
	left:650px;
	top:-15px;
	background-image:url(../img/loginBoxBg.png);
	background-repeat:repeat;
	width:284px;
	height:70px;
	border:1px solid #fff;
	cursor:pointer;
	z-index:2;
	display:none; /*   here it is*/
}
.loginBoxTitle{
	background-image:url(../img/titlePrihlaseni.png);
	background-repeat:no-repeat;
	width:284px;
	height:20px;
	margin-top:-21px;
}
.loginBox th{
	font-family:Arial;
	font-size:12px;
	color:#3c6881;
	font-weight:normal;
	width:50px;
	text-align:left;
	padding-left:5px;
	height:20px;
}
.loginBox table{
	margin-top:4px;
	margin-bottom:0px;
}
form{
	margin:0 0 0 0;
}
input{
	background-image:url(../img/inputBg.png);
	background-repeat:repeat-x;
	border: 1px solid #ccd9e2;
	height:16px;
	width:140px;
    padding-left:5px;
    padding-right:5px;
}
.error{
	line-height:14px;
	font-size:12px;
	color:red;
	background-color:yellow;
	border:1px solid red;
	text-align:center;
	display:none;
}
.loginButton,.loginButton:hover, .sendButton, .sendButton:hover{
	width:61px;
	height:20px;
	border:0px;
        cursor:pointer;
}
.loginButton{
	background-image:url(../img/loginButton.png);
}
.sendButton{
	background-image:url(../img/sendButton.png);
}
.loginButton:hover, .sendButton:hover{
	background-position:bottom left;
}
.contentColumns{
	float:left;
	width:290px;
	border-left:1px solid #7c9cb0;
	border-right:1px solid #e2eff7;
	background-image:url(../img/lideBg.jpg);
	background-repeat:repeat-x;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	font-size:12px;
	line-height:14px;
	color:#535454;
	height:490px;
}
.contentColumn{
	width:950px;
	float:left;
	border-left:1px solid #7c9cb0;
	border-right:1px solid #e2eff7;
	background-image:url(../img/lideBg.jpg);
	background-repeat:repeat-x;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	font-size:12px;
	line-height:12px;
	color:#535454;
	min-height:220px;
	height:680px;
}

.contentColumn p{
	width:550px;
	margin-bottom:12px;
	margin-top:4px;
	/*line-height:20px;*/
}
.newsHighlighted{
    background:url(../img/newsHighlight2.png) repeat-x bottom left;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:0px 8px 10px 8px;
    margin-bottom:10px;
}
.date{
	font-family:Arial;
	font-size:10px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.5px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.newsHighlighted .date, .title1{
	position:relative;
	top:-6px;
	left:190px;
	width:70px;
	height:14px;
	border:1px solid #fff;
	background-image:url(../img/dateBg.png);
	background-repeat:repeat;
	text-align:center;
	margin-bottom:0px;
}

.news{
	padding-left:10px;
	padding:0px 8px 20px 8px;
}
.info{
	background-image:url(../img/info.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
.lastUpdate{
	font-size:10px;
	color:#535454;
	text-align:right;
}
.email:link{
	background-image: url(../img/mailIconSmall.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	padding-right:10px;
}
.vizitka{
	font-family:Arial;
	font-size:12px;
	color:#535454;
	line-height:13px;
	margin-top:15px;
    margin-bottom:8px;
	color:#3a667f;
}
.vizitka img{
	border:0px;
	margin-right:5px;
	margin-left:15px;
}
.footer{
	background-image: url(../img/bottomPaneBg.jpg);
	background-repeat: repeat-x;
	background-color:white;
	width:979px;
        margin-left:auto;
        margin-right:auto;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#8fa2b1;
	padding-top:10px;
	border:1px dotted #95b1c3;
        border-bottom:2px dotted #95b1c3;
        border-top:1px solid #e2eff7;
}
.footer a{
	font-family:Arial;
	font-size:12px;
	color:#8fa2b1;
	line-height:18px;
}
.footer a:hover{
	color:#f07b05;
}
.footerInfo{
	color:#535454;
	font-family:Verdana;
	font-size:10px;
	margin-top:10px;
	margin-bottom:2px;
}
.getToTop,.getToTop:hover{
	width:46px;
	height:48px;
	background-image:url(../img/getToTop.png);
	background-position:left top;
	position:relative;
	top:-30px;
	left:0px;
	margin:auto;
	margin-bottom:-20px;
	cursor:pointer;
}
.getToTop:hover{
	background-position:0px -49px;
	border:none;
}
.mistake{
	line-height:14px;
	font-size:12px;
	color:red;
	background-color:yellow;
	border:1px solid red;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.atribute{
	font-size:10px;
	display:block;
	margin-top:4px;
	margin-bottom:2px;
	height:10px;
	color:#3c6881;
}
.map{
	width:100%; 
	height:300px;
	border:1px solid white;
	background-color:#fff;
	background-image:url(../img/loadingMap.gif);
	background-repeat:no-repeat;
	background-position:250px -20px;
}
.mapSmall{
    width:112px;
    height:72px;
    margin-left:5px;
    margin-right:10px;
    margin-top:5px;
    float:left;
    background-image:url(../img/mapSmall1.png);
	background-repeat:no-repeat;
    cursor:pointer;
}
.mapSmall:hover{
    background-position:bottom left;
}
.contactForm, .calcForm{
	border:1px solid white;
	padding:10px 10px 10px 10px;
	background-image:url(../img/newsHighlight1.png);
	background-repeat:repeat-x;
}
.calcForm{
    padding:0px 10px 5px 10px;
    margin-bottom:10px;
    display:none;
}
.contactForm textarea{
	width:410px;
	height:60px;
}
.contactForm th{
    width:70px;
    text-align:left;
    vertical-align:top;
    line-height:20px;
}
.contactForm span, .calcForm span{
    color:#e15717;
    font-family:Verdana;
    margin-right:2px;
}
.siteMap, .siteMap1{
    font-size:11px;
    display:block;
    letter-spacing:2px;
    line-height:16px;
 }
.siteMap{
    font-weight:bold;
	background:url(../img/arrowMap.png) no-repeat 0px 4px;
	text-indent:15px;
    margin:5px 0px 0px 15px;
    text-transform:uppercase;
    
}
.siteMap1{
	background: url(../img/li20.png) no-repeat 0px -2px;
	text-indent:20px;
    margin-left:30px;
    clear:left;
}

.size{
	font-size:10px;
	color:#979797;
    line-height:16px;
    display:block;
    height:12px;
    width:50px;
    float:left;
}
.linkDecs{
	font-size:10px;
	color:#979797;
    line-height:14px;
    display:block;
    width:220px;
    text-align:justify;
}
.spec{
	margin-left:20px;
	line-height:20px;
	font-size:12px;
	list-style-type: none;
	background-image: url(../img/li20.png);
	background-repeat:no-repeat;
	text-indent:18px;
	font-weight:bold;
    display:block;
    float:left;
    width:175px;
    height:18px;
}
.siteMapDesc{
	font-size:10px;
	color:#979797;
    line-height:18px;
    display:block;
    float:left;
}
.desc, .calcForm .desc{
	font-size:10px;
	color:#979797;
        font-family:arial;
        margin:0px;
}
.calcForm textarea{
	width:340px;
	height:80px;
    margin-top:10px;
}
.serviceImg{
    width:324px;
    height:80px;
	border-bottom:1px solid #ffffff;
    border-top:1px solid #ffffff;
    position:relative;
    top:30px;
    left:-15px;
}
.people{
    font-family:Arial;
    font-size:11px;
    border-bottom:1px solid #7c9cb0;
    letter-spacing:0.5px;
    color:#777777;
    position:relative;
    left:-15px;
    top:-10px;
    width:979px;
}
.people th{
    height:30px;
    vertical-align:middle;
    background:url(../img/tableTh.jpg) repeat-x;
    text-align:center;
    border:1px solid #7c9cb0;
}
.people td{
    height:26px;
    text-align:center;
}
.peopleEven{
    background:url(../img/tableTd.jpg) repeat-x;
}
.peopleOdd{
    background:url(../img/tableTd1.jpg) repeat-x;
}
.post{
    background:#ffffff url(../img/tableTdPost.jpg) repeat-x;
    vertical-align:top;
    padding-top:10px;
    border-right:1px solid #7c9cb0;
}
.tableBorderTop{
    border-top:1px solid #7c9cb0
}
#archive{
    margin-left: 15px;
    position: relative;
    top: -10px;
}
