* {
	margin: 0; 
	padding: 0; 
	border: 0; 
}
 
html { 
	background-image: url("./bg.png"); 
}

#telicko { 
	margin: 0 auto; 
	width: 940px; 
	background-color: #ffffff; 
	padding: 10px; 
}     

#leva { 
	width: 620px;
	float: left; 
}      

#prava { 
	margin-left: 640px; 
	width: 300px; 
}    

#objednat { 
	float: right; 
	width: 200px; 
	height: 200px; 
}      

#paticka { 
	width: 920px; 
	margin-top: 10px; 
	padding: 10px; 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 13px; 
	background-color: #ffccaa; 
	color: #000000; 
}           

.vyraz { 
	background-color: #ffccaa; 
	color: #000000; 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 28px; 
	line-height: 150%; 
}          

#obbox { 
	float: right; 
	margin-left: 20px; 
}

.obalbox { 
	float: left; 
	margin-top: 10px; 
	margin-right: 20px; 
}

.box { 
	width: 280px; 
	padding: 10px; 
	background-color: #ffeee2; 
	background-position: top; 
	background-image: url("./bbgtop.png"); 
	background-repeat: no-repeat; 
}

.podbox { 
	width: 300px; 
	height: 10px; 
	background-image: url("./bbgbot.png"); 
}     

.bezmar { 
	margin-right: 0;	
}         

.button { 
	margin: 0 auto; 
	width: 150px; 
	height: 28px; 
	padding-top: 2px; 
	text-align: center; 
	background-image: url("./button.png"); 
} 

.button a { 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 18px; 
	color: #ffffff; 
	text-decoration: none; 
} 

.cistic { 
	clear: both;	
}    
 
.px10 { 
	clear: both; 
	margin-top: 10px;
 } 
    
#telicko .logo { 
	width: 940px; 
	height: 100px; 
	background-image: url("./logo.png"); 
}    

#telicko .logo span { 
	display: none;
	width: 940px; 
	height: 100px; 
}          

h1 { 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 30px; 
	color: #ff6600; 
	text-align: center; 
} 

h2 { 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 17px; 
	color: #ff6600; 
	text-align: center; 
}   

h3 { 
	font-weight: normal; font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 28px; 
	color: #ff6600; 
	margin-bottom: 10px; 
} 

h4 { 
	font-weight: normal; 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 22px; 
	color: #ff6600; 
	margin-bottom: 10px; 
	margin-top: 10px; 
} 

p { 
	color: #000000; 
	text-indent: 10px; 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 13px; 
	line-height: 160%; 
}  

ul.jedna { 
	list-style-type: none; 
	padding: 0; 
	margin-left: 5px;
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 13px; 
	line-height: 150%; 
	color: #000000; 
}

ul.jedna li { 
	padding: 0;
	margin: 0; 
	padding-left: 20px; 
	background: url('./ul.png') no-repeat 1px 5px; 
}  

ul.dva { 
	list-style-type: none; 
	padding: 0; 
	margin-left: 15px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 13px; 
	line-height: 150%; 
	color: #000000; 
}

ul.dva li { 
	padding: 0; 
	margin: 0; 
	padding-left: 25px; 
	background: url('./ul.png') no-repeat 1px 5px; 
}   

label { 
	float: left; 
	width: 100px; 
	margin-top: 10px; 
	font-size: 13px; 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
} 

input { 
	width: 174px; 
	font-size: 13px; 
	font-family: Tahoma; 
	border: 1px solid #ffccaa; 
	padding: 2px; 
	margin-top: 7px; 
	margin-bottom: 5px; 
} 

input.button {   
	margin-left: 65px;
	margin-top: 10px; 
	font-size: 18px; 
	font-family: Tahoma;  
	color: #ffffff; 
	width: 150px; 
	height: 30px; 
	text-align: center; 
	background-image: url("./button.png"); 
	cursor: pointer;
	border: 0;   
	padding: 0;
	
} 
