body {
	background-image: url(slyks-img/bg-main.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*LINKS*/
A.szary-bordo { color: #333333; text-decoration: none; }
A.szary-bordo:hover { color: #990000; text-decoration: underline; }

A.bordo-szary { color: #990000; text-decoration: none; }
A.bordo-szary:hover { color: #333333; text-decoration: underline; }



/*TXT*/
.bialy11 {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #ffffff;
}

.szary11 {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #333333;
}

.bordo11 {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #990000;
}

.ghaki11 {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #6a6e4f;
}

.czerwony11 {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #ff0000;
}



/*ELEMENTY HTML*/
.input-orderform {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #666666;
	border: 1px solid #bbbbbb;
	padding-left: 5px;
	width: 20px;
	margin-right: 10px;
}

.input {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #666666;
	border: 1px solid #bbbbbb;
	padding-left: 5px;
	margin-right: 10px;
}




.input-login {
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 11px;
	color: #666666;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 5px;
}

.input-login:hover {
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 11px;
	color: #888888;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding-left: 5px;
}

.submit { 
	font-family: Tahoma, Arial, Trebuchet MS;
	color: #ffffff;
	border: 0px;
	background-color: #990000;
	padding: 3px;
	}

.form {
	margin: 0px;
	}

.title {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 20px;
	color: #333333;
	}
	
.title-main {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	}
	
.title-dzial {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	}
