/* =================================================================
	STANDARD ELEMENTS
 ===================================================================*/
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(../img/bg.jpg);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* =================================================================
	MISC
 ===================================================================*/
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(../img/divider.jpg) no-repeat;
	height: 60px;
	margin: 14px 0;
}
address em {color:#E8ECD1;}


/* =================================================================
	STRACTURE
 ===================================================================*/
.container {
	background: url(../img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	background: url(../img/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}
.gfx span {
display:none;
}
/* =================================================================
	LANGUAGES
 ===================================================================*/

.gr{ 
display: block;
width:24px;
height:54px;
background: url(../img/flags.gif) no-repeat top left;
text-decoration: none;
margin-left:11px;
}

.gr:hover{
background-position: top right;
}

.en{ 
display: block;
width:24px;
height:54px;
background: url(../img/flags.gif) no-repeat bottom left;
text-decoration: none;
margin-left:11px;
margin-top:5px;
}

.en:hover{
background-position: bottom right;
}

/* =================================================================
	LANGUAGES END
 ===================================================================*/

.top {
	background: url(../img/bgcontent2.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #56644A url(../img/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 2.5em serif,sans-serif;
	padding: 74px 0 34px 0;
}

.pattern {
	background: #334127 url(../img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* =================================================================
	NAVIGATION
 ===================================================================*/
.navigation {margin: 0 24px;}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* =================================================================
	CONTENT
 ===================================================================*/
.content {
	background: url(../img/bgcontent.jpg) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* =================================================================
	CONTENT ITEM
 ===================================================================*/
.item {clear: both;}

.item img {
border: 0px;
margin: 3px;
}

.item .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* =================================================================
	FOOTER
 ===================================================================*/
.footer {
	background: url(../img/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

#hiddeninfo {display:none;}

/* =================================================================
	FORM
 ===================================================================*/
label {
	margin: 0;
	padding:0.2em;
	margin-top:0.3em;
	text-align:right;
	width:70px;
	float:left;
	text-transform:uppercase;
	cursor: pointer;
	cursor: hand;
}
 
fieldset {
	background-color:#E8ECD1;
	border:solid 0 #E8ECD1; /* Opera doesn't get border:none or border:0 on fieldsets */
	width:300px;
}
  
legend {
	display: none;
}

.br {display:none;}  
  
.textfield {
	color: #444;
	font: normal 90% "Lucida Sans Unicode",sans-serif;
	margin:3px;
	height:20px;
	border:solid 0 #E8ECD1;
	padding: 3px 8px;
	background: transparent url(../img/textfield_bg.gif) no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:187px;
}
fieldset>input.textfield {
	background: transparent url(../img/textfield_bg.gif) no-repeat;
}
textarea {
	color: #444;
	font: normal 90% "Lucida Sans Unicode",sans-serif;
	margin:3px;
	height:165px;
	border:solid 0 #E8ECD1;
	padding: 0 8px;
	background: transparent url(../img/textarea_bg.gif) no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:190px;
}
fieldset>textarea {
	background: transparent url(../img/textarea_bg.gif) no-repeat;
}
.submit {
	margin:3px;
	background: transparent url(../img/submit.gif) no-repeat;
	height:20px;
	border:solid 0 #E8ECD1;
	width:80px;
	color: #444;
	font: normal 90% "Lucida Sans Unicode",sans-serif;
	text-transform:uppercase;
	cursor: pointer;
	cursor: hand;
 }
