/* CSS Document */

*{
	padding:0;
	margin:0;
}

body{
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	background-color: #717372;	
	font-family: Tahoma, Verdana, Arial, serif;
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	text-align:center; /*kvuli exploreru nutno centrovat a pak zase davat doleva*/
	font-size:62.5%; /*Richard Rutter trick 62.5 % z 16px je 10, pak 100 % = 1em */
}

div#container{
	width:1000px;
	height:766px;
	margin:auto;
	text-align:center;
/*	border:dotted #CCC 1px;*/
}

div#headbox{
	width:1000px;
	height:170px;
	margin:auto;
	text-align:center;
}

div#instructionbox{
	width:530px;
	height:120px;
	text-align:left;
	float:right;
	padding-top:10px;
	padding-right:100px;
}


div#setttingbox{
	width:250px;
	height:430px;
	margin:auto;
	text-align:center;
	float:left;
}

div#controlbox{
	width:500px;
	height:430px;
	margin:auto;
	text-align:center;
	float:left;
}

div#photobox{
	background-image:url(../interier-vecer/place-disp.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	width:492px;
	height:167px;	
	margin:auto;
	text-align:center;
	margin-top:197px;
}

div#batterybox{
	width:244px;
	height:430px;
	margin:auto;
	text-align:left;
	float:left;
}

div#exposure{
	width:180px;
	height:40px;
	text-align:right;
	padding-top:80px;
}

div#flash{
	width:180px;
	height:40px;
	text-align:right;
	padding-top:62px;
}

div#tripod{
	width:180px;
	height:40px;
	text-align:right;
	padding-top:68px;
}

div#pressbutton{
	width:252px;
	height:30px;
	margin:auto;
	text-align:center;
	padding-top:40px;
}

div#bottombox{
	clear:both;
	width:1000px;
	height:164px;
	margin:auto;
	text-align:center;
/*	border:dotted #CCC 1px;	*/
	padding-top:50px;
}


a {color: #fff; font-weight:bold; text-decoration:none;}


a:hover {
	color:#CC0000; 
	text-decoration:underline;
}

p{
	text-align:justify;
	margin: .5em 0; 
/*	text-indent: 1em;*/
	line-height: 1.2;
	text-align:justify;
	font-size:1.2em;
}

div#bottombox p{
	text-align:center;
}

input.btn{
	border: 2px solid #912522;
	background-color: #c6362d;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	cursor:pointer;
/*	cursor:hand;*/
}
