/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.8%;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000000;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif
}
h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #23116e;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #303030;
}
h3{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #303030;
}
h4{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #303030;
}

p, div {
	font-size: 13px;
	line-height: 15px;
	font-weight: normale;
	color: #303030;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
.container{
	width: 840px; 
	border-top: 60px solid #EAEAEA;
	border-bottom: 60px solid #EAEAEA;
	border-left: 88px solid #EAEAEA;
	border-right: 88px solid #EAEAEA;
	margin: auto;
}
.navigation{
	width: 95%;
	height: 130px;
	margin: auto;
}

.languages {
	border-bottom: 1px solid #000000;
	width: 95%;
	height: 50px;
	margin: auto;
}
.languages table{ 
	width: 100%;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.navigation table{
	width: 100%;
	height: 130px;
	text-align: center;
	text-transform: uppercase;
}

.languages a {
	color: #23116e;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.navigation a{
	color: #23116e;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.header{
	width: 95%;
	margin: auto;
}
.content{
	padding-top: 20px;
	width: 90%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 10px auto;
}

.content > img, .content > a > img {
	float: right;
	margin: 10px;
}
.footer{
	text-align: center
	
}
.footer span{
	font-size: 10px;
	color: #000000;
}
.footer a{
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.background{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1; 
}
.background img{
	width: 100%;
}
/* ---------------- Other --------------- */
.clear{
	clear: both;
}
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}

.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.inputStyle{}
.noDecoration{text-decoration: none}
