/* CSS Document */
html,body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#82000c;
	text-align:center;
}

	#main{
		margin:0 auto;
		width:1010px;
		min-height:500px;
		height: expression( this.scrollHeight < 501 ? "500px" : "auto" );
		overflow:auto;
		background-image:url(../images/main_bg.jpg);
		background-repeat:repeat-y;
	}
		
		#mainLeftIndent{
			float:left;
			width:50px;
			height:100px;
		}
		
		#Container{
			float:left;
			width:910px;
			background-color:#FFF;
			color:#333;
			text-align:justify;
		}
			
			.indentLine{
				float:left;
				width:910px;
				height:20px;
			}
			
			#header{
				float:left;
				width:910px;
				height:93px;
			}
			
				#logo{
					float:left;
					width:320px;
					height:93px;
				}
				
				#flags{
					float:left;
					width:590px;
					height:93px;
					text-align:right;
				}
				
			#menu{
				float:left;
				width:910px;
				height:60px;
				background-color:#0095da;
				color:#FFF;
				font-size:16px;
				line-height:60px;
				vertical-align:middle;
				background-image:url(../images/menu_bg.jpg);
				background-repeat:no-repeat;
			}
			
				#menuUvod{
					float:left;
					width:93px;
					text-align:center;
					background-image:url(../images/uvod.gif);
					background-position:left;
				}
				
					#menuUvod:hover{
						background-position:right;
					}
				
					#menuUvod_act{
						float:left;
						width:93px;
						text-align:center;
						background-image:url(../images/uvod.gif);
						background-position:right;
					}
				
				#menuWeb{
					float:left;
					width:211px;
					text-align:center;
					background-image:url(../images/web.gif);
					background-position:left;
				}
				
					#menuWeb:hover{
						background-position:right;
					}
				
					#menuWeb_act{
						float:left;
						width:211px;
						text-align:center;
						background-image:url(../images/web.gif);
						background-position:right;
					}
				
				#menuShop{
					float:left;
					width:204px;
					text-align:center;
					background-image:url(../images/shop.gif);
					background-position:left;
				}
				
					#menuShop:hover{
						background-position:right;
					}
				
					#menuShop_act{
						float:left;
						width:204px;
						text-align:center;
						background-image:url(../images/shop.gif);
						background-position:right;
					}
				
				#menuGrafika{
					float:left;
					width:167px;
					text-align:center;
					background-image:url(../images/grafika.gif);
					background-position:left;
				}
				
					#menuGrafika:hover{
						background-position:right;
					}
				
					#menuGrafika_act{
						float:left;
						width:167px;
						text-align:center;
						background-image:url(../images/grafika.gif);
						background-position:right;
					}
				
				#menuTiskarna{
					float:left;
					width:120px;
					text-align:center;
					background-image:url(../images/tiskarna.gif);
					background-position:left;
				}
				
					#menuTiskarna:hover{
						background-position:right;
					}
				
					#menuTiskarna_act{
						float:left;
						width:120px;
						text-align:center;
						background-image:url(../images/tiskarna.gif);
						background-position:right;
					}
				
				#menuKontakt{
					float:left;
					width:115px;
					text-align:center;
					background-image:url(../images/kontakt.gif);
					background-position:left;
				}
					
					#menuKontakt:hover{
						background-position:right;
					}
				
					#menuKontakt_act{
						float:left;
						width:115px;
						text-align:center;
						background-image:url(../images/kontakt.gif);
						background-position:right;
					}
				
				#menu a{
					color:#FFF;
					text-decoration:none;
				}
				
			#mainImage{
				float:left;
				width:910px;
				height:250px;
			}
			
			#content{
				float:left;
				width:910px;
				min-height:100px;
				height: expression( this.scrollHeight < 101 ? "100px" : "auto" );

			}
			
				.TextDiv{
					float:left;
					width:910px;
				}
				
					.fullTextTitle{
						float:left;
						width:910px;
						height:65px;
						background-image:url(../images/titleColumnLine.jpg);
						background-repeat:repeat-x;
					}
			
					.contentLeftColumn{
						float:left;
						width:445px;
						text-align:justify;
					}
					
					.contentIndent{
						float:left;
						width:20px;
						height:100px;
					}
					
					.contentRightColumn{
						float:left;
						width:445px;
						text-align:justify;
					}
					
						.fullColumnTitle{
							float:left;
							width:445px;
							height:65px;
							background-image:url(../images/titleColumnLine.jpg);
							background-repeat:repeat-x;
						}
						
						.halfBgDiv{
							float:left;
							width:445px;
						}
						
							.halfColumn{
								float:left;
								width:212px;
								min-height:50px;
								height: expression( this.scrollHeight < 51 ? "50px" : "auto" );
							}
							
							.halfColumnIndent{
								float:left;
								width:21px;
								height:50px;
							}
							
								.halfColumnTitle{
									float:left;
									width:212px;
									height:65px;
									background-image:url(../images/titleColumnLine.jpg);
									background-repeat:repeat-x;
								}
					
			#foother{
				float:left;
				width:910px;
				height:60px;
				background-color:#0095da;
				color:#FFF;
				font-size:11px;
				background-image:url(../images/menu_bg.jpg);
				background-repeat:no-repeat;
			}
			
				#footherLeftIndent{
					float:left;
					width:20px;
					height:60px;
				}
				
				#footherTopIndent{
					float:left;
					width:890px;
					height:8px;
				}
				
				#footherInfo{
					float:left;
					width:810px;
					height:48px;
					text-align:left;
					line-height:22px;
					vertical-align:bottom;
				}
				
					#footherInfo a{
						color:#FFF;
						text-decoration:none;
					}
					
						#footherInfo a:hover{
							text-decoration:underline;
						}
					
					.zavinac{
						width:11px;
						height:11px;
					}
				
				#footherFB{
					float:left;
					width:60px;
					height:48px;
					text-align:right;
					line-height:30px;
					vertical-align:middle;
				}
				
				#bottomLinks{
					float:left;
					width:910px;
					min-height:50px;
					height: expression( this.scrollHeight < 51 ? "50px" : "auto" );
					font-size:11px;
					color:#0083c0;
					text-align:center;
					line-height:30px;
				}
			
	#bottom{
		margin:0 auto;
		width:1010px;
		height:36px;
		background-image:url(../images/bottom.jpg);
		background-repeat:no-repeat;
	}
				

a{color:#0083c0; text-decoration:none;}
a:hover{text-decoration:underline;}

img{border:0;}

#h1Logo{margin:0; padding:0;}
h1{font-size:20px; color:#0083c0; font-weight:normal;}
h2{font-size:18px; color:#0083c0; font-weight:normal;}
h3{font-size:15px; color:#0083c0; font-weight:normal;}
h4{font-size:12px; color:#0083c0; font-weight:bold;}

.h2a:hover{text-decoration:none;}

.redText{color:red;}
.blueText{color:#0083c0;}
.aRight{text-align:right;}

/*textboxy v kontaktnim formulari*/
.textboxBg{background-image:url(../images/textbox_bg.jpg); background-repeat:no-repeat;}
.textareaBg{background-image:url(../images/textarea_bg.jpg); background-repeat:no-repeat;}
.spamBg{background-image:url(../images/spam_bg.jpg); background-repeat:no-repeat;}
.kf_textbox{width:322px; border:0;}
.kf_spam{width:28px; border:0;}
.kftextarea{width:425px; height:170px; border:0;}
#odeslatBtn{width:178px; height:30px; border:0; background-image:url(../images/odeslat_zpravu.jpg); background-position:left;}
#odeslatBtn:hover{background-position:right;}

.PoptCenterDIV{width:640px; margin:0 auto;}
