@charset "utf-8";
/* CSS Document */
html{
	margin:0px;
	height:100%;
	padding:0px;
	color:#333;
	font-size:12px;
	font-family:"Trebuchet MS", sans-serif;
}

body{
	margin:0px;
	padding:0px;
}

a, a:visited{
	color: #333;
	text-decoration:none;
}

a:hover{
	color: #961B1E;
	text-decoration:none;
}

input.inputgri, select.inputgri, textarea.inputgri {
	background: #e7e8e9;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 3px;
	width:98%;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	color:#666666;
}

input.inputgri:focus, select.inputgri:focus , textarea.inputgri:focus {
	background: #ffffff;
}

input.submit{
	background: #e7e8e9;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #808080;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	color:#666666;
	padding: 3px;
	cursor:pointer;
}

/* ID */

#wrapper{
	text-align: center;
}

#contentWrapper{
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding: 0px;
}

#lang{
	width:900px;
	padding:20px;
}

#header{
	width:900px;
	height:140px;
}

#menu{
	width:900px;
	height:30px;
	background:url(../images/header-border.jpg) repeat-y #fff;
}

#main{
	width:900px;
	padding:0px 0px 0px 0px;
	background:url(../images/back-grad.jpg) no-repeat top center #dddfe0;
}

#footer{
	width:900px;
	height:80px;
	background:url(../images/footer.jpg) no-repeat top left;
} 
