/* ====== FONTS ===== */
body, div, input, select, optgroup, textarea{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 0px;
}
body{ 
	background: white; 
	margin-bottom: 50px;
}

.small { font-size: 10px; }
.error{
	color: #B43E00;
}
/* ====== LINKS ===== */
a { color: #000000; }
a:hover{ color: #006699; }

a.white{ color: white; text-decoration: none; }
a.white:hover{ color: white; text-decoration: underline; }
/* ------------------- */

div {overflow: hidden; }
img {border: 0px; }

#c1, #c2, #d6, #height, #main { float: left; display: inline; }
#d1, #d2, #d3 { float: right; display: inline; }

/* ===== COLUMNS ===== */
#c{
	width: 777px;
	margin: 0px auto 0px auto;
	background: url(images/design2.jpg) no-repeat bottom left;
}
#c1{ width: 260px; }
#c2{ width: 477px; background: url(images/design5.jpg) repeat-x 0px 37px; }

#c, #c2, #c2 div { overflow: visible; }
/* ------------------- */

#d1{
	width: 16px;
	height: 237px;
	background: url(images/design3.jpg) no-repeat;
}
#d0{
	width: 260px;
	background: url(images/design4.jpg) repeat-y right;
}
#d2{
	width: 244px;
	height: 140px;
	background: url(images/design1.jpg) no-repeat;
}
#d3{
	width: 244px;
	background: url(images/design7.jpg) repeat-y;
}
#d4{
	clear: both;
	width: 260px;
	height: 215px;
	background: url(images/design2.jpg) no-repeat bottom left;
}
#d5{
	height: 80px;
}
#d6{ 
	width: 40px; 
	height: 205px; 
	background: url(images/design6.jpg) no-repeat;
	margin-top: 36px; 
}
#d7{
	border: 1px solid #666666;
	position: absolute;
	width: 475px;
	top: 80px;
	background-color: #FFFFCC;
}

#lang{
	margin: 8px 8px 0px 0px;
	text-align: right;
}
#logo{
	margin: 10px 0px 0px 55px;
}

#height{
	width: 0px;
	height: 190px; /*580px*/
}
#main{
	width: 480px;
	margin: 10px;
}

#menu{
	width: 185px;
	margin: 10px 0px 20px 50px;
}

#title{
	height: 19px;
	line-height: 19px;
	text-indent: 25px;
	color: #006699;
	font-weight: bold;
	font-size: 13px;
	background: url(images/title.jpg) no-repeat;
}

.title{
	height: 19px;
	line-height: 19px;
	margin-left: 4px;
	margin-bottom: 10px;
	padding-top: 15px;
	text-indent: 25px;
	color: #006699;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	background: url(images/title2.jpg) no-repeat 0px 15px;
}

#scroll{
	margin: 65px 0px 0px 50px;
}

#cr{
	width: 777px;
	margin: 0px auto 0px auto;
	clear: both;
}

#cc{
	margin: 30px 0px 0px 70px;
}

#copyright{
	font-size: 9px;
	color: #999999;
	margin-left: 70px;
}

#nav, #nav a{
	height: 13px;
	font-size: 9px;
	color: #999999;
	margin-top: 13px;
	margin-bottom: 25px;
	text-decoration: none;
}
#nav a:hover{
	text-decoration: underline;
}

/* ======= MENU ====== */
#menu a{ 
	display: block;
	color: #006699;
	height: 28px; 
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-indent: 10px;
	background: url(images/menu.jpg) repeat-x;
}
#menu a:hover{
	background: url(images/menu.jpg) repeat-x 0px -28px;
}
#menu a.sel, a.sel:hover{
	background: url(images/menu.jpg) repeat-x 0px -28px;
}

#menu a.sub{
	color: white;
	font-size: 11px;
	font-weight: normal;
	background: url(images/submenu.gif) repeat-x;
}
#menu a.sub:hover{
	color: #006699;
	font-weight: normal;
}
#menu a.subsel, a.subsel:hover{
	font-size: 11px;
	font-weight: normal;
}

/* ------------------- */
.req{
	color: #B43E00;
	font-weight: bold;
}

input, textarea, select{
	color: #000000;
	border: 1px solid #666666;
	font-size: 10px;
}
input.button{
	font-size: 14px;
	background: #B43E00;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
