/*-----------------------------------------------------------------------------
CODE.FLOOR - Custom CSS
-----------------------------------------------------------------------------*/

body {
	font-family:Trebuchet MS;
	line-height:1.1em;
	font-size:1em;
	color:#5d5c5c;
	background-color:#f5f5f5;
	padding:0;
	margin:0;
}
input.text, input.title {
	padding:5px;
	width:230px;
}
hr {
	background:#f5f5f5;
}
/* container */ 
.container {
	padding:30px 0;
	width:988px;
	min-height:600px;
	text-align:left;
}
/* path */
.path {
	background:url(/img/path/bg.png) repeat-x;
	color:#fff;
	font-size:10px;
	text-align:left;
	height:22px;
}
.path .inner {
	margin:0 auto;
	width:988px;
	padding:0;
	padding:3px 4px 3px 42px;
}
.path a {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
/* head */
.head {
	text-align:left;
	height:142px;
	overflow:hidden;
	margin:0;
	padding:0;
	background:url(/img/head/bg.png) repeat-x;
}
.head .inner {
	margin:0 auto;
	padding:0px;
	width:988px;
}
.head .logo {
	float:left;
	display:block;
	width:240px;
	height:142px;
	padding:0;
	margin:0;
}
.head .logo img {
	border:0;
}
/* head */
/* altmenu */

.altmenu {
	float:right;
	height:29px;
	margin-bottom:44px;
	padding-left:30px;
	text-align:right;
}
.altmenu ul {
	height:29px;
	margin:0;
	padding:0;
	padding-right:30px;
	list-style-type:none;
}
.altmenu li {
	_width:100px;
	float:left;
	height:29px;
	padding:0px;
	margin:0;
	background:url(/img/altmenu/bg.png) repeat-x right;
}
.altmenu li:first-child {
	padding:0 0 0 30px;
	background:url(/img/altmenu/left.png) no-repeat left;
}
.altmenu li:last-child {
	padding:0 27px 0 0;
	background:url(/img/altmenu/right.png) no-repeat right;
}
.altmenu li a {
	font-size:.7em;
	display:block;
	padding:0;
	margin:0;
	height:29px;
	text-decoration:none;
	color:#000;
}
.altmenu li a span {
	display:block;
	padding:5px 15px;
	height:17px;
}
.altmenu li.s {
	color:#FFF;
}
.altmenu li.s a {
	color:#39bce0;
}
/* head */
/* menu */
/* mainmenu */
.mainmenu {
	width:600px;
	float:left;
	padding-left:100px;
}
.mainmenu ul {
	height:68px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.mainmenu li {
	text-align:center;
	_width:100px;
	float:left;
	height:68px;
	padding:0;
	margin:0;
	background:url(/img/mainmenu/right.png) no-repeat right;
}
.mainmenu li a {
	font-size:.9em;
	color:#000;
	text-decoration:none;
	display:block;
	height:21px;
	margin:0;
	padding:40px 15px 8px;
	background:url(/img/mainmenu/left.png) no-repeat bottom left;
}
.mainmenu li a span {
}
.mainmenu li.s {
	color:#FFF;
	background:url(/img/mainmenu/right_s.png) no-repeat right;
}
.mainmenu li.s a {
	color:#39bce0;
	background:url(/img/mainmenu/left_s.png) no-repeat;
}
/* head */
/* banner */
.banner {
	background:url(/img/banner/bg.png) repeat-x;
	height:295px;
}
.banner .inner {
	background:url(/data/category/image/1.png) no-repeat;
	height:277px;
	width:988px;
	margin:0 auto;
	text-align:left;
}

.banner .de {
	background:url(/img/banner/de.png) no-repeat;
}
.banner .fr {
	background:url(/img/banner/fr.png) no-repeat;
}

.banner .inner em {
	display:block;
	padding:64px 0 0 3px;
	color:#39bce0;
	width:420px;
}
/* content */

.content, .margin {
	min-height:100px;
}
/* menu */

.menu {
	padding: 4px;
}
.menu .inner {
	padding:10px 20px 0px;
}
.menu ul {
	padding:0;
	padding-bottom: 30px;
	margin:0;
}
.menu ul li {
	list-style:none;
	position: relative;
	background:url(/img/menu/line.gif) bottom repeat-x;
}
.menu ul li:first-child {
	list-style:none;
	position: relative;
	border-top: none;
}
.menu ul li:last-child {
	list-style:none;
	position: relative;
	border-bottom: none;
}
.menu li a {
	color:#4d2b1f;
	display:block;
	line-height:1em;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	padding: 5px 0px;
	text-decoration: none;
	background: transparent url(/img/menu/arrow.png) right center no-repeat;
}
.menu li.small {
	line-height:12px;
	font-size:.4em;
	margin:0;
}
.menu li.s a, .menu li.hs a {
	background: transparent url(/img/menu/arrow_s.png) right center no-repeat;
}
.menu li.s a, .menu li.hs a, .menu li a:hover {
	color: #39bce0;
}
.menu ul ul {
	padding: 0;
	margin:0;
}
.menu li.s li, .menu li.hs li {
	background:none;
	padding: 0;
	margin:0;
}
.menu li.s li a, .menu li.hs li a {
	background:  url(/img/menu/smallarrow.png) left no-repeat;
	color:#4d2b1f;
	font-size:10px;
	padding-left:10px;
}
.menu li.s li.s a, .menu li.s li.hs a, .menu li.hs li.s a, .menu li.hs li.hs a {
	color: #39bce0;
	font-size:10px;
	background:none;
}
/* element */
/* element */
.element {
	padding-botom:20px;
	margin-bottom:20px;
	margin-bottom:20px;
	font-size:.9em;
	padding:4px;
}
.element h3 {
	font-style:italic;
	font-size:24px;
	margin-bottom:16px;
}
.element em {
	display:block;
	font-size:18px;
	margin-bottom:16px;
}
.main {
	background:url(img/dline.png) bottom repeat-x;
}
.big h3 {
	font-size:30px;
}
.element .imgright {
	float:right;
	margin-bottom:12px;
	margin-left:12px;
	min-width:100px;
}
.element .txtright {
	margin:0 0 12px 1px;
	padding:0;
}
.element .imgleft {
	float:left;
	margin-bottom:12px;
	margin-right:12px;
	min-width:100px;
	text-align:center;
}
.element .txtright {
	margin:0 0 12px 1px;
	padding:0;
}
/* element components */

.box, .box-2 {
	padding: 0 0 0 0;
	margin:0;
	background:none;
}
.box .inner {
	background:url(/img/box/greyfull.png) top no-repeat;
	padding:30px 35px 16px;
	margin:0px;
}
.box .bottom {
	height:14px;
	background:url(/img/box/greyfull-b.png) bottom no-repeat;
}
.column .box .inner {
	background:url(/img/box/grey.png) top no-repeat;
	padding:30px 35px 16px;
	margin:0px;
}
.column .box .bottom {
	height:14px;
	background:url(/img/box/grey-b.png) bottom no-repeat;
}
.box .header {
	padding:0px 0 2px;
}
.box h3 {
	color:#00c3e6;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
}
.box em {
	margin-bottom:none;
	display:block;
	font-style:italic;
	font-size:0.8em;
	font-weight:bold;
}
.box a {
	text-decoration: none;
	color:#00c3e6;
	font-weight:bold;
}
.box em {
}

.column .box-2 .inner {
	background:url(/img/box/inner-b.png) top no-repeat;
}
.column .box-2 .bottom {
	height:88px;
	background:url(/img/box/inner-b.png) bottom no-repeat;
}
.column .box-2 .go div,.column .box-2 .go-blue div{
	width:280px;
	height:57px;
	margin-left:14px;
	padding:14px 0;
	background:url(/img/button/go.png) center no-repeat;
	border-bottom:#9b9b9b 1px dotted;
}
.column .box-2 .go-blue div{
	background:url(/img/button/go-bl.png) center no-repeat;
}
.column .box-2 .bottom div{
	border-bottom:none;
}
.box-2 .header {
	background:url(/img/box/inner-h.png) top no-repeat;
	padding:25px 0 1px 15px;
}
.box-2 h3 {
	color:#00c3e6;
	font-size:1.3em;
	font-weight:bold;
}
.box-2 em {
	margin-bottom:none;
	padding:11px 35px 0 10px;
	display:block;
	font-style:italic;
	font-size:0.8em;
	font-weight:bold;
}
.box-2 a {
	text-decoration: none;
	color:#5d5c5c;
	font-weight:bold;
}
.box-2 em {
}
/* border box */

div.border {
	color:#000;
	margin:0;
	padding:0;
	border:none;
	border-right:none;
	border-right: 0px;
}
.column .border .inner {
	background:url(/img/box/border.png) top no-repeat;
	padding:16px;
}
.column .border .bottom {
	background:url(/img/box/border-b.png) bottom no-repeat;
}
.border .inner {
	background:url(/img/box/borderfull.png) top no-repeat;
	padding:16px;
}
.border .bottom {
	background:url(/img/box/borderfull-b.png) bottom no-repeat;
}
.border h3 {
	color:#00c3e6;
}
/* inner shadow box */

.ishadow {
	color:#fff;
}
.ishadow .inner {
	background:url(/img/box/brown.png) top no-repeat;
}
.ishadow h3 {
	color:#00c3e6;
}
.ishadow .bottom {
	background:url(/img/box/brown-b.png) bottom no-repeat;
}
/* box download */ 


.download {
}
/*  box tabs */

.tabbox {
	position:relative;
	padding:0;
}
.tabbox .top {
	height:51px;
	background:url(/img/tabbox/top.png) top right no-repeat;
}
.tabbox .top h3 {
	padding:12px 20px;
	color:#44bfe0;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	width:130px;
}
.tabbox .bottom {
	height:15px;
	background:url(/img/tabbox/bottom.png) bottom no-repeat;
}
.tabbox .body {
	background:url(/img/tabbox/bg.png) repeat-y;
	padding:10px 20px;
}
/* link */

a.link {
	float:left;
	height:25px;
	background:url(/img/link/right.png) right no-repeat;
	display:block;
	padding-right:18px;
	text-decoration:none;
	color:#00C3E6;
}
a.link span {
	display:block;
	background:url(/img/link/left.png) left no-repeat;
	padding:3px 12px 2px 12px;
	height:20px;
}
/* docuement */

.filetype {
	display:block;
	padding:2px 2px 2px 30px;
}
.filetype em {
	height:12px;
}
.doc {
	background:url(/img/filetype/doc.png) no-repeat;
}
.pdf {
	background:url(/img/filetype/pdf.png) no-repeat;
}
.xls {
	background:url(/img/filetype/xls.png) no-repeat;
}

.exe {
	background:url(/img/filetype/exe.png) no-repeat;
}
/* newslist */


.newslist .element {
	font-size:1.1em;
	background:url(/img/newslist/line.png) top repeat-x;
	padding:10px 0 10px 0;
	margin-bottom:0;
}

.newslist .element h3{
	font-size:13px;
	margin-bottom:0;
}
.newslist .element em{
	font-size:13px;
	margin-bottom:0;
}
.newslist .element .date {
	float:right;
	font-size:10px;
}
.newslist .element a {
	display:block;
	text-decoration:none;
	color:#5d5c5c;
	padding-left:20px;
	background:url(/img/newslist/arrow.png) left top no-repeat;
}
.newslist .element a:hover {
	color:#39BCE0;
	text-decoration:none;
	background:url(/img/newslist/arrow_s.png) left top no-repeat;
}
/* foot */

.foot {
	background:#e4e4e4 url(/img/footer/bg.png) repeat-x;
	height:145px;
}
.foot .inner {
	margin:0 auto;
	width:988px;
}
.foot .address {
	float:right;
	background: url(/img/footer/address.png) right no-repeat;
	height:123px;
	width: 440px;
}
.foot .logo {
	background: url(/img/footer/logo.png) left no-repeat;
	height:123px;
	width: 200px;
}
.foot .credits {
	color:#fff;
	font-size:10px;
	padding:3px 0;
}
.foot .powered {
	float:right;
}
.clear {
	clear:both;
}
/* form */
.form .col1, .form .col2 {
	float:left;
	width:265px;
}
.form .col1 {
	margin-right:40px;
}
.form h3 {
	border-bottom:1px dotted #ccc;
	padding-bottom:8px;
	margin-bottom:16px;
}
form label {
	display:block;
	float:left;
	width:200px;
	margin:0 0;
}
form select {
	line-height:18px;
	padding:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
form input.text {
	width:230px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
form textarea {
	width:540px;
	height:120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.langmenu {
	float:right;
	text-transform:uppercase;

	
}
/* admin menu */

.IFMenu {
	line-height:12px !important;
}
