
/************** Body - plati pro celou stranku  **************/
body {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	text-align: center;
	background-color: #e6f5cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}



a img {
	border: none;
}

.clear {
	clear: both;
}

/************** Hlavni okno - zajistuje centrovani stranky na stred **************/

#center{
	vertical-align: top;
	width: 960px;
	height: auto;
	margin: auto;
	text-align: center;
}


/************** hlavni bloky odshora **************/

#top {
	width: auto;
	height: 202px;
}

#main {
	width: auto;
	height: auto;
	text-align: left;
}

#footer {
	width: auto;
	height: 65px;
	margin-top: 10px;
	background-image: url("../images/layout/footerBackground.jpg");
}


/************** Blocky horni casti top **************/
#topSpace {
	width: auto;
	height: 93px;
	background-image: url("../images/layout/eBallanceLogoTop.jpg");
	background-repeat: no-repeat;
	margin-left: 20px;
}

	#topSpace .navigation {
		width: 210px;
		height: 16px;
		margin-top: 50px;
		float: right;
	}
	
	#topSpace .logo {
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	#topSpace .navigation .flags a {
		position: relative;
		top: 1px;
	}
	
	#topSpace .navigation .flags a.twitter,
    #topSpace .navigation .flags a.facebook {
		top: 3px;
	}
	
	#topSpace .navigation .flags span.splitter {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	#top .navigation .link {
		padding-left: 20px;
	}
	
    #top .navigation .link a {
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 2px;
		text-align: center;
		display: block;
		float: right;
		width: 60px;
		height: 21px;
		color: #ffffff;
		vertical-align: bottom;
		background-image: url("../images/layout/blogButton.jpg");
		text-decoration: none;
	}
	
    #top .navigation .link a:hover {
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 2px;
		text-align: center;
		display: block;
		float: right;
		width: 60px;
		height: 21px;
		color: #ffffff;
		vertical-align: bottom;
		background-image: url("../images/layout/blogButtonOver.jpg");
		text-decoration: none;
	}

#topMenu {
	width: auto;
	height: 109px;
}


	#topMenuContent {
		height: 91px;
		width: auto;
	}
	
		#topMenuContent .leftCorner {
			width: 14px;
			height: 91px;
			float: left;
			background-image: url("../images/layout/topMenuLeftCorner.jpg");
		}
		
		#topMenuContent .center {
			width: 930px;
			height: 91px;
			float: left;
			background-image: url("../images/layout/topMenuCenterBackground.jpg");
			text-align: center;
		}
		
			#topMainMenu {
				width: 930px;
				height: 37px;
				text-align: left;
				color: #ffffff;
				position: relative;
				top: 13px;
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}
			
				#topMainMenu li {
					margin: 0px;
					padding: 0px;
					list-style-image: none;
					display: inline;
				}
			
				#topMainMenu a:link,
				#topMainMenu a:visited {
					margin-right: 25px;
					margin-left: 25px;
					text-align: center;
					color: #ffffff;
					text-decoration: none;
					font-size: 17px;
				}
				
				#topMainMenu a:hover {
					margin-right: 25px;
					margin-left: 25px;
					text-align: center;
					color: #ffffff;
					text-decoration: none;
					background-image: url("../images/layout/linkTriangle.gif");
					background-repeat: no-repeat;
					background-position: bottom center;
					padding-bottom: 14px;
				}
				
				#topMainMenuActive {
					margin-right: 25px;
					margin-left: 25px;
					text-align: center;
					color: #ffffff;
					text-decoration: none;
					background-image: url("../images/layout/linkTriangle.gif");
					background-repeat: no-repeat;
					background-position: bottom center;
					padding-bottom: 14px;
				}
				
				
				.search input {
					border: none;
					background-image: url("../images/layout/searchButton.jpg");
					height: 23px;
					width: 80px;
					color: #ffffff;
					cursor: pointer;
					padding-bottom: 3px;
				}
				
				.search input:hover,
				.search input.hover {
					background-image: url("../images/layout/searchButtonOver.jpg");
				}
				
			.topSubMenu {
				width: 930px;
				height: 46px;
				text-align: left;
				position: relative;
				top: 20px;
				left: 17px;
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}
				
				.topSubMenu li {
					margin: 0px;
					padding: 0px;
					list-style-image: none;
					display: inline;
				}
			
				.topSubMenu a:link,
				.topSubMenu a:visited {
					margin-right: 8px;
					margin-left: 8px;
					text-align: center;
					color: #000000;
					text-decoration: none;
					font-size: 14px;
				}
				
				.topSubMenu a:hover,
				.topSubMenu a:active {
					margin-right: 8px;
					margin-left: 8px;
					text-align: center;
					color: #000000;
					color: #3a7310;
					font-size: 14px;
					Padding-bottom: 18px;
					text-decoration: underline;
				}
				
				.topSubMenu a.topSubMenuActive {
					Padding-bottom: 18px;
					text-decoration: underline;
				}
		
		#topMenuContent .rightCorner {
			width: 16px;
			height: 91px;
			float: right;
			background-image: url("../images/layout/topMenuRightCorner.jpg");
		}
	
.blockFooter {
	width: 185px;
	height: 18px;
	padding: 0px;
	float: right;	
	background-image: url("../images/layout/blockShade.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}
	
#search {
	display: inline;
	margin-left: 40px;
}

	#search p {
		display: inline;
	}

#searchLink {
	display: inline;
	float: right;
}

	#searchLink a:link,
	#searchLink a:visited {
		background-image: url("../images/layout/searchButton.jpg");
		text-decoration: none;
		display: block;
	}
	
	#searchLink a:hover,
	#searchLink a:active {
		background-image: url("../images/layout/searchButtonOver.jpg");
		text-decoration: none;
		display: block;
	}



/************** Blocky casti main **************/


#mainTop {
	width: 960px;
	height: 385px;
	margin-top: 10px;
}

	#tagCloud {
		width: 240px;
		height: 385px;
		float: left;
	}

#mainBottom {
	width: 960px;
	height: 280px;
	margin-top: 10px;
}

.lightBlock {
	width: auto;
	height: auto;
}	

	.lightBlockTopLine {
		width: auto;
		height: 17px;
		background-image: url("../images/layout/lightBlockTopCenter.jpg");
	}
	
		.lightBlockTopLine .rightCorner {
			width: 17px;
			height: 17px;
			float: right;
			background-image: url("../images/layout/lightBlockTopRightCorner.jpg");
		}
		
		.lightBlockTopLine .leftCorner {
			width: 15px;
			height: 17px;
			float: left;
			background-image: url("../images/layout/lightBlockTopLeftCorner.jpg");
		}
	
	.lightBlockContentBackground {
		width: auto;
		min-height: 90px;
		height: auto !important;
		height: 90px;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		background: #FFFFFF;
		background-image: url("../images/layout/lightBlockBottomBackground.jpg");
		background-position: bottom;
		background-repeat: repeat-x;
	}
	
		.lightBlockContentBackground .content {
			width: 628px;
			margin-left: 20px;
			margin-right: 20px;
			height: auto;
			text-align: left;
			padding-bottom: 20px;
			font-size: 15px;
			line-height: 1.5;
		}
		
			.lightBlockContentBackground .content p {
				margin: 0px;
				padding: 0px;
				padding-top: 5px;
				padding-bottom: 5px;
				text-align: left;
			}
			
			.lightBlockContentBackground .content h5 {
				font-size: 13px;
				margin: 0px;
				padding: 0px;
				padding-bottom: 10px;
				color: #000000;
			}
			
			.lightBlockContentBackground .content h5 a {
				color: #8FC912;
				color: #000000;
			}
			
			.lightBlockContentBackground .content a {
				color: #3f403e;
				color: #66b003;
				color: #e97100;
				color: #eb5c06;
			}
			
			.lightBlockContentBackground .content a:hover {
				color: #3f403e;
				color: #8FC912;
				color: #f86b04;
				text-decoration: none;
			}
			
			.lightBlockContentBackground .content a.external {
                background: transparent url("../images/layout/external_link.gif") no-repeat scroll right center;
                padding-right: 15px;
            }
			
            .lightBlockContentBackground .content h2 a {
                color: #66b003;
            }
            
            .lightBlockContentBackground .content h2 a:hover {
                color: #8FC912;
            }
			
			.lightBlockContentBackground .content .strong,
            .lightBlockContentBackground .content .strong strong,
            .lightBlockContentBackground .content .strong em {
				font-weight: bold;
			}

	.lightBlockBottomLine {
		width: auto;
		height: 15px;
		background-image: url("../images/layout/lightBlockBottomLine.jpg");
		background-repeat: repeat-x;
	}
	
		.lightBlockBottomLine .rightCorner {
			width: 17px;
			height: 15px;
			float: right;
			background-image: url("../images/layout/lightBlockDownRightCorner.jpg");
		}
		
		.lightBlockBottomLine .leftCorner {
			width: 15px;
			height: 15px;
			float: left;
			background-image: url("../images/layout/lightBlockDownCorner.jpg");
			background-repeat: no-repeat;
		}
		

#services {
	float: right;
	width: 700px;
	height: 385px;
	margin-left: 20px;
}

.previewBlock {
	width: auto;
	height: auto;
	margin-bottom: 1px;
	position: relative;
}

	#previewBlockTopLineServices {
		width: auto;
		height: 17px;
		background-image: url("../images/layout/greenBlockTopCenterServices.jpg");
	}
	
		
		#previewBlockTopLineLeftCornerServices {
			width: 15px;
			height: 17px;
			float: left;
			background-image: url("../images/layout/greenBlockTopLeftCornerServices.jpg");
		}
		
	#previewBlockContentBackgroundServices {
		width: auto;
		height: auto;
		background: #9ed72c;
		background-image: url("../images/layout/greenBlockBottomBackground.jpg");
		background-position: bottom;
		background-repeat: repeat-x;
	}

	#previewBlockBottomLineServices {
		width: auto;
		height: 15px;
		background-image: url("../images/layout/greenBlockBottomLine.jpg");
	}
	
		.previewBlockBottomLineRightCorner {
			width: 15px;
			height: 15px;
			float: right;
			background-image: url("../images/layout/greenBlockBottomRightCorner.jpg");
		}
		
		
		
	#previewBlockTopLineReference {
		width: auto;
		height: 17px;
		background-image: url("../images/layout/greenBlockTopCenterReference.jpg");
	}
		
		#previewBlockTopLineLeftCornerReference {
			width: 15px;
			height: 17px;
			float: left;
			background-image: url("../images/layout/greenBlockTopLeftCornerReference.jpg");
		}
		
	#previewBlockContentBackgroundReference {
		width: auto;
		height: auto;
		background: #9ed72c;
		background-image: url("../images/layout/greenBlockBottomBackgroundReference.jpg");
		background-position: bottom;
		background-repeat: repeat-x;
	}

	#previewBlockBottomLineReference {
		width: auto;
		height: 15px;
		background-image: url("../images/layout/greenBlockBottomLineReference.jpg");
	}
	
	
		
#reference {
	float: left;
	width: 480px;
	height: 260px;
}

#news {
	float: right;
	width: 460px;
	height: 260px;
	margin-left: 20px;
}

#banner {	
	height: auto;
	width: 960px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 0px;
	line-height: 0;
	position: relative;
}

    #banner #animationControl {	
    	width: 210px;
    	height: auto;
    	position: absolute;
    	display: none;
    	bottom: 40px;
    	right: 40px;
    	color: #66B003;
    }
    
        #banner #animationControl .left {
			width: 14px;
			height: 45px;
			float: left;
			background: url("../images/layout/blockLeftCorner.gif") repeat-x scroll center bottom;
		}
		
		#banner #animationControl .center {
			width: 180px;
			height: 35px;
			padding-top: 10px;
			float: left;
			background: #FFFFFF url(../images/layout/topMenuCenterBackground.jpg) repeat-x scroll center bottom;
			border-top 1px solid #CCCCCC;
			text-align: center;
		}
		
		#banner #animationControl .right {
			width: 16px;
			height: 45px;
			float: right;
			background: url("../images/layout/blockRightCorner.gif") repeat-x scroll center bottom;
		}
    
        #banner #animationControl .center div {
        	background-image: url("../images/accessories/play-icon.png");
        	background-repeat: no-repeat;
        	background-position: left top;
        	height: 24px;
        	line-height: 1;
        	font-size: 18px;
        }
        
        #banner #animationControl a {	
        	color: #66B003;
        	text-decoration: underline;
        	padding-left: 26px;
        	display: block;
        	padding-top: 2px;
        }
        
        #banner #animationControl a:hover {	
        	color: #8FC912;
        	text-decoration: none;
        }

#navigation {
	height: 17px;
	margin-left: 30px;
	text-align: left;
	margin-bottom: 20px;
	color: #696969;
	font-size: 13px;
}	

	#navigation img {
		position: relative;
		top: 3px;
	}

	#navigation .item {
		margin-left: 10px;
		margin-right: 10px;
		/*font-size: 12px;*/
	}
	
		#navigation a {
			text-decoration: underline;
			color: #696969;
		}
		
		#navigation a:hover {
			text-decoration: none;
			color: #696969;
		}
		
	#navigation h2 {
		color: #696969;
		font-size: 13px;
		font-weight: normal;
		font-family: Arial,Helvetica,sans-serif;
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
#mainBlock {
	width: 960px;
	height: auto;
	margin-bottom: 18px;
}
		
	#leftColumn {
		width: 670px;
		Height: auto;
		float: left;
	}
		
	#rightColumn {
		width: 260px;
		height: auto;
		float: right;
	}
		

.headerBlock {
	width: auto;
	height: 30px;
	margin-bottom: 1px;
}	

	.headerBlock .left {
		width: 9px;
		height: 30px;
		float: left;
		background-image: url("../images/layout/greenBlockLeft.gif");
	}	
	
	.headerBlock .center {
		width: auto;
		height: 30px;
		float: left;
		background-image: url("../images/layout/greenBlockCenter.jpg");
		background-repeat: repeat;
		padding-left: 20px;
	}	
	
	.headerBlock .text {
		float: left;
		color: #ffffff;
		padding-top: 5px;
		background-image: url("../images/layout/waveWhite.jpg");
		background-repeat: no-repeat;
		background-position: 0px 10px;
		padding-left: 25px;
	}

	
	.headerBlock .right {
		width: 9px;
		height: 30px;
		float: right;
		background-image: url("../images/layout/greenBlockRight.gif");
	}
	
	.headerBlock h1 {
		float: left;
		color: #ffffff;
		padding-top: 5px;
		padding-top: 4px;
		background-image: url("../images/layout/waveWhite.jpg");
		background-repeat: no-repeat;
		background-position: 0px 10px;
		background-position: 0px 12px;
		padding-left: 25px;
		font-family: Arial,Helvetica,sans-serif;
		/*font-size: 15px;*/
		font-size: 18px;
		font-weight: normal;
	}

/************** Blocky casti footer **************/

#footerLeft {
	float: left;
	width: 14px;
	height: 65px;
	background-image: url("../images/layout/footerBackgroundLeft.jpg");
}

#footerCenter {
	float: left;
	color: #ffffff;
	margin-top: 22px;
}

	#footerCenter a {
		color: #ffffff;
	}
	
	#footerCenter a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	#footerCenter .left {
		float: left;
		padding-left: 30px;
		width: 640px;
		text-align: left;
	}
	
	#footerCenter .right {
		float: left;
		text-align: right;
		width: 260px;
	}

#footerRight {
	float: right;
	width: 16px;
	height: 65px;
	background-image: url("../images/layout/footerBackgroundRight.jpg");
}


/************** Obsahy blokuu **************/

#bannerContent {
	height: 126px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;	
}

	#bannerText {
		width: 440px;
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		margin-top: 10px;
		font-size: 14px;	
	}

		H1 {
			font-size: 21px;
			padding: 0px;
			margin: 0px;
		}
		
	#bannerLogo {
		margin-top: 10px;
		margin-right: 20px;
		float: right;	
	}
	
#leftColumnHeaderBlock {
	width: 632px;
}

#leftColumnLightBlock {
	width: 628px;
	margin-left: 20px;
	margin-right: 20px;
	height: auto;
	text-align: center;
	padding-bottom: 20px;
}	

	.line {
		font-size: 0px;
		height: 1px;
		width: 628px;
		background-color: #cccccc;
		margin-bottom: 20px;
	}
	
	.leftColumnItem {
		width: 628px;
		height: auto;
		text-align: left;
	}
	
		.leftColumnItem .text {
			width: 406px;
			height: auto;
			float: left;
			text-align: left;
			color: #3f403e;
		}
		
			h2 {
				font-size: 17px;
				padding: 0px;
				margin: 0px;
				margin-bottom: 10px;
			}
			
            table h2 {
            	margin-top: 10px;
            	margin-left: 0px;
            	font-weight: bold;
            	font-size: 16px;
            }
            
            table h2.service {
            	height: 35px;
            	padding-bottom: 10px;
            }
            
            table p.service {
            	height: 80px;
            }
            
            table h3 {
            	margin-top: 10px;
            	margin-left: 0px;
            	font-weight: bold;
            	font-size: 12px;
            }
			
			.leftColumnItem .link {
				float: right;
				margin-bottom: 20px;
			}
			
				.leftColumnItem .link a {
					padding-left: 20px;
					color: #3f403e;
					background-image: url("../images/layout/waveGreen.gif");
					background-repeat: no-repeat;
					background-position: left center;
				}
				
				.leftColumnItem .link a:hover {
					color: #3f403e;
					text-decoration: none;
				}
		
		.leftColumnItem .reference {
			width: 189px;
			height: 119px;
			float: right;
			text-align: left;
			border: 1px solid #cccccc;
			background-color: #ffffff;
			margin-bottom: 20px;
		}
			
			.leftColumnItem .referenceNote {
				width: 189px;
				height: 27px;
				text-align: left;
				border-top: 1px solid #cccccc;
			}
			
			.leftColumnItem .referenceNote A {
				text-decoration: none;
				color: #3f403e;
				position: relative;
				bottom: 9px;
				font-size: 14px;
			}
			
			.leftColumnItem .referenceNote a:hover {
				text-decoration: underline;
				color: #3f403e;
				position: relative;
				bottom: 9px;
				font-size: 14px;
			}
	
.rightBlock {
	width: 260px;
	height: auto;
	margin-bottom: 18px;
	color: #3f403e;
}

	.rightColumnHeaderBlock {
		width: 222px;
	}
	
	.rightColumnHeaderBlock .text {
		background-position: -3px 10px;
		padding-left: 22px;
	}
	
	.rightContent {
		width: auto;
		height: auto;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 10px;
	}
	
	.rightContent .text {
		width: auto;
		height: auto;
		font-size: 14px;
	}
	
	.rightContent form div {
		padding: 0px;
	}
	
	.rightContent form label {
		display: block;
		padding-top: 10px;
		padding-bottom: 2px;
	}
	
	.rightContent form .buttons {
		padding-top: 20px;
	}
	
	.rightContent form .requiredItem {
		color: #3F403E;
	}
	
form {
	width: auto;
	height: auto;
	margin: 0px;
}

	form fieldset {
		border: none;
	}
	
	form div {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	form label {
		float: left;
		width: 30%;
	}
	
	form .buttons {
		padding-top: 20px;
	}
	
	form .input,
	form .textarea {
		width: 200px;
	}
	
	form .textarea {
		height: 160px;
	}
	
	form .buttons input {
		border: none;
		background-image: url("../images/layout/searchButton.jpg");
		height: 23px;
		width: 80px;
		color: #ffffff;
		cursor: pointer;
		padding-bottom: 3px;
		margin-bottom: 0px;
	}
	
	form .buttons input:hover,
	form .buttons input.hover {
		background-image: url("../images/layout/searchButtonOver.jpg");
	}
	
	form p em {
		font-size: 13px;
		font-style: italic;
	}
	
	form .requiredItem {
		color: #F86B04;
	}

	
ul {
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
    padding-top: 1px;
}
	
    ul li {
    	width: auto;
    	list-style-image: url("../images/layout/waveGreen.gif");
        padding: 0px;
        margin: 0px;
    	margin-top: 5px;
    	margin-bottom: 5px;
    	line-height: 1.5;
    }
    
    	ul li a {
    		color: #3f403e;
    	}
    	
    	ul li a:hover{
    		color: #3f403e;
    		color: #3a7310;
    		text-decoration: none;
    	}
    	
    ul li.subblock {
    	list-style-image: none;
    	list-style-type: none;
    }
		
#tagCloudContent {
	text-align: left;
	width: auto;
	height: 335px;
	color: #000000;
	margin-left: 10px;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 1.7em;
	line-height: 2.2em;
}

	#tagCloudContent .title {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		display: inline;
		padding-right: 5px;
		font-size: 20px;
	}
	
	#tagCloudContent .title a,
    #tagCloudContent .title a:hover {
		color: #a5dc36;
		color: #66B003;
	}
	
	#tagCloudContent h3,#tagCloudContent h2,
    #tagCloudContent h1 {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		display: inline;
		padding-right: 5px;
	}

	#tagCloudContent a {
		text-decoration: none;
		color: #000000;
	}
	
	#tagCloudContent a:hover {
		text-decoration: underline;
		color: #000000;
	}

		.tagCloudContent1 {
			font-size: 18px;
		}
		
    	#tagCloudContent .tagCloudContent1 a,
        #tagCloudContent .tagCloudContent1 a:hover {
    		color: #66B003;
    		color: #000000;
    	}
		
		.tagCloudContent2,
        #tagCloudContent h1 {
			font-size: 16px;
		}
		
    	#tagCloudContent .tagCloudContent2 a,
        #tagCloudContent .tagCloudContent2 a:hover,
        #tagCloudContent h1 a,
        #tagCloudContent h1 a:hover {
    		color: #48831d;
    		color: #66B003;
    	}
		
		.tagCloudContent3{
			font-size: 14px;
		}
		
    	#tagCloudContent .tagCloudContent3 a,
        #tagCloudContent .tagCloudContent3 a:hover {
    		color: #3a7310;
    	}
		
		.tagCloudContent4 {
			font-size: 12px;
		}
		
    	#tagCloudContent .tagCloudContent4 a,
        #tagCloudContent .tagCloudContent4 a:hover {
    		color: #000000;
    		color: #48831d;
    	}

#previewServiceBlockContent {
	text-align: left;
	width: auto;
	height: 140px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}

	#previewServiceBlockContent .left {
		float: left;
		width: 226px;
		height: 140px;
	}
	
	#previewServiceBlockContent .center {
		float: left;
		width: 226px;
		height: 140px;
	}
	
	#previewServiceBlockContent .right {
		float: right;
		width: 226px;
		height: 140px;
	}
	
	#previewServiceBlockContent .divider {
		float: left;
		width: 1px;
		height: 140px;
		valign: middle;
		background-color: #ffffff;
	}

#homepageServices {
	background-image: url("../images/layout/homepageServices.jpg");
	background-repeat: no-repeat;
	position: absolute;
	width: 700px;
	height: 172px;
	z-index: 100;
}

#lightServiceBlockContent {
	text-align: left;
	width: auto;
	height: 161px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 10px;
}

#lightServiceBlockContent h2 {
	text-align: left;
	width: auto;
	height: auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

#lightServiceBlockContent h2 a {
	color: #000000;
	text-decoration: none;
}

#lightServiceBlockContent h2 a:hover {
	text-decoration: underline;
}

#lightServiceBlockContent .note {
	text-align: left;
	width: auto;
	height: 90px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	font-size: 13px;
	line-height: 1.5;
}

#lightServiceBlockContent .link {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	margin-left: 10px;
}

	#lightServiceBlockContent .link a {
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 2px;
		text-align: center;
		display: block;
		width: 108px;
		height: 21px;
		color: #ffffff;
		vertical-align: bottom;
		background-image: url("../images/layout/moreInfoButton.jpg");
		text-decoration: none;
	}
	
	#lightServiceBlockContent .link a:hover {
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 2px;
		text-align: center;
		display: block;
		width: 108px;
		height: 21px;
		color: #ffffff;
		vertical-align: bottom;
		background-image: url("../images/layout/moreInfoButtonOver.jpg");
		text-decoration: none;
	}


	#lightServiceBlockContent .left {
		float: left;
		width: 225px;
		height: 150px;
		margin-right: 5px;
	}
	
	#lightServiceBlockContent .center {
		float: left;
		width: 226px;
		height: 150px;
	}
	
	#lightServiceBlockContent .right {
		float: right;
		width: 225px;
		height: 150px;
	}
	
	#lightServiceBlockContent .divider {
		float: left;
		width: 1px;
		height: 150px;
		background-color: #cccccc;
	}

#previewReferenceBlockContent {
	text-align: left;
	width: auto;
	height: 114px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}

	#previewReferenceBlockContent .left {
		float: left;
		width: 150px;
		height: 114px;
		padding-left: 1px;
	}
	
	#previewReferenceBlockContent .center {
		float: left;
		width: 150px;
		height: 114px;
	}
	
	#previewReferenceBlockContent .right {
		float: left;
		width: 150px;
		height: 114px;
	}
	
	#previewReferenceBlockContent .divider {
		float: left;
		width: 1px;
		height: 114px;
		valign: middle;
		background-color: #ffffff;
	}

#lightReferenceBlockContent {
	text-align: left;
	width: auto;
	height: 83px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}

#lightReferenceBlockContent .header {
	text-align: left;
	width: auto;
	height: auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 13px;
}

#lightReferenceBlockContent .note {
	text-align: left;
	width: auto;
	height: 58px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 4px;
}

	#lightReferenceBlockContent .note a {
		color: #000000;
		text-decoration: none;
	}
	
	#lightReferenceBlockContent .note a:hover {
		text-decoration: underline;
	}

#lightReferenceBlockContent .link {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	margin-left: 10px;
}

	#lightReferenceBlockContent .link a {
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 2px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		display: block;
		width: 108px;
		height: 21px;
		color: #ffffff;
		vertical-align: bottom;
		background-image: url("../images/layout/wantKnowButton.jpg");
		text-decoration: none;
	}
	
	#lightReferenceBlockContent .link a:hover {
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 2px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		display: block;
		width: 108px;
		height: 21px;
		color: #ffffff;
		vertical-align: bottom;
		background-image: url("../images/layout/wantKnowButtonOver.jpg");
		text-decoration: none;
	}


	#lightReferenceBlockContent .left {
		float: left;
		width: 150px;
		height: 83px;
	}
	
	#lightReferenceBlockContent .center {
		float: left;
		width: 150px;
		height: 83px;
	}
	
	#lightReferenceBlockContent .right {
		float: left;
		width: 155px;
		height: 83px;
	}
	
	#lightReferenceBlockContent .divider {
		float: left;
		width: 1px;
		height: 83px;
		background-color: #cccccc;
	}

#newsBlockContent {
	text-align: left;
	width: auto;
	height: 230px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}

		
			#newsBlockContent .left {
				width: 230px;
				height: 230px;
				margin: 0px;
				float: left;
				padding-right: 20px;
				overflow: hidden;
			}
			
				.newsContentItem{
					width: 230px;
					color: #696969;
					line-height: 1.1;
					font-size: 14px;
				}
				
					.newsContentItem h3 {
						display: inline;
						margin: 0px;
						padding: 0px;
						font-size: 14px;
						font-weight: normal;
					}
				
					.newsContentItemDate{
						float: left;
						color: #000000;
						margin-right: 20px;
					}
					
					.newsContentItem a{
						color: #696969;
						text-decoration: underline;
					}
					
					.newsContentItem a:hover{
						color: #696969;
						text-decoration: none;
					}
					
					.newsContentItemDivider{
						margin: 15px 0 15px 0;
						height: 1px;
						width: 230px;
						background-color: #cccccc;
						font-size: 0px;
					}
			
			#newsBlockContent .divider {
				background-color: #cccccc;
				width: 1px;
				height: 230px;
				margin-left: 4px;
				float: left;
			}
			
			#newsBlockContent .right {
				width: 156px;
				height: 215px;
				margin: 0px;
				float: right;
				color: #696969;
				text-align: left;
				padding-left: 4px;
				position: relative;
			}
			
				#newsBlockContent .right .animation {
					position: absolute;
					bottom: -32px;
					right: -21px;
				}

#searchResults {
}

	#searchResults form {
		margin: 0px;
		padding: 0px;
		padding-bottom: 30px;
		display: block;
	}

	#searchResults .item {
		padding-bottom: 20px;
	}
	
		#searchResults .item h3 {
			margin: 0px;
			padding: 0px;
			padding-bottom: 3px;
			font-size: 16px;
			font-weight: normal;
		}
		
		#searchResults .item p {
			margin: 0px;
			padding: 0px;
		}
		
		#searchResults .item p.link {
			margin: 0px;
			padding: 0px;
			font-size: 13px;
			padding-top: 2px;
		}
		
		#searchResults .item p.link a,
        #searchResults .item p.link a:hover {
			color: #696969;
		}
		
	#searchResults .resultsCount {
		font-size: 13px;
		padding-top: 10px;
		padding-bottom: 20px;
		text-align: right;
	}
	
    	#searchResults .resultsCount strong {
    		font-weight: bold;
    	}
    	
	#searchResults .paging {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		font-size: 16px;
	}
	
    	#searchResults .paging .actual {
    		font-weight: bold;
    		background-color: #E6F5CC;
    	}
    	
    	#searchResults .paging span,
        #searchResults .paging a {
    		padding: 2px;
    		padding-left: 5px;
			padding-right: 5px;
			border: 1px solid #CCCCCC;
    	}
    	
        #searchResults .paging a:hover {
			border: 1px solid #F86B04;
			background-color: #F86B04;
			color: #ffffff;
    	}
    	
        #searchResults .paging .previousPage,
        #searchResults .paging .nextPage {
    		font-size: 13px;
    	}
    	
        #searchResults .paging .previousPage {
    		margin-right: 15px;
    	}
    	
        #searchResults .paging .nextPage {
    		margin-left: 15px;
    	}




/************** Hlasky **************/
.messageNotice {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: solid 2px #8FC912;
	color: #8FC912;
	font-weight: bold;
	margin-bottom: 10px;
}

.messageWarning {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: solid 2px #F86B04;
	color: #F86B04;
	font-weight: bold;
	margin-bottom: 10px;
}

.messageError {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: solid 2px #F86B04;
	color: #F86B04;
	font-weight: bold;
	margin-bottom: 10px;
}




/************** Clanky **************/
.articles .category {
    width: auto;
    height: auto;
}

.articles .category .photo {
    width: 100px;
    height: auto;
    padding: 5px;
    float: left;
    text-align: center;
}

.articles .category .photo img {
    border: 1px solid #CCCCCC;
}

.articles .category .text {
    width: 500px;
    height: 100px;
    padding: 5px;
    float: right;
    margin-bottom: 3px;
}

.articles .category .text .title {
    margin: 0px;
    padding: 0px;
	font-size: 16px;
}

.article {
    width: auto;
    height: auto;
    margin-bottom: 4px;
}

.article .photo {
    width: 100px;
    height: 100px;
    padding: 5px;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 3px;
}

.article .photo img {
    border: 1px solid #CCCCCC;
}

.article .text {
    width: 500px;
    height: 100px;
    padding: 5px;
    float: right;
    margin-bottom: 3px;
}

.article .text .title {
    margin: 0px;
    padding: 0px;
	font-size: 16px;
}

.article .text .date {
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.article .body {
    padding: 10px;
	padding-top: 20px;
}




/************** Staticky obsah **************/
.staticContent .images {
    width: 180px;
    height: auto;
	float: left;
	padding-top: 25px;
}

.staticContent .images .thumb {
    width: 100px;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}

    .staticContent .images .thumb img {
        border: 1px solid #CCCCCC;
        padding: 1px;
    }

.staticContent .bodyWrapper {
    width: 445px;
    height: auto;
	float: left;
}

strong, em {
    font-weight:normal;
    font-style:normal;
}

.body h3,
.body h4,
.body h5 {
    color: #8FC912;
    /*
    color: #e97100;
    color: #e97d01;
    */
}

.body h3 {
    margin-bottom: 5px;
}

.body td,
.body th {
	font-size: 13px;
	line-height: 1.5;
}

.body .imageLeft img {
	padding-right: 15px;
}

.body .imageRight img {
	padding-left: 15px;
	padding-bottom: 10px;
}


.staticContent .references .preview {
    width: 150px;
    height: 200px;
	float: left;
	padding-right: 7px;
}
	
	.staticContent .references .preview h3 {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 10px;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 4px;
	}
	
	.staticContent .references .preview a {
		color: #000000;
		text-decoration: none;
	}
	
	.staticContent .references .preview a:hover {
		text-decoration: underline;
	}

.staticContent .wallpapers img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
	
.staticContent .wallpapers ul {
	padding-left: 80px;
	padding-top: 15px;
	font-size: 12px;
}

    .staticContent .wallpapers ul li {
    	padding-top: 2px;
    	padding-bottom: 2px;
    }
