* {
	margin: 0;
	padding: 0px;
 }
 
 body {
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #292929;
	position: absolute;
	margin: 5px;
 }
 
#topbar {
	height : 260px;
	background : #212121;
	width : 100%;
	position:relative;
	top: 10px;
}
#topbar #icons {
float : right;
margin : 10px 0 0;
padding : 0;
}
#topbar #icons img {
padding-right : 4px;
border : 0;
}

.url {
padding : 10px 0;
}
.url a {
color : #454545;
text-decoration : none;
}
.url a:hover {
color : #fff;
}

 .left {
	float:left;
	width: 350px;
	padding-bottom: 10px;
 }

 .leftMain {
	float:left;
	width: 170px;
	padding-bottom: 10px;
 }

.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 180px;
  height: 23px;
  float: right;
}

.left ul li a:hover {
  background:#212121;
 }
 
 .left ul li.active a {
  color: #d0eb55;
  background:#212121;
 }
 
  .rightMain {
	width: 800px;
	float: none;
	position: absolute;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 280px;
}

.rightMain img {
  margin-right: 10px;
  display: block;
  border: 5px solid #d0eb55;
 }
 
 .rightMain img:hover {
  border: 5px solid #d0eb55;
 }
 
 .right {
	width: 600px;
	float: none;
	position: absolute;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 280px;
}

.right img {
  margin-right: 10px;
  display: block;
  border: 5px solid #404040;
 }
 
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 11px;
  color: #d0eb55;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
 }
  
#content img {
   float: left;
   margin: 20px;
}

.topheader {
	width : 95%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 50px;
}

.imgheader {
	width : 95%;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border: 5px solid #404040;
}

.minitabmenu {
	width : 95%;
	height: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.langMenu{
	margin-right: auto;
	margin-left:auto;
	padding-top: 0px;
	width : 900px;
	height: 10px;
	font-size: x-small;
	text-align:right;
	padding-bottom: 5px;
}

#lang-selector {
	width : 95%;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
    font-size: x-small;
}

a.lang-current,
a.lang-current:visited,
a.lang-current:hover
{
    color: #d0eb55;
        text-decoration: blink;
}

a.lang-other,
a.lang-other:visited
{
    color: #68759c;

}

a.lang-other:hover
{
    color:#FFFFFF;
}

