@CHARSET "UTF-8";

#main {
	display: block;
	height: 480px;
	overflow: hidden;
	width: 100%;
	background: #CFCFCF url(../images/contentbg.jpg) repeat-x;
	margin-top: 5px;
}

.normalcase{padding:5px;}

#menu {
	border-bottom: 6px solid #6d5a53;
	width: 100%;
	height: 27px;	
	font-family: georgia, arial;
	font-size: 21px;
	color: #F2F2F2;
}

.selected {
	color: #6d5a53;	
}

#menu #cat-menu {
	float: left;
	margin-left: 40px;
	height: 27px;
}

.menu-link {
	text-decoration: none;
	font-weight: bold;
}

.menu-link:hover {
	text-decoration: none;
}

.categorie {
	display: inline;
	float: left;
	margin-right: 15px;
	height: 27px;
}

.categorie .menu-link {
	text-align: center;
}

.sub-menu {
	min-width: 80px;
	padding-top: 6px;
	margin-top: 2px;
	position: absolute;
	z-index: 15;
}

.sub-menu div:FIRST-CHILD {
	border-top: 5px solid black;
	min-width:130px;
}


.sub-menu a:hover {
	color: #222;
	text-decoration: none;
}

.sub-menu a {
	color: #FFF;
}

.sub-menu div {
	padding: 0 5px 4px 5px;
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

#menu #lang-menu {
	float: right;
	margin-right: 40px;	
	height: 27px;
}

#menu #lang-menu p {
	display: inline;	
}

#searchform {
	font-size: 16px;
	padding: 0px;
	margin: 0 0 5px;
	font-weight: bold;
	display: inline;
}

#searchform input {
	border: none;
	width: 80px;
	border-bottom: #6d5a53 5px solid;
	color: #FFF;
	margin-left: 5px;
	background: transparent none;
}

.yellow-border {
	border-bottom: 6px solid #ffb100;
}

.green-border {
	border-bottom: 6px solid #18e295;
}

.orange-border {
	border-bottom: 6px solid #ff7300;
}

.red-border {
	border-bottom: 6px solid #e9132f;
}

.blue-border {
	border-bottom: 6px solid #1c90ff;
}

.pink-border {
	border-bottom: 6px solid #ff15c5;
}

.yellow {
	background-color: #ffb100;
}

.green {
	background-color: #18e295;
}

.orange {
	background-color: #ff7300;
}

.red {
	background-color: #e9132f;
}

.blue {
	background-color: #1c90ff;
}

.pink {
	background-color: #ff15c5;
}
