@charset "utf-8";
/* CSS Document */
html {overflow-x: hidden}
body {background-image: url(../img/background.gif); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #D01623; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-decoration:none;}

a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #FFD000;
	text-decoration: none;
	font-weight: bold;
}

a.meniu, a.meniu:link, a.meniu:visited, a.meniu:active {
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	font-size: inherit;
	color: #623202;
	text-decoration: none;
}
a.meniu:hover, a.meniu:link:hover, a.meniu:visited:hover, a.meniu:active:hover {
	color:#F15E43;
	text-decoration: none;
}

h1 {
	font-size: 17px;
	color: #FFD000;
	line-height: 20px;
	text-indent: 10px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}
h2 {
	font-size: 13px;
	color: #FFD000;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h3 {
	font-size: 12px;
	color: #FFD000;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul {
 padding: 0px;
 margin:23px 0px 5px 35px;
 line-height:19px;
	}

.txt {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-decoration:none;}
.txt-gri {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; text-decoration:none;}
.txt-footer {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #EFBD08; font-weight:bold; text-decoration:none; padding:5px 0px 0px 0px;}
.txt-copyright {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #E1D7AE; font-weight:normal; text-decoration:none;}
.txt-brand {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #C10F07; text-decoration:none; text-align:center}
.txt-rezervari {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; text-decoration:none; text-align:center}

.header {background-image:url(../img/header.jpg); background-repeat:no-repeat; background-position:center top;}
.back-footer {background-image:url(../img/footer_mijloc.jpg); background-repeat:no-repeat; background-position:center bottom;}

.inputtextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0px 3px 0px 3px;
	border: 1px solid #AFA68F;
	background-color: #FFFFFF;
	width: 200px;
	height: auto;
}
.textareafield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 2px;
	border: 1px solid #AFA68F;
	background-color:#ffffff;
	width: 310px;
	height: 92px;
	scrollbar-arrow-color:#333333; 
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#AFA68F; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-shadow-color:#AFA68F; 
}
.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0px 3px 0px 3px;
	background-color:#BC3B31;
	height: auto;
	width: 106px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top: 1px solid #ED5A26;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #ED5A26;
	outline: none;
}