/*************************MAIN**************************/

body { 
	position: relative;
    text-align:center;
	/*background-color: #7ea7ce;*/
	}
	
#DotaznikFormular {
	text-align: left;
	background-color: #a6d4ff;
	margin: 0px auto;
	padding: 5px 20px 20px 20px;
	width: 80%;
	max-width: 600px;
	border-radius: 6px;
	}

label { 
	line-height: 2;
	vertical-align: top;	
	display: inline-block;
	width: 40%;
	}

input, select, textarea {
	font-size: 15px !important;
	border-radius: 6px;	
	border: 1px solid silver;	
	font-family: Century Gothic, Trebuchet MS, Calibri, Arial;	
	}
	
#zaslat_potvrzeni {
	position: relative; 
	top: 6px !important;
	}	
	
textarea { 
	width: 95%;	
	font-size: 14px;
	}	

#DotaznikFormular {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border: 0px solid red;		
	}
	
#DotaznikFormular {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border: 0px solid red;		
	}	

.menu-fix { 
	height: 80px;
	}

.devider { 
	height: 2px;
	}
	
.dotaznik {
	text-align: center;
	font-weight: bold;
	background-color: white;
	margin: 20px auto;
	padding: 20px;
	width: 80%;
	max-width: 600px;
	border-radius: 6px;
	}
	
.dotaznik-label {
	text-align: center;
	font-size: 20px;	
	font-weight: bold;
	width: 100%;
	}
	
	.uspech {
	color: #54887c;
		}
	.chyba {
	color: red;
		}

a.url-button {
	text-decoration: underline !important;
}

.formular-button {
	cursor: pointer;
}

	.formular-button:hover {
		background-color: #ffd483; 	
	}