body {
	padding:0px;
	margin:0px;
	font-family:verdana,tahoma,arial;
	font-size:11pt;
	background:url("../images/bghead.jpg") repeat-x #bfbfbf;
	color #0e0e0e;
}
.clear {
	clear: both;
}

#root {
	background: #d0cdd4;
	margin: 0 auto; 
	width: 800px;
}
h1 {
	font-size: 18pt;
}
ul { list-style:none; margin:0px; padding:0px; }
li { padding:0px; margin:0px; }
.clear { clear:both; }
a:link, a:visited, a:active { 
	color:#ffffff; 
	text-decoration:underline; }
a:hover { 
	text-decoration:none; }
a.mail:link, a.mail:visited, a.mail:active { 
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration:underline; }
a.mail:hover { 
	color: #000000;
	text-decoration:none; 
}
.mapatxt1 {
	float:left;
	width:49%;
}
.mapatxt2 {
	float:right;
	width:49%;
	text-align: right;
	
}
#mapag {
	margin: 5px 39px;
	padding-top: 5px;
}
.red {
	color: red;
}
.box {
	width: 200px;
	height: 16px;
	cursor: text;
}
.boxFiles {
	width: 200px;
	height: 20px;
}

.boxTxt {
	width: 500px;
	height: 150px;
	cursor: text;
}
.boxerr {
	background:#ffc0cb ;
	width: 200px;
	height: 16px;
	cursor: text;
}
.input_button {
	background-color: #E1E1E1;
	border: 1px solid #666666;
}


/* START HEADER */
#header {
	width:100%;
	height:160px;
	padding:0px;
	margin:0px;
}

#tabsbox {
position: absolute;
	top:115px;
	width: auto;
}
#tablang {

}
#tablang ul {
	left: 0%;
	height:14px;
}

#tablang li {
	list-style-type: none;
	float: left;
	padding:0 10px 0 10px;
	border-right: 1px solid  #ffffff;
}
#tablang li a {
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	display:block;
	text-decoration:none;
}
#tablang li a:hover { 
	list-style-type: none;
	display:block;
	text-decoration:underline;
}
#tablang ul li.withoutBorder {
	border:none;
}/* END HEADER */


/*START CONTENT */
#content {
	height: 300px;
	padding: 0px 40px;
	text-align: left;
	background: #d0cdd4;
	border-left:1px solid  #dbdbdb;
	border-right:1px solid  #dbdbdb;
	border-top:1px solid  #d0cdd4;
	font-family:verdana,tahoma,arial;
}
#content li {
	list-style-type: disc;
}

/* END CONTENT */
/* START FOOTER*/
#footer {
	clear: both;
	height:30px;
	background: #1a1a1a;
	padding:1px;
	margin:0px;
	color: #FFF;
	border-left:1px solid  #dbdbdb;
	border-right:1px solid  #dbdbdb;
	border-bottom:1px solid  #dbdbdb;
}
#footer ul {
	height:14px;
	margin:8px 200px 8px 200px;
}

#footer li {
	list-style-type: none;
	float: left;
	padding:0 10px 0 10px;
	border-right: 1px solid  #ffffff;
}
#footer li a {
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	display:block;
	text-decoration:none;
}
#footer li a:hover { 
	list-style-type: none;
	display:block;
	text-decoration:underline;
}
#footer ul li.withoutBorder {
	border:none;
}
/* END FOOTER*/
