/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: url(bodybg.jpg) no-repeat top center;  /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #D13CA2 }
a:hover { border-bottom: 1px dotted #D13CA2; }

h2 {
color: #0A4888;
font-size: 20px;
font-weight: normal;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 850px;
	background: #fff ;
	padding: 0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	padding:0;
	height:234px;
	background: #756;
	}	

#logo {
	position: absolute;
	background: #cdg;
	padding-left: 10px;
	padding-top: 10px;

	}	

#lang {
	float: right;
	background: transparent;
	margin-top: 65px;
	padding: 10 0px;

	}	

#lang img {
	border: 1px solid #FF00FF;

	}	

	#topheader {
	padding:0;
	height:94px;
	font-size: 11px;
	color: #666;
	background: url(backtop.png) no-repeat;
	}	


/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #CFD5E3; 
	margin: 0; 
	padding-left: 130px;
	height: 41px;
	font-size: 13px;
	letter-spacing: 1px;
	width: 750px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	
	}		
#nav li a { 
	text-decoration: none; 
	color: #000;
	text-transform: uppercase;
	border-bottom: 0;
	padding: 12px 15px 12px 15px;
	font-size: 15px;
	float: left;
	
	}
#nav li a:hover { background: url(backmenuh.jpg) repeat-x; color: #fff; }
#nav li a.on { background: url(backmenuh.jpg) repeat-x; color: #fff;  }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
.sottomenu {
	width: 850px;
	position: relative;
	padding-top: 10px;
	background: #736;
	}


.sottomenu li {
	list-style-type: none;
	display: inline;	
	letter-spacing: -1px;
	font-size: 25px;
	
}

.sottomenu li a { color: #666; height: 30px;}
.sottomenu li a.on { color: #0A4888; }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 810px;
	padding: 0px 20px;
	line-height: 18px;
	text-align: left; 
	margin-top: 20px;
	margin-bottom: 20px;
	}	
	
.col {
	width: 263px;
	float: left;
	margin-left: 15px;

	}

#content h1 {
	color: #D13CA2;
	font-size: 25px;
	letter-spacing: -1px;
	border-bottom: 1px dotted #D13CA2;
	padding-bottom: 5px;
	font-weight: normal;

	}

#content img {
	border: 1px solid #D13CA2;
	padding: 5px;
	

	}

.col h3 {
	color: #0A4888;
	text-align: right;
	border-top: 1px dotted #0A4888;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 11px;

	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	margin-top: 20px;
	background: url(backfooter.jpg) repeat-x;
	text-align: left;	
	color: #333;
	font-size: 12px;
	padding: 10px;
	line-height: 14px;
	clear: both;
	height: 58px;
	
	}
	
#footerin {
	margin: 0 auto;
	width: 850px;
	background: transparent ;
	padding: 0;
	text-align: left;
	
	}

#footerin a { text-decoration: none; color: #000;  }
#footerin a:hover { color: #000; }
