body {
	padding: 0;
	margin-top: 8px;
	background-color: #3a3a3a;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
}

#wrapper {
	width: 864px;
	margin-top: 0px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

a, a:visited {
	color: #cb9129;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #cb9129;
	font-weight: bolder;
	text-decoration: underline;
}

.asteriks {
	color: #cb9129;
}

ul.menu a, ul.menu a:visited {
	color: black;
	text-decoration: none;
}

ul.menu a:hover {
	color: gray;
	text-decoration: none;
}

ul.menu {
	list-style-image: url(images/menubullet.gif);
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.submenu {
	list-style-image: url(images/bullet2.gif);
}

ul.submenu a, ul.submenu a:visited {
	color: #cb9129;
	text-decoration: none;
}

ul.submenu a:hover {
	color: #cb9129;
	text-decoration: underline;
}

#menu {
	border-right: thin dotted black;
	height: 300px;
}

#line {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	height:4px;
	width: 90%;
}

.title {
	font-weight: bold;
	font-size: 15px;
}

.footer {
	padding-left: 3px;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	align: left;
}

.footer a, .footer a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.footer a:hover {
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

.ptitle {
	font-weight: bolder;
	font-size: 13px;
}

input.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background-color: white;
	width: 140px;
	height: 18px;
	border: 1px solid #c5c5c5;
}

input.txtro {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background-color: gray;
	width: 140px;
	height: 18px;
	border: 1px solid #e4e4e4;
}

textarea.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background-color: white;
	border: 1px solid #c5c5c5;
}

select.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background-color: white;
	border: 1px solid #c5c5c5;
}

.notice {
	margin-top: -2px;
	border-top: 1px solid #2e4d67;
	border-bottom: 1px solid #2e4d67;
	padding: 5px;
	margin: 5px;
	width: 230px;
	color: black;
	text-align: left;
	font-size: 11px;
}

.specialoffer {
	margin-top: -2px;
	border: 3px dashed #be841d;
	padding: 10px;
	margin: 5px;
	color: black;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
}

img.border {
	border: 1px solid #be841d;
	padding: 3px;
}

.specialoffertext {
	font-size: 19px;
	color: #ff0000;
}

.specialoffertext2 {
	font-size: 18px;
	color: black;
}

.specialoffertext3 {
	font-size: 20px;
	color: #ff0000;
}