@import 'neosinner.css';
/*@import 'fancybox.css';*/

.hidden {
	display:none;
}

/* @group General */

/* @group Flashes */

.message-success, .message-info, .message-fail, .message-error, .success, .failed, .info, .error {
	text-align: center;
	padding: 15px 12px 12px 12px;
	margin-bottom: 15px;
	font-size: 16px;
	font-size: bold;
	clear: both;
} 
.message-success span, .message-info span, .message-fail span, .message-error span{
	font-size: 12px;
	font-size: normal;
}
.message-success img, .message-info img, .message-fail img, .message-error img{
	vertical-align: middle;
	margin: -3px 15px 0 0 ;
}
.message-success form, .message-info form, .message-fail form, .message-error form{
   display: inline;
}
.message-success, .success {
	background: #e9f7c2;
	border: 1px solid #cae387;
	color: #749d08;
}
.message-info, .info {
	background: #f2faff;
	border: 1px solid #d0e5f3;
	color: #3a85c9;
}
.message-error, .error {
	background: #fff2f2;
	border: 1px solid #f3d0d0;
	color: #eb0202;
}
.message-fail, .failed {
	background: #fff8eb;
	border: 1px solid #f2deb8;
	color: #f5a40e;
}



/* @end */

html{
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	background: #f5f5f5 url(../images/html.png) repeat-x top left;
}

body{
	background: transparent url(../images/body.png) repeat-x bottom left;
}

#main{
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

.no-padding{
	padding: 0 !important;
}

.cl{
	clear: both;
}

.text-left td{
	text-align: left !important;
}

.text-center td{
	text-align: center !important;
}



/* @end */

/* @group Header */

/* @group Lang */

#lang{
	position: absolute;
	right: 12px;
	top: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}

.lang-cs{
	background-image: url(../images/lang-cs.png);
}

#lang a.active{
	background: url(../images/lang-selector.png) no-repeat right center;
	padding-right: 9px;
	color: #fff;
}

#lang span.langs{
	width: 103px;
	padding-top: 14px;
	position: absolute;
	right: 0;
	top: 15px;
	display: none;
	background: transparent url(../images/lang-top.png) no-repeat left top;
}

#lang span .bottom{
	width: 103px;
	height: 14px;
	display: block;
	background: transparent url(../images/lang-bottom.png) no-repeat left top;
}

#lang span a{
	display: block;
	background-color: #353535;
	width: 68px;
	padding: 4px 0 4px 35px;
	color: #fff;
	text-decoration: none;
	background-position: 7px center;
	background-repeat: no-repeat;
}

#lang span a.en{
	background-image: url(../images/lang-en.png);
}

#lang span a.de{
	background-image: url(../images/lang-de.png);
}

#lang span a.sk{
	background-image: url(../images/lang-sk.png);
}

#lang span a:hover{
	text-decoration: underline;
}


/* @end */

/* @group Menu */

#menu{
	position: absolute;
	bottom: 12px;
	/*left: 239px;*/
	left: 266px; /* 339px */
	font-size: 15px;
}

#menu li{
	float: left;
	/*background: url(../images/menu.png) no-repeat left top;*/
	height: 40px;
	/*padding-left: 29px;*/
}

#menu li a span{
	display: none;
}

#menu li a{
	display: block;
	height: 40px;
}

#menu .m1 a{
	background: url(../images/menu-1.png) no-repeat left top;
	width: 117px;
}

#menu .m1-active a, #menu .m1 a:hover{
	background: url(../images/menu-1-active.png) no-repeat left top;
	width: 117px;
}

#menu .m2 a{
	background: url(../images/menu-2.png) no-repeat left top;
	width: 136px;
}

#menu .m2-active a, #menu .m2 a:hover{
	background: url(../images/menu-2-active.png) no-repeat left top;
	width: 136px;
}

#menu .m3 a{
	background: url(../images/menu-3.png) no-repeat left top;
	width: 94px;
}

#menu .m3-active a, #menu .m3 a:hover{
	background: url(../images/menu-3-active.png) no-repeat left top;
	width: 94px;
}

#menu .m4 a{
	background: url(../images/menu-4.png) no-repeat left top;
	width: 113px;
}

#menu .m4-active a, #menu .m4 a:hover{
	background: url(../images/menu-4-active.png) no-repeat left top;
	width: 113px;
}

#menu .m5 a{
	background: url(../images/menu-5.png) no-repeat left top;
	width: 127px;
}

#menu .m5-active a, #menu .m5 a:hover{
	background: url(../images/menu-5-active.png) no-repeat left top;
	width: 127px;
}

#menu .m6 a{
	background: url(../images/menu-6.png) no-repeat left top;
	width: 114px;
}

#menu .m6-active a, #menu .m6 a:hover{
	background: url(../images/menu-6-active.png) no-repeat left top;
	width: 114px;
}

/*
#menu li.active, #menu li:hover{
	background: url(../images/menu-active.png) no-repeat left top;
}

#menu li a{
	display: block;
	padding-right: 29px;
	height: 40px;
	line-height: 40px;
	float: left;
	background: url(../images/menu-a.png) no-repeat right top;
	color: #fff;
	text-decoration: none;
}


#menu li a:hover, #menu li.active a, #menu li:hover a{
	background: url(../images/menu-active-a.png) no-repeat right top;
	color: #000;
}
*/


/* @end */

/* @group Slidemenu */

#menu #slidemenu{
	display: none;
	position: absolute;
	top: 40px;
	left: -266px;
	width: 790px;
	height: 40px;
	background: transparent url(../images/slidemenu.gif) repeat-x left top;
	padding-left: 200px;
}

#menu #slidemenu li a{
	background: none;
	color: #000;
	height: 40px;
	width: auto;
	text-decoration: none;
	float: left;
	padding-top
}

#menu #slidemenu li a:hover{
	background: url(../images/slidemenu-a.png) no-repeat left top;
	color: #fff;
	text-decoration: none;
}

#menu #slidemenu li span{
	display: block;
	float: left;
	height: 26px;
	padding: 14px 20px 0 20px;
}

#menu #slidemenu li a:hover span{
	background: url(../images/slidemenu-span.png) no-repeat right top;
}



/* @end */

#header{
	height: 128px;
	background: transparent url(../images/header.png) no-repeat bottom left;
	position: relative;
}

#logo{
	width: 247px;
	height: 116px;
	background: url(../images/logo.png) no-repeat left top;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#login{
	position: absolute;
	right: 11px;
	bottom: 68px; /*48px*/
	color: #555655;
	font-size: 11px;
}

#login strong{
	display: block;
	height: 14px;
	width: 96px;
	background: url(../images/login-strong.png) no-repeat left top;
	margin-bottom: 9px;
}

#login strong span{
	display: none;
}

#login .button{
	vertical-align: middle;
}

#login .text, #login .pass{
	height: 14px;
	line-height: 14px;
	padding: 7px 10px 5px 10px;
	border: 0;
	vertical-align: middle;
}

#login .pass{
	background: url(../images/login-pass.png) no-repeat left top;
	width: 90px;
}

#login .text{
	background: url(../images/login-text.png) no-repeat left top;
	width: 110px;
}



/* @end */

/* @group Content */

/* @group Paginator */

#default-left .paginator-holder{
	position: relative;
	width: 100%;
	height: 28px;
	margin-bottom: 15px;
}

#default-left .paginator{
	text-align: center;
	font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
#default-left .paginator a img{
	vertical-align: top;
}
#default-left .paginator span{
	float: left;
	margin-right: 5px;
}
#default-left .paginator a{
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding: 6px 0 0 0;
	text-align: center;
	width: 28px;
	height: 22px;
	background: url(../images/paging/paging-span.jpg) no-repeat;
}

#default-left .paginator a:hover, #default-left .paginator .active a{
	text-decoration: none;
	color: #fff;
	background: url(../images/paging/paging-span-hover.jpg) no-repeat;
}

#default-left .paginator .first a, #default-left .paginator .last a, #default-left .paginator .prev a, #default-left .paginator .next a{
	background: none;
	padding-top: 0;
	height: 28px;
}
#default-left .paginator .prev{
	margin-right: 10px;
}
#default-left .paginator .next{
	margin-left: 10px;
}
#default-left .paginator .input{
	padding: 4px;
	width: 20px;
	height: 20px;
	background: url(../images/paging/paging-input.jpg) no-repeat;
}
#default-left .paginator .input input{
	border: 0;
	font-size: 15px;
	height: 15px;
	padding: 2px;
	text-align: center;
	width: 16px;
	
}



/* @end */

/* @group News */


#default-left {
    line-height: 17px;
}

#default-left .msgs{
	clear: both;
	border-left: 4px solid #a6ce39;
	padding: 7px 0 7px 77px;
	background: url(../images/msg.png) no-repeat 15px 7px;
	position: relative;
	color: #595959;
	margin-bottom: 31px;
}

#default-left .msgs a{
	color: #595959;
}

#default-left .msgs h2 a{
	color: #4c4c4c;
}

#default-left .msgs .all{
	margin-top: 15px;
	margin-bottom: 0;
}

#default-left .msgs-detail-date{
	float: right;
	position: relative;
}

#default-left .msgs span.date, #default-left .msgs-detail-date span{
	position: absolute;
	left: 15px;
	top: 7px;
	width: 42px;
	text-align: center;
	font-size: 12px;
	color: #595959;
	line-height: 30px;
}

#default-left .msgs-detail{
	float: left;
	width: 650px;
	color: #000;
}

#default-left .msgs-detail-date{
	background: url(../images/msg.png) no-repeat left top;
	width: 47px;
	height: 51px;
	float: right;
	margin-left: 12px;
}

#default-left .msgs-detail-date span{
	left: 0;
	top: 0;
}

#default-left .msgs span strong, #default-left .msgs-detail-date strong{
	font-size: 9px;
	color: #fff;
	display: block;
	height: 15px;
	line-height: 15px;
}

#default-left .msgs-detail-content{
	
}



/* @end */

/* @group Gallery */

.reference, .photo, .product-gallery a{
	width: 165px;
	height: 150px;
	padding: 11px;
	float: left;
	margin: 0 49px 49px 0;
	text-align: center;
	background: url(../images/gallery.png) no-repeat left top;
}

.reference:hover, .photo:hover, .product-gallery a:hover{
	background-image: url(../images/gallery-hover.png);
}

.reference img, .photo img{
	width: 150px;
	padding: 3px;
	border: 4px solid #d9d7d7;
	display: block;
	margin-bottom: 8px;
	max-height: 100px;
    background:#fff;
}

.product-gallery img{
	padding: 3px;
	border: 4px solid #d9d7d7;
	margin: 0 13px 13px 0;
    background:#fff;
}

#default-left .reference a, #default-left .photo p{
	color: #545454;
	font-weight: normal;
}



/* @end */

/* @group Forms */

#default-left #contact{
	width: 673px;
	height: 245px;
	background: url(../images/contact.png) no-repeat left top;
	padding: 6px 20px 0 16px;
}

#default-left #contact th{
	background: none;
	height: auto;
	font-weight: bold;
	color: #000;
	border: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
}

#default-left #contact td{
	background: none;
	color: #000;
	border: 0;
	padding: 0;
	height: auto;
	line-height: 15px;
}

#default-left #contact input{
	height: 26px;
	line-height: 26px;
	border: 0;
	padding: 0;
}

#default-left #contact input.name{
	background: url(../images/contact-name.png) no-repeat left top;
	width: 113px;
	padding-left: 17px;
}

#default-left #contact input.last{
	background: url(../images/contact-last.png) no-repeat left top;
	width: 120px;
	padding-left: 10px;
}

#default-left #contact input.mail{
	background: url(../images/contact-mail.png) no-repeat left top;
	width: 164px;
	padding-left: 17px;
}

#default-left #contact input.button{
	background: url(../images/contact-button.png) no-repeat left top;
	width: 79px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#default-left #contact textarea{
	background: url(../images/contact-text.png) no-repeat left top;
	border: 0;
	width: 646px;
	height: 101px;
	padding: 5px 10px 5px 17px;
	line-height: 17px;
	font-size: 12px;
	margin-bottom: 10px;
}

#default-left .form input{
	width: 200px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#default-left .form input.button{
	background-color: #EFEFEF;
	border: 1px solid #BEBEBE;
	border-left-color: #ddd;
	border-top-color: #ddd;
	color: #565656;
	cursor: pointer;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size: 12px%;
	font-weight: bold;
	padding: 5px 20px;
	text-decoration: none;
	width: auto;
}

#default-left .similar{
	clear: both;
	height: 45px;
}

#default-left .similar a{
	display: block;
	width: 180px;
	height: 46px;
	line-height: 46px;
	background: url(../images/similar.png) no-repeat left top;
	float: right;
	color: #fff;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	padding: 0;
	font-weight: normal;
}

#default-left .similar a:hover{
	text-decoration: underline;
}



/* @end */

/* @group Submenu */

#default-right #submenu{
	margin-bottom: 13px;
}

#default-right #submenu li{
	font-weight: bold;
}

#default-right #submenu a{
	color: #565656;
	display: block;
	width: 192px;
	line-height: 14px;
	height: 22px;
	background: url(../images/submenu.png) no-repeat left top;
	text-decoration: none;
	padding: 10px 0 0 38px;
}

#default-right #submenu li.active a, #default-right #submenu a:hover{
	background: url(../images/submenu-active.png) no-repeat left top;
	color: #fff;
}

#default-right #submenu li.subitems a{
	background: url(../images/submenu-subitems.png) no-repeat left top;
	color: #fff;
	height: 21px;
}

#default-right #submenu li.subitems ul{
	background: #d2e69b url(../images/subitems.png) no-repeat left bottom;
	padding: 8px 0 5px 0;
}

#default-right #submenu li.subitems ul li{
	padding: 5px 0 5px 38px;
}

#default-right #submenu li.subitems ul a{
	background: none;
	height: auto;
	padding: 0;
	color: #565656;
	text-decoration: none;
	display: inline;
	width: auto;
	font-weight: normal;
}

#default-right #submenu li.subitems ul a:hover{
	text-decoration: underline;
}

#default-right #submenu li.subitems ul li.active a{
	font-weight: bold;
}





/* @end */

/* @group Navigation */

#default-left #navigation{
	font-weight: bold;
	color: #787878;
	height: 24px;
	margin-bottom: 10px;
}

#default-left #navigation li{
	padding: 0 12px 0 14px;
	background: url(../images/navigation.png) no-repeat left center;
	float: left;
}

#default-left #navigation li.first{
	padding-left: 0;
	background: none;
}

#default-left #navigation li.last{
	float: none;
	clear: both;
}

#default-left #navigation a{
	font-weight: normal;
	color: #787878;
	text-decoration: none;
}



/* @end */

/* @group Default */

#default-left{
	float: left;
	width: 709px;
	color: #212121;
	padding-left: 6px;
}

#default-left p{
	line-height: 18px;
	margin-bottom: 15px;
}

#default-left a{
	color: #212121;
	font-weight: bold;
}

#default-right{
	float: right;
	width: 230px;
	line-height: 16px;
}

#default-right p{
	margin-bottom: 10px;
	padding: 0 5px;
	color: #565656;
	text-align: justify;
}

#default-right a{
	color: #565656;
}

#default-left h1, #default-left h2, #default-left h3, #default-left h4{
	color: #a6ce39;
	font-weight: bold;
	margin-bottom: 10px;
}

#default-left h1{
	font-size: 18px;
	margin-bottom: 15px;
}
.h1-home {display: nonex; margin: 5px 0 15px 0; padding: 0; text-align: center; font-size: 14px;}
.h1-home a {color: #3C3C3C; font-weight: bold;}
#default-left h2{
	font-size: 16px;
}

#default-left h3{
	font-size: 14px;
}

#default-left h4{
	font-size: 12px;
}

#default-left blockquote{
	color: #565656;
	padding: 3px 0 0 15px;
	border-left: 4px solid #ff841f;
	margin-bottom: 20px;
}

#default-left blockquote a{
	color: #565656;
}

#default-left blockquote h3{
	color: #000;
	fo
}

#default-left ul{
	margin-bottom: 20px;
}

#default-left li{
	background: url(../images/li.gif) no-repeat 7px 9px;
	line-height: 19px;
	padding: 3px 0 3px 29px;
}

#default-left ul.links{
	float: left;
	width: 48%;
	margin-right: 2%;
}

#default-left  ul.links li{
	border-top: 1px solid #dcdcdc;
	padding: 7px 0 7px 29px;
	background-position: 7px 14px;
}

#default-left  ul.links li.last{
	border-bottom: 1px solid #dcdcdc;
}

#default-left table{
	width: 100%;
	margin-bottom: 20px;
}

#default-left table th, #default-left table thead td{
	border: 1px solid #fff;
	border-top-color: #ff6a05;
	border-bottom: none;
	padding: 14px 10px 10px 17px;
	line-height: 16px;
	background: url(../images/table-th.png) repeat-x left top;
	color: #fff;
	vertical-align: middle;
}

#default-left table.green th, #default-left table.green thead td{
	border-top-color: #8cb51f;
	background-image: url(../images/table-green-th.png);
}

#default-left table th.first, #default-left table thead td.first{
	border-left: 1px solid #ff6a05;
}

#default-left table th.last, #default-left table thead td.last{
	border-right: 1px solid #ff6a05;
}

#default-left table.green th.first, #default-left table.green thead td.first{
	border-left: 1px solid #8cb51f;
}

#default-left table.green th.last, #default-left table.green thead td.last{
	border-right: 1px solid #8cb51f;
}

#default-left table td{
	border: 1px solid #d4d4d4;
	border-top: none;
	background: #f3f3f3 url(../images/table-td.png) repeat-x left top;
	line-height: 15px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

#default-left table tr:hover td{
	background-color: #ddd;
}

#default-left table.rounded{
	margin: 0 auto;
	width: auto;
}

#default-left table.rounded td{
	background: #A6CE39;
	border: 0;	
	padding: 10px 15px;
}

#default-left table.rounded td.first{
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	border-right: 1px solid #fff;
}

#default-left table.rounded td.last{
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}



/* @end */

/* @group Reference */

#reference{
	text-align: center;
	padding-bottom: 40px;
	height: 450px;
	background: url(../images/reference.png) no-repeat center bottom;
	position: relative;
	margin-bottom: 20px;
	width: 970px;
}

#reference .holder{
	width: 870px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
}

#reference .moover .ref-block{
	width: 870px;
	height: 450px;
}

#reference .moover .ref-block img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/PIE.htc);
}

#reference .moover {
    width: 3000px;
    margin-left: -870px;
}


#reference .moover div{
    float: left;
}

#reference .moover div div{
	position: relative;
}

#reference .prev, #reference .next{
	position: absolute;
	top: 131px;
	width: 47px;
	height: 188px;
}

#reference .prev{
	left: -15px;
	background: url(../images/reference-prev.png) no-repeat left top;
}

#reference .next{
	right: -15px;
	background: url(../images/reference-next.png) no-repeat left top;
}

#reference .moover div.description{
	text-align: left;
	position: absolute;
	left: 50px;
	bottom: 70px;
	width: 372px;
	padding: 15px 15px 15px 21px;
	background: url(../images/reference-description.png) repeat;	
}
#reference .moover div.description a {
    color: #fff;
}
.display-none {display: none;}

#reference .description h2{
	font-weight: normal;
	font-size: 20px;
	color: #a6ce39;
	line-height: 24px;
}

#reference .description h3{
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #fff;
}

#reference .description p{
	color: #a6a6a6;
	line-height: 18px;
	font-size: 11px;
}

#reference .description .top, #reference .description .bottom{
	position: absolute;
	width: 408px;
	height: 9px;
	left: 0;
}

#reference .description .top{
	top: -9px;
	background: url(../images/reference-description-top.png) no-repeat left top;
}

#reference .description .bottom{
	bottom: -9px;
	background: url(../images/reference-description-bottom.png) no-repeat left top;
}



/* @end */

/* @group Home */

#home #news, #home #offer, #home #clients{
	position: relative;
	float: right;
}

#offer div, #home #clients div{
	background: url(../images/home-gray.png) no-repeat left top;
	width: 208px;
	height: 290px;
	padding: 9px 11px 10px 11px;
	position: relative;
}

#news ul{
	line-height: 16px;
}

/* @group Clients */

#home #clients{
	width: 230px;
}

#home #clients p{
	float: left;
	width: 104px;
}

#home #clients a{
	display: block;
	text-align: center;
}

#home #clients a:hover{
	opacity: 0.7;
}

#home #clients a.inactive:hover{
	opacity: 1;
}



/* @end */

/* @group Offer */

#offer{
	width: 230px;
	position: relative;
}

#home #offer{
	margin-left: 14px;	
}

#offer div{
	padding-top: 29px;
	height: 270px;
}

#offer .cut {
        display: block;
        height: 248px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        background: none;
}

#offer li{
	height: 30px;
	border-bottom: 1px solid #dcdcdc;
}

#offer a{
	color: #565656;
	height: 28px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 28px;
}

#offer a:hover{
	color: #87b116;
}

#offer .o-stranky a{
	background-image: url(../images/o-stranky.png);
}
#offer .o-obchod a{
	background-image: url(../images/o-obchod.png);
}
#offer .o-reality a{
	background-image: url(../images/o-reality.png);
}
#offer .o-propagace a{
	background-image: url(../images/o-propagace.png);
}
#offer .o-grafika a{
	background-image: url(../images/o-grafika.png);
}
#offer .o-poradenstvi a{
	background-image: url(../images/o-poradenstvi.png);
}
#offer .o-skoleni a{
	background-image: url(../images/o-skoleni.png);
}
#offer .o-zakazky a{
	background-image: url(../images/o-zakazky.png);
}

#offer a.up, #offer a.down{
	display: block;
	position: absolute;
	left: 99px;
	width: 33px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
}

#offer a.up{
	top: 0;
	background-image: url(../images/offer-up.png);
}

#offer a.up.active{
	background-image: url(../images/offer-up-active.png);
}

#offer a.down{
	bottom: 0;
	background-image: url(../images/offer-down.png);
}

#offer a.down.active{
	background-image: url(../images/offer-down-active.png);
}



/* @end */

/* @group News */

#home #news{
	width: 474px;
	float: left;
}

#home #news .more{
	position: absolute;
	right: 0;
	top: 0;
}

#home #news .more a{
	display: block;
	background: url(../images/news-more.png) no-repeat left top;
	width: 93px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	float: left;
	margin-left: 5px;
}

#home #news .more a.blog{
	background: url(../images/blog.png) no-repeat left top;
	width: 100px;
}

#home #news .more a:hover{
	text-decoration: underline;
}

#home #news li{
	margin-right: 14px;
	width: 204px;
	padding: 0 13px 12px 13px;
	background: #e1ebc6 url(../images/news.png) no-repeat center bottom;
	color: #565656;
	float: left;
}

#home #news li.last{
	margin-right: 0;
}

#home #news li span{
	margin: 0 -13px 10px -13px;
	display: block;
	width: 196px;
	height: 28px;
	line-height: 28px;
	padding-left: 34px;
	font-weight: bold;
	color: #fff;
	background: #9bc52a url(../images/news-span.png) no-repeat left top;
}

#home #news li img{
	display: block;
	margin-bottom: 17px;
}

#home #news li a{
	font-weight: bold;
	color: #565656;
	line-height: 17px;
	height: 65px;
	display: block;
}

#home #news li a:hover{
	color: #000;
}



/* @end */

#home h3, #default-right h3{
	color: #888888;
	font-size: 18px;
	height: 41px;
}

#default-right h3{
	height: auto;
	line-height: 18px;
	margin: 20px 0 10px 0;
	padding-left: 5px;
}



/* @end */

#content{
	background: #fff;
	padding: 16px 10px 12px 10px;
}

#reseni{
	font-size: 25px;
	line-height: 70px;
	margin: 20px 0 0 20px;
}

#reseni li{
	background: none;
	float: left;
	margin-bottom: 30px;
	width: 310px;
}

#reseni li.r1, #reseni li.r2{
	padding-left: 9px;
	width: 330px;
}

#reseni a{
	background-position: left center;
	background-repeat: no-repeat;
	color: #A6CE39;
	display: block;
	font-weight: normal;
	line-height: 40px;
	padding: 20px 0 10px 80px;
	text-decoration: none;
}
#reseni .r1 a{ background-image: url(../images/reseni-web.png); }
#reseni .r2 a{ background-image: url(../images/reseni-produkty.png); }
#reseni .r3 a{ background-image: url(../images/reseni-skoleni.png); }
#reseni .r4 a{ background-image: url(../images/reseni-marketing.png); }

#reseni a:hover{
	text-decoration: underline;
}



/* @end */

/* @group Newsletter */

#newsletter2{
	height: 73px;
	background: url(../images/newsletter.png) no-repeat left top;
	position: relative;
}

#newsletter p{
	position: absolute;
	left: 22px;
	top: 15px;
	color: #888888;
}

#newsletter strong{
	display: block;
	margin-bottom: 5px;
}

#newsletter input{
	border: 0;
	height: 26px;
	vertical-align: middle;
}

#newsletter .text{
	color: #555655;
	font-size: 11px;
	line-height: 26px;
	width: 195px;
	padding: 0 10px;
	background: url(../images/newsletter-text.png) no-repeat left top;
}

#newsletter .button{
	width: 26px;
	margin-left: -3px;
	background: url(../images/newsletter-button.png) no-repeat left top;
}

#newsletter2 ul{
	position: absolute;
	right: 19px;
	top: 12px;
}

#newsletter2 li{
	float: left;
	margin-left: 20px;
}

#newsletter2 li a img{
	opacity: 0.5;
}

#newsletter2 li a:hover img{
	opacity: 1;
}



/* @end */

/* @group Module Backlinks */

#backlinks{
	height: 40px;
	background: url(../images/links.png) no-repeat left top;
	padding: 4px 0 0 16px;
}

.module-backlinks{
	float: left;
}

.module-backlinks li{
	height: 40px;
	float: left;
	line-height: 40px;
	padding: 0 9px 0 8px;
	background: url(../images/links-li.png) no-repeat right center;
}

.module-backlinks li.last{
	background: none;
}

.module-backlinks a{
	color: #d0d0d0;
	text-decoration: none;
}

.module-backlinks a:hover{
	text-decoration: underline;
}



/* @end */

/* @group Footer */

#footer{
	height: 143px;
	line-height: 50px;
	padding: t0 23px;
	color: #d0d0d0;
	position: relative;
}

#footer a{
	color: #d0d0d0;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer p{
	float: left;
}

#footer ul{
	position: absolute;
	top: 0;
	right: 23px;
}

#footer li{
	height: 50px;
	float: left;
	line-height: 50px;
	padding: 0 8px 0 8px;
	background: url(../images/links-li.png) no-repeat right center;
}


#footer li.pdf{
	background: none;
	padding-right: 0;
}

#footer li a{
	display: block;
	float: left;
	height: 50px;
	text-decoration: none;
}

#footer li a:hover{
	text-decoration: underline;
}

#footer li.twitter a{
	background: url(../images/twitter.png) no-repeat left center;
	padding-left: 21px;
}

#footer li.facebook a{
	background: url(../images/facebook.png) no-repeat left center;
	padding-left: 21px;
}

#footer li.pdf a{
	background: url(../images/pdf.png) no-repeat left 18px;
	padding-left: 21px;
}



/* aktuality */

div.aktualita { padding: 0 0 18px 0 }
.post {padding: 0 0 15px 0; margin: 0;}
.post h2 {padding: 10px 0 3px 0 !important; margin: 0 !important;}
.postheader, .postcontent, .postdetails { margin: 0px; padding: 0px;  }
div.postdetails { padding-top: 0px; margin: 0; color: #888; font-size: 11px; }
img.sipka { padding-right: 5px; }
a.aktualita { font-size: 14px; color: #3C3C3C; font-weight: bold; }
div.text-aktuality { padding: 5px 0 3px 0; margin: 0px; }
.news-page { margin-top: 10px;}

/* @end */

/* @group Formulare */

.form-top {
    width: 709px;
    height: 11px;
    background-image: url('../images/form_top.png');
}

.form-content {
    width: 669px;
    position: relative;
    background-color: #a6ce39;
    padding: 5px 20px;
}

.form-bottom {
    width: 709px;
    height: 11px;
    background-image: url('../images/form_bottom.png');
}

.form-content h2 {
    width: 157px;
    text-align: center;
    line-height: 26px;
    height: 42px;
    float: right;
    color: #ffffff !important;
    font-size: 22px !important;
    margin: 10px 10px 0 0;
    text-transform: uppercase;
}

.form-content div.input, .form-content div.select {
    float: left;
    width: 167px;
    text-align: left;
    margin: 7px 0;
}

.form-content div.input label, .form-content div.select label, .form-content div.text label, .form-content div.check h3 {
    color: #000000 !important;
    font-weight: bold;
    display: block;
    font-size: 13px !important;
    padding: 0;
    margin: 0 0 5px 0 !important;
}

.form-content div.input input, .form-content div.select select {
    height: 26px;
    line-height: 26px;
    border: 0;
    padding: 0;
    background: url('../images/form_input.png') no-repeat left top;
    width: 137px;
    padding: 0 10px;
}

.form-108 .form-content div.select select {
    background: url('../images/form_input_long3.png') no-repeat left top;
    width: 492px;
}

.form-content div.select select {
    padding: 4px 0px 4px 10px;
    width: 158px;
    height: 26px;
    line-height: 26px;
}

.form-content div.select option {
    background-color: #ffffff;
}

.form-content div.select select.req {
    background: url('../images/form_input_req.png') no-repeat left top;
    padding-left: 17px;
}

.form-108 .form-content div.select select.req {
    background: url('../images/form_input_req_long3.png') no-repeat left top;
    width: 492px;
}

#domain-check-result {
    height: 48px;
}

#sel_attr_1034 {
    clear: left;
    float: none;
}

#attr_1034 {
    background: url('../images/form_input_req_long3.png') no-repeat left top;
    width: 492px;
}

#domain-check-result {
    text-align: center;
}

#domain-check-result span {
    position: relative;
    top: 20px;
    font-weight: bold;
}

#domain-check-result span.domain-ok {
    color: #516619;
}

#domain-check-result span.domain-error {
    color: #e50000;
}

#domain-check-result span.domain-long-error {
    color: #e50000;
    top: 10px;
}



.form-content div.input input.req {
    background: url('../images/form_input_req.png') no-repeat left top;
    width: 130px;
    padding-left: 17px;
}

.form-content div.text, .form-content div.check {
    width: 100%;
    margin: 7px 0;
}

.form-content div.text textarea {
    background: url('../images/form_text.png') no-repeat left top;
    border: 0;
    width: 646px;
    height: 101px;
    padding: 5px 10px 5px 10px;
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 10px;
    overflow: auto;
}

.form-content div.text textarea.req {
    background: url('../images/form_text_req.png') no-repeat left top;
    padding-left: 17px;
    width: 639px;
}


.form-content div.submit input {
    height: 26px;
    line-height: 26px;
    border: 0;
    padding: 0;
    background: url('../images/contact-button.png') no-repeat left top;
    width: 79px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.form-content div.check input {
    display: block;
    float: left;
    margin-left: 10px;
}

.form-content div.check label {
    display: block;
    float: left;
    width: 94px;
    margin-left: 10px;
    line-height: 20px;
}

.form-content div.question {
    width: 100%;
    margin: 7px 0;
}

.form-content div.question label {
    display: inline;
}

#doporucit a {
    display: block;
    width: 230px;
    height: 130px;
    background-image: url('/images/doporucit.png');
}

#doporucit a:hover {
    background-image: url('/images/doporucit-hover.png');
}


/* @end */


