/************************************************************ 
	GLOBAL SETTINGS
*************************************************************/	
* {
	margin: 0;
	padding: 0;
	}
body { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	background-color: #221f1a;
	background-image: url(../interface/bkg.jpg) ;
	background-repeat: repeat-x;
	color: #fff;
	}
h1 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #fff;
	}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	}
h4 {
	font-size: 11px;
	font-weight: normal;
	}		
img {
	border: none;
	}
a {
	color: #fff;
	text-decoration: none;
	}
.clear {
	clear: both;	
	}
	
/************************************************************ 
	MAIN ZONES
*************************************************************/	
div#container {
	position: absolute;
	width: 840px;
	margin-left: 80px;
	}
div#header {
	background-image: url(../interface/bkg_header.jpg) ;
	background-repeat: repeat-x;
	height: 136px;
	width: 600px;
	}
	div#header #logo {
		float: left;
		}
	div#header #emopicts {
		float: right;
		margin-top: 55px;
		margin-bottom: -2px;
		}
	div#header #emopicts img {
		margin-left: 2px;
		}
div.content {
	clear: both;
	padding: 20px;
	color: #fff;
	line-height: 190%;
	background-color: #342125;
	margin-bottom: 15px;
	width: 560px;
	}
	div.content br {
		margin-top: -12px;
		}
	div.content ul {
		margin-top: 8px;
	}
	div.content  li {
		margin-left: 12px;
		list-style-type: square;
		margin-bottom: 8px;
		}
	div.content p {
		margin-bottom: 4px;
		}	
	div.content a {
		color: #ffb7c9;
		text-decoration: none;
		}
	div.content a:hover {
		color: #fff;
		}

div.content.content2 {
	background-color: #2a2426;
	}

.right {
	float: right;
	border-left: 20px solid #342125;
	margin-top: 5px;
	}
.content2 .right {
	border-color: #2a2426;
	}

.listing h3 {
	color: #fff;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 15px;
	border-top: 1px solid #705459;
	border-bottom: 1px solid #705459;
	}
.gallery {
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	}
.little {
	font-size: 10px;
	}

/************************************************************ 
	CONTENT NAVIG
*************************************************************/
ul.horiznavig {
	border-top: 1px solid #705459;
	border-bottom: 1px solid #705459;
	height: 21px;
	margin-bottom: 10px;
	}
	ul.horiznavig li {
		list-style-type: none;
		float: left;
		font-size: 11px;
		margin: 0px;
		padding-right: 41px;
		}
		ul.horiznavig li a {
			color: #ffb7c9;
			}
			ul.horiznavig li.on a {
				color: #fff;
				}
		ul.horiznavig li a:hover {
			color: #fff;
			}

/************************************************************ 
	RIGHT
*************************************************************/
div#right {
	position: absolute;
	right: 0;
	width: 225px;
	}
div#teaser {
	font-size: 10px;
	/*padding: 0 10px 10px 10px;*/
	color: #fff;
	}
	div#teaser ul {
		list-style-type: none;
		}
	div#teaser li {
		border-bottom: 1px solid #4f4e47;
		padding: 5px 0;
		}

/************************************************************ 
	NAVIG
*************************************************************/
div#navigtop {
	float: right;
	width: 225px;
	height: 136px;
	line-height: 17px;
	}
	div#navigtop #lang {
		padding-top: 5px;
		height: 25px;
		}
	div#navigtop #toplinks {
		margin-top: 43px;
		border-top: 1px solid #4f4e47;
		border-bottom: 1px solid #4f4e47;
		padding: 5px 0;
		}
	div#navigtop a:hover {
		color: #bcb137;
		}
	div#navigtop #toplinks ul {
		list-style-type: none;
		}
	div#navigtop .on a {
		color: #bcb137;
		font-weight: bold;
		}
	div#navigtop a.on {
		color: #bcb137;
		font-weight: bold;
		}


div#mainnavig {
	height: 30px;
	}
	div#mainnavig ul {
		list-style-type: none;
		}
	div#mainnavig li {
		float: left;
		font-size: 12px;
		margin-right: 14px;
		line-height: 30px;
		}
	div#mainnavig .on a {
		font-weight: bold;
		color: #bcb137;
		}
	div#mainnavig a {
		color: #fff;
		display: block;
		text-decoration: none;
		}
	div#mainnavig a:hover {
		text-decoration: none;
		color: #bcb137;
		}
		div#mainnavig .on a:hover {
			border: none;
			}

/************************************************************ 
	SUBNAVIG
*************************************************************/
div#subnavig {
	width: 225px;
	border-top: 1px solid #4f4e47;
	border-bottom: 1px solid #4f4e47;
	padding: 5px 0;
	}
	div#subnavig ul {
		list-style-type: none;
		}
	div#subnavig li {
		line-height: 17px;
		}
		div#subnavig li:hover {
			}
	div#subnavig .on a {
		font-weight: bold;
		color: #bcb137;
		}
	div#subnavig a {
		color: #fff;
		display: block;
		text-decoration: none;
		}
	div#subnavig a:hover {
		text-decoration: none;
		color: #bcb137;
		}


/************************************************************ 
	SUBNAVIG2
*************************************************************/
div#subnavig2 {
	width: 225px;
	border-bottom: 1px solid #4f4e47;
	padding: 5px 0;
	font-size: 10px;
	}
	div#subnavig2 ul {
		list-style-type: none;
		}
	div#subnavig2 li {
		line-height: 17px;
		}
		div#subnavig2 li:hover {
			}
	div#subnavig2 .on a {
		font-weight: bold;
		color: #fff;
		}
	div#subnavig2 a {
		color: #ffb7c9;
		display: block;
		text-decoration: none;
		}
	div#subnavig2 a:hover {
		text-decoration: none;
		color: #fff;
		}

/************************************************************ 
	FORM
*************************************************************/
#form {
	margin-top: 15px;
	}
#form td {
	margin: 0;
	padding: 0 8px 4px 0;
	line-height: 150%;
	}
#form input, textarea {
	border: 1px solid #705459;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	background-color: #342125 ;
	color: #fff;
	}
input.ef, textarea {
	width: 190px ;
	}	
input.Button {
	padding: 2px 4px ;
	margin-left: 85px;
	margin-top: 5px;
	border: 1px solid #c5c6c7;
	background-color: #f2f2f2 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	input.Button:hover {
		cursor: pointer;
		}
input.submit, .submit {
	padding: 2px 30px;
	font-weight: bold;
	width: 80px;
	padding-bottom: 4px;
	}
	.submit a: {
		color: #000;
	}




/******** F O R M S ***********************************************************/	
/*
#form {
	font-size: 10px;
	margin-top: 24px;
	}
#form p {
	margin: 0;
	}
input {
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	height: 15px;
	}
textarea {
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	}
input.submit, .submit {
	padding: 1px 10px;
	font-weight: bold;
	height: 21px;
	background-color: #f2f2f2 ;
	}
	.submit a:link, .submit a:visited {
		color: #000;
	}
div#thanx {
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	padding: 10px;
	margin-top: 12px;
	}
	div#thanx h2 {
		margin-top: 0;
	}
.checkbox {
	border: none;
	height: inherit;
	}	
*/

/************************************************************ 
	FOOTER
*************************************************************/
div#footer {
	clear: both;
	color: #fff;
	font-size: 10px;
	padding-top: 5px;
	background-color: #18160e;
	width: 560px;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 16px;
	}
