#intro {
	position: absolute;
	left: 29px;
	top: -18px;
}

.cookietrail a {
	color: #20A9F1 !important;
}


.cookietrail a:hover {
	text-decoration: none;
}

#seeAlso {
	margin: 10px 0 5px 5px;
	text-align: left !important;
}

#seeAlso a {
	height: 18px;
	margin: 5px 4px 0 0;
	padding: 0px;
	color: #9E5E2F !important;
	display: block;
}
#seeAlso a:hover {
	text-decoration: none;
	color: #E2A320 !important;
}


.subMenu, .subMenu2 {
	position: absolute;
	width: 150px !important;
	border: 1px solid #66201E;
	margin: 0;
	visibility: hidden;
	z-index: 1000;
}

.subMenu {
	background: #ffffff url("light.jpg");
}

.subMenu2 {
	background: #ffffff url("dark.jpg");
}

.subMenu li {
	clear: both;
	width: 146px ;
	font-style: normal;
	text-align: left !important;
	margin: 0 2px 1px 2px !important;
	padding: 0 !important;
	border-bottom: 1px solid #66201E;
	height: 20px;
}

.subMenu2 li {
	clear: both;
	width: 146px ;
	font-style: normal;
	text-align: left !important;
	margin: 0 2px 1px 2px !important;
	padding: 0 !important;
	border-bottom: 1px solid #66201E;
	height: 20px;
}

.subMenu a {
	color: black;
	line-height: 20px;
}

.subMenu2 a {
	color: #F6F3C1;
	line-height: 20px;
}


/* Articles */
.striked {
	color: red;
	text-decoration: line-through;
}

/* Registration */

.articleCode {
	font-style: italic ;
	font-size: 11px;
}

.articleImage {
	float: left;
	width: 300px;
}

.reg input {
	background: #EECC83;
	border: 1px solid #601903;
	font-size: 12px;
	font-weight: bold;
	color: #6D360F;
}

.reg td {
	padding: 2px 0 2px 0;
}

/*News*/
#news {
	border: 1px solid #DFC763;
}

#news div {
	background: #DFC763;
	margin: 1px;
	padding: 2px;
}