/*artxata css file 08.05.2010*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

html, body {
	height: 100%;
}

body {font-family: Arial, Helvetica, sans-serif;}

body {
	margin: 0 auto;
	text-align: center;
	background: url('img/head.png') no-repeat top #a6caee;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 30px auto -351px; 
}
.message {
	padding: 10px 10px 10px 10px;
	margin: 20px auto;
	width: 540px;
	background: #CFE0F0;
	color: black;
	font-size: normal;
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

	
}
.message p {
	text-align:left;
	color:#393939;
	font-family:Lucida Grande,Verdana,Geneva,Sans-serif;
	font-size:14px;
	margin:6px 0;
}
div#tbox {
	margin-top: 10px;
}

.footer, .push {
	height: 351px;
}
div.footer {
	
	overflow: hidden;
	background: url('img/footer.png') no-repeat center;
	
}
.footer p {
padding: 320px 0 10px 0;
}

#hlptranslate {
	margin:             0.5em 0 0.5em 0;
   border:             0.1em solid #FFD700;
   background-image:   url('img/notice.png');
   background-repeat:  no-repeat;
   background-position: 10px 50%;
   background-color:#FFFFDD;
   padding:            10px 10px 10px 36px;
	text-align: left;
}
ul#langbar {
	float: right;
	list-style:none outside none;
	margin: -30px 0 0 0;
	padding:0 30px 0 0;
}
#langbar li {
	float:left;
	padding:0 0 5px;
	margin:0 2px;
}
#langbar a {
	color:black;
	text-decoration:none;
	font-size: small;
}

