body, a, div, table, td, input, textarea {
	font-family: Verdana;
	line-height: 16px;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #CCCCCC;
	background-image: url(/imgs/fityourfood.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	margin-top: 95px;
}

input, textarea, select {
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	background-color: #EEEEEE;
	border: #999999 1px solid;
	color: #000000;
	padding: 1px;
}
.inputHighlighted {
	border: #000000 1px solid;
}
/*
800080
FF6600
99CC00
*/
.table {
	background-color: #FFFFFF;
}

h1 {
	font-size: 30px;
	letter-spacing: 4px;
	line-height: 32px;
	font-weight: normal;
	color: #FF6600;
}

a {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #800080;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #800080;
}
h2 {
	color: #990000;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
}

.CLT, .CRT, .CBL, .CBR {
	background-repeat: no-repeat;
}
.CLT {
	background-image: url(/imgs/CLT.gif);
	background-position: top left;
}
.CRT {
	background-image: url(/imgs/CRT.gif);
	background-position: top right;
}
.CBL {
	background-image: url(/imgs/CBL.gif);
	background-position: bottom left;
}
.CBR {
	background-image: url(/imgs/CBR.gif);
	background-position: bottom right;
}
#link a{
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
#link a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/* -------- form ----------*/
.contact ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #555555;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}
.contact input, .contact select, .contact textarea {
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	background-color: #EEEEEE;
	line-height: 20px;
}
.contact li {
	list-style-type: none;
	padding: 5px 0px;
	text-align: left;
}
.contact label {
	vertical-align: top;
	display: block;
	padding: 0px 4px;
}
.contact span {
	width: 150px;
	display: inline-block;
}
.contact input, .contact select {
	width: 250px;
	border: 1px solid #555555;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contact textarea {
	width: 400px;
	border: 1px solid #555555;
	vertical-align: top;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contact input.laloop {
	width: 15px;
	text-align: right;
}
.contact span.tekstloop {
	width: 250px;
}
input.submit {
	width: 125px;
	text-transform:uppercase;
  font-size: 12px;
	color: #FFFFFF;
	background-color: #555555;
	font-weight: bold;
  padding: 8px;
	cursor: pointer;
}
.error {
	font-size: 12px;
	color: #0066CC;
	border: 1px solid #990000;
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}

#ebhosting a{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 4px;
	font-weight: normal;
}
#ebhosting a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
