html {
	height: 100%;
}

body {
	font-family:  arial, verdana, "times new roman", sans-serife;
	font-size: 12px;
	
	background-color: #ffffff;
	margin: 0px;
	margin-left: 20px;
	height: 100%;		
}
img {
	border: none;
}
ul {
	text-align: left;
}
.alignRight {
	text-align: right;
}
/********************************** header ***********************************/
#header {
	border: none;
	border-collapse: collapse;
	position: absolute;
	background-color: #ffffff;
	width: 850px;
}
#container { 
	border: none;
	border-collapse: collapse;
	width: 850px;
	height: 100%;
}
#logo {
	width: 162px;
	height: 110px;
	margin-left: 17px;
	margin-bottom: 10px;
	padding-top : 18px;
	padding-left: 11px;
	
	font-size: 23px;
	color: #03947A;
	border-left: 1px solid #FE5A00; 
}
#titel {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 66px;
}
#logo2 {
	background-color: #EAEBEC;
	width: 220px;
	text-align: center;
}

#language {
	position: absolute;
	top: 70px;
	left: 38px;
	z-index: 10;
}

a.language {
	display: block;
	width: 70px;
	height: 16px;
	margin-right: 3px;
	padding-top: 1px;
	
	text-decoration: none;
	font-size: 11px;		
	font-weight: bold;
	color: #000000;
	text-align: center;
	
	border: 1px solid #FE5A00; 
	float: left;
}	

a.language:hover, a.languageSel {
	color: #FE5A00;

}

a.languageBorder {
	border-left: 1px solid #Ffffff;
}
/******************************** content ************************************/
#content {
	position: absolute;	
	top: 150px;
	left: 52px;
	
	width: 580px;
	line-height: 150%;
}
#bg {
	width: 580px;
	height: 90%;
	
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	background: url("/images/bg.jpg") repeat-y;
	line-height: 150%;
	vertical-align: top;
}
#bgLeft{
	width: 190px;
	height: 100%;
	
	padding-top: 150px;
	
	vertical-align: top;
	text-align: center;
	background-color: #E1E2E3;
}
#bgRight{
	width: 220px;
	height: 100%;
	padding-top: 140px;
	
	vertical-align: top;
	background-color: #C9C9C9;
}

div.tangoPic {
	width: 170px;
	height: 113px;
	
	position: relative;
	left: -22px;
	float: left;
	padding-bottom: 120px;	
}
img.picLeft {
	border: 1px solid #FFFFFF; 
}

div.title {
	font-weight: bold;
}
a.text {
	color: #000000;
}
/********************************** nav **************************************/
#nav {
	width: 195px;
	border: 1px solid #03947A; 
	margin: 10px;

	background-color: #EAEBEC	
}
ul.nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left:15px;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #ffffff;
}
li.nav{
	padding-top: 11px;
	padding-bottom: 11px;
}
a.nav{
	text-decoration: none;	
	font-weight: bold;
	color: #353535;
	padding-left: 20px;
	
	display: block;
	width: 150px;
	height: 20px;
}

a.nav2{
	color: #03947A;
}

a.nav:hover, a.navSel {
	background: url("/images/nav.gif") no-repeat; 
}

/********************************** navSec ***********************************/
ul.navSec {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left:15px;
	padding-top: 14px;
	padding-bottom: 14px;

	background: url("/images/nav_dott.gif") repeat-x top; 
}

li.navSec {
	padding-top: 7px;
	padding-bottom: 7px;
}

a.navSec {
	text-decoration: none;
	color: #000000;		
	padding-left: 20px;
}

a.navSec:hover, a.navSecSel {
	background: url("/images/navSec.gif") no-repeat; 
	font-weight: bold;
}

/********************************* powered by ********************************/
#poweredBy {
	text-align: right;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.orange {
	color: #FF9900;
}
.gray {
	color: #5b5b5b;
}
a.poweredby {
	text-decoration : none;
	color: #858585;
	font-size: 10px;
}
