@CHARSET "UTF-8";

@IMPORT url("navigation.css");
@IMPORT url("textstyles.css");
@IMPORT url("formular.css");

body, html, * {
	padding: 0;
	margin: 0;
}

body, html {
	width: 99%;
	background-color: #9D9D9C;
}

#head {
	position: relative;
	background-color: #DBD5BC;
	height: 58px;
	width: 100%;
}

#languages {
	position: absolute;
	top: 10px;
	left: 20px;
}

#languages a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #2D5094;
	margin: 0;
	padding: 0;
}

#languages li {
	list-style-type: none;
	list-style-position: inside;
	float: left;
	margin: 0 10px 0 0;
	padding: 0px;
}

#languages a {
	color: #2D5094;
}

#languages a:hover,
#languages a.active {
	color: #AE1472;
}

#page {
	background-color: #FFF;
	width: 740px;
	margin: 0 auto;
	position: relative;
	min-height: 500px;
}

#navigation {
	position: relative;
	height: 25px;
	overflow: visible;
	background-color: #F8F4E2;
	width: 100%;
	z-index: 20;
}

#head_img {
	position: relative;
	margin-top: 4px;
}

#stripes {
	position: relative;
	height: 35px;
	width: 100%;
}

#stripes div {
	float: left;
	background-color: #BABABA;
	width: 215px;
	height: 4px;
	margin: 10px 7px 0px 20px;
}

#content {
	position: relative;
	width: 457px;
	float: left;
	min-height: 300px;
	margin-left: 20px;
	margin-bottom: 70px;
}

#auth {
	position: relative;
	width: 215px;
	heigth: 100px;
}

#auth input {
	margin: 5px 10px 10px 10px;
	width: 193px;
	border-color: #B9B9B9;
	background-color: #F4F8FE;
	border-style: solid;
	border-width: 1px;
}

#auth input.button {
	color: #AE1472;
}

#news {
	position: relative;
	width: 215px;
	heigth: 100px;
	float: left;
}

.box {
	float: left;
	background-color: #F8F4E2;
	margin-left: 27px;
	margin-bottom: 25px;
}

.box h1 {
	display: block;
	width: 195px;
	color: #6683AA;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	background: #DBD5BC url("../images/title_corner_h1.png") top right no-repeat;
	margin: 10px auto;
	padding-top: 10px;
}

.box h2 {
	display: block;
	width: 195px;
	color: #6683AA;
	font-size: 16px;
	font-weight: normal;
	background: #DBD5BC url("../images/title_corner_h2.png") top right no-repeat;
	margin: 15px auto 7px auto;
}

.box span {
	margin-left: 5px;
}

.box p {
	width: 185px;
	font-size: 11px;
	font-weight: normal;
	margin: 10px auto;
}

#info {
	position: absolute;
	left: 20px;
	bottom: 16px;
	width: 457px;
	height: 46px;
	font-size: 11px;
	overflow: hidden;
	text-align: justify;
	padding-top: 10px;
}

#info .stripe1, #info .stripe2 {
	position: absolute;
	background-color: #BABABA;
	width: 215px;
	height: 2px;
	top: 0px;
}

#info .stripe1 {
	left: 0px;
}

#info .stripe2 {
	right: 0px;
}

#info span {
	text-align: left;
	white-space: nowrap;
}

#footer {
	clear: both;
	position: relative;
	background-color: #6683AA;
	width: 100%;
	height: 25px;
}

.error_message {
	color: red;
}
