/* CSS Document */

body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e0e0e0;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y; 
	background-position: top center;
}

body,td,th {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #5a5a5a;
}

a {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #e51820;
}
a:visited {
	color: #e51820;
}
a:hover {
	color: #e51820;
}
a:active {
	color: #e51820;
}

.adres {
	color: #626262;
	font-size:11px;
	text-transform:uppercase;
}

.menu       { color: #1c558f; font-size: 11px; text-decoration: none; text-transform:uppercase; }
.menu:link       { color: #1c558f; font-size: 11px; text-decoration: none; text-transform:uppercase; }
.menu:visited    { color: #1c558f; font-size: 11px; text-decoration: none; text-transform:uppercase; }
.menu:active     { color: #D24027; font-size: 11px; text-decoration: none; text-transform:uppercase; }
.menu:hover     { color: #D24027; font-size: 11px; text-decoration: none; text-transform:uppercase; }

.submenu       { color: #1c558f; font-size: 11px; }
.submenu:link       { color: #1c558f; font-size: 11px;  }
.submenu:visited    { color: #1c558f; font-size: 11px;  }
.submenu:active     { color: #1c558f; font-size: 11px;  }
.submenu:hover     { color: #D24027; font-size: 11px; }

.selected      { color: #D24027; font-size: 11px; text-decoration: none; text-transform:uppercase; }
.selected:link       { color: #D24027; font-size: 11px; text-decoration: none; text-transform:uppercase; }
.selected:visited    { color: #D24027; font-size: 11px; text-decoration: none; text-transform:uppercase; }
.selected:active     { color: #D24027; font-size: 11px; text-decoration: none; }
.selected:hover     { color: #D24027; font-size: 11px; text-decoration: none; }

.validator {color: #e51820;font-size:11px;}
.validatortext {color: #e51820;}
input.stylebutton { font-size: 11px; color: #ffffff; background-color:#e51820; border:solid 1px;}
textarea, input, select { font-size: 11px; font-family: Arial;}

.captcha {border:1px solid #7f9db9}