@CHARSET "UTF-8";

body, html {
	height: 101%;
	width: 100%;
}

body {
	background-color: #171515;
	margin: 0px;
	padding: 0px;	
}
/*
body#column {	
	background-image: url("../img/bbcg.gif");
	background-position: top center;
	background-repeat: repeat-y;
}
*/

body, p, div, input, textarea, select, td, th, a {
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
}

div#tmpcover {
  position: absolute;
  width: 13px;
  height: 8px;
  font-size: 1px;
  top: 310px;
  left: 50%;
  margin-left: 467px;
  //margin-left: 466px; /* ie 7*/
  _margin-left: 467px; /* ie 5+ ! 7 */
  background-color: #6ED1F9;
}
body#column {;
  background-image: url("../img/bbcg.gif");

/*  //background-image: url("../img/bbcg_ie7.gif"); */ /* ie 7*/
/*  _background-image: url("../img/bbcg_ie7.gif"); */ /* ie 5+ ! 7 */  
  
  width:960px;
  margin:0px auto;
  text-align:left;
  background-position: top center;
  background-repeat: repeat-y;
}

p.center {
  text-align: center;
}
h1.title {
  color: #6ED1F9;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-bottom: 2px;
	border-style: none;
}
h1 {
	color: #6ED1F9;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 10px;
	border-bottom: 2px solid #6ED1F9;
	text-transform: uppercase;
}

h2 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 1em;
}
h3 {
  color: #000000;
	font-weight: bold;
	font-size: 14px;
  margin-bottom: 15px;
}

p, ul {
	margin-bottom: 1em;
}

li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 3px;
}

a {
	color: #6ED1F9;
}

a:hover {
	color: #171515;
}

input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
}
input.data {
  width: 265px;
}
textarea {
	width: 565px;
	height: 250px;
  background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
}

input.chbox {
	border: none;
	background-color: transparent;
}

/* LAYOUT */

div#container {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	border-left:0px;
}

div#languages {
	height: 45px;
	background-color: #171515;	
}

div#lan-button {
	padding-left: 28px;
	background-color: #171515;
}

div#images {
	height: 200px;
}

div.topimage {
	float: left;
	width: 320px;
	height: 200px;
	overflow: hidden;
	background-color: #171515;
}

div#bluestripe {
	height: 18px;
	border-top: 19px solid #6ED1F9;
	background-color: #6ED1F9;
}

div#menu {
	height: 28px;
	padding-left: 20px;
	background-color: #6ED1F9;
	border-bottom: 8px solid #171515;
}

div#menu a {
	float: left;
	padding: 7px 15px 7px 15px;
	display: block;
	font-size: 12px;
	color: #000000;
}

div#menu a:hover {
	color: #FFFFFF;
	background-color: #171515;
}

div.menuspacer {
	float: left;
	font-size: 1px;
	width: 1px;
	height: 10px;
	border-top: 9px solid #6ED1F9;
	border-bottom: 9px solid #6ED1F9;
	background-color: #FFFFFF;
}

div#main {
	float: left;
	width: 653px;
}

div.mainpad {
	padding: 20px 40px 10px 40px;
}

div#col {
	float: left;
	width: 307px;
}

div#colhead {
	height: 30px;
	margin: 0px 43px 0px 30px;
	border-bottom: 2px solid #FFFFFF;
}
div.news {
  color: #ffffff;
  margin: 40px 43px 0px 30px;
}
div.news p {
  color: #ffffff;
  line-height: 16px;
  text-align: left;
}

div#colhead a {
	display: block;
	float: left;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	color: #6ED1F9;
}

div#colhead a:hover {
	color: #FFFFFF;
}

div.colheadspacer {
	float: left;
	font-size: 1px;
	width: 1px;
	height: 10px;
	border-top: 12px solid #100000;
	border-bottom: 8px solid #100000;
	background-color: #BBBBBB;
	margin: 0px 8px 0px 8px;
}

div#term {
	width: 294px;
	height: 45px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: 173px;
}

div#copyright {
	position: absolute;
	width: 13px;
	height: 100px;
	bottom: 0px;
	left: 50%;
	margin-left: 467px;
}

div#tmpcover {
	position: absolute;
	width: 13px;
	height: 8px;
	font-size: 1px;
	top: 310px;
	left: 50%;
	margin-left: 467px;
  //margin-left: 466px; /* ie 7*/
  _margin-left: 467px; /* ie 5+ ! 7 */
	background-color: #6ED1F9;
}

/* PAGES */

table.list {
	width: 573px;
}

table.list th {
	text-align: left;
	padding: 3px;
}

table.list td {
	padding: 3px;
}


/* others */
p {
  text-align: justify;
}
div.clear {
  height: 1px;
  line-height: 1px;
  clear: both;
}
div.clear5 {
  height: 5px;
  line-height: 5px;
  clear: both;
}
div.clear15 {
  height: 15px;
  line-height: 15px;
  clear: both;
}
div.clear30 {
  height: 30px;
  line-height: 30px;
  clear: both;
}
div.fleft {
  float: left;
}
div.fright {
  float: right;
}
div.galmr {
  margin-right: 15px;
}
div.short_left2 {
  float: left;
  width: 50px;
}
.b {
  font-weight: bold;
}
div.blue_line {
  height: 1px;
  line-height: 1px;
  border-top: 1px solid #6ED1F9;
}
div.blue_line2 {
  height: 2px;
  line-height: 2px;
  border-top: 2px solid #6ED1F9;
}
div.grey_line {
  height: 1px;
  line-height: 1px;
  border-top: 1px solid #808080;
  margin-top: 10px;
}
div.foto {
  margin-top: 7px;
  margin-bottom: 10px;
}
.black {
  color: #000000;
}
.blue {
  color: #6ED1F9;
}
a.black {
  color: #000000;
}
a.black:hover {
  color: #6ED1F9;
}

a.blue {
  color: #6ED1F9;
}
a.blue:hover {
  color: #000000;
}

div.submenu {
  display: none;
  position: absolute;
  top: 318px;
  width: 80px;
  font-size: 12px;
  background-color: #6ed1f9;
  margin-left: 775px;
}
div.submenu div {
  padding: 7px 7px 7px 10px;
}
div.submenu a {
  color: #000000;
}
div.submenu a:hover {
  text-decoration: underline;
}
div.row {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;

}
div.row_right {
  float: left;
  margin-bottom: 15px;

}
div.banner {
  margin-left: 8px;
  margin-top: 8px;  
}

div.banner2 {
  margin-left: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.banner3 {
  width: 280px;
  /*height: 79px;*/
  margin-left: 8px;
  margin-top: 40px;
  margin-bottom: 0px;
}

