html,body
 {
 	margin:0px;
	padding: 0px;
	margin-left:0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background:url("../img/main_bg.jpg");
	text-align:center;
} 
body, table, td, tr{
	font-size:13;
	font-family:   Arial, Helvetica, Verdana, Geneva, sans-serif;
}
a{
color:#162C36;
}
a:hover{
	color:#162C36;
	text-decoration:none;
}

#general{
	width: 910px;
	margin:auto;
}


#top{
	position:relative;
	/*border:1px solid grey;*/
	background-color: White;
	margin:auto;
	height:166;
	background:url("../img/main_bg.jpg");
	min-width:910px;
	padding:0;
}

#ban{
	padding:0;
	margin:0;
	position:absolute; 
	top:0; 
	left:0; 
	right:0;
	
	background-repeat: no-repeat;
	height:125;
	text-align:left;
	overflow:hidden;
	z-index:10;
}
#logo{
	position:absolute; 
	top:65; 
	right:0;
	z-index:30;
}

#principal{
	position:relative;
	top:0;
	bottom:0;
	background:url("../img/main_bg.jpg");
	margin:auto;
	padding:0;
	/*border:1px solid grey;*/
	text-align:left;
}
#language{
	position:absolute; 
	top:-88; 
	left:5; 
	right:0;
	z-index:40;
	
}
#language a{
	background:#A0C762;
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12;
	padding:0 1 0 2;
}
#menu{
	padding:0;
	margin:0;
	position:absolute; 
	top:-68; 
	left:-11; 
	right:0;
	width:165px;
	height:490px;
	background:url("../img/backmenu.png");
	background-repeat:no-repeat;
	z-index:30;
/*border:1px solid red;*/
	padding:10;
}

#menu a{
	font-size:16;
	font-weight:bold;
	color:white;
	display:block;
	margin-bottom:8px;
	text-decoration:none;
	line-height:1.3em;
	border-bottom:1px dotted #BFD897;
}

#menu a:hover{
	color:#50860D;
}

#menu li a.small{
	font-size:12;
	padding-left:0;
	line-height:1em;
}
#menu ul{
	margin:0;
	padding-left:5;
	width:150;

}
#content{
	/*border:1px solid red;*/
	position:relative; 
	top:0;
	left:170;
	width:540;
}

#news{
background:transparent url(../img/teaser_bg.jpg) repeat-y scroll left top;
text-align:left;
padding-bottom:34px;
position:absolute;
top:30px;
left:542px;
width:200px;
height:100%;
}

#news div {
padding-left:20px;
}

#news p {

}

#news b {
margin-left:-0.5em;
}

#news img {
margin-left:-4px;
margin-top:-4px;
}

/* h1 - h3 for title-templates */
h1
{
  margin-bottom: 8pt;
  font-size: 14pt;
  color: #50860e;
  font-weight: bold;
}
h2
{
  font-size: 12pt;
  color: #50860e;
  font-weight: bold;
}
h3
{
  font-size: 10pt;
  color: #50860e;
}

.page{
	border:1px solid white;
}

.titletable{
	background:white;
	border-bottom:1px solid #F2F0EF;
	vertical-align:top;
}
.contenttable{
	border:1px solid white;
}

