@import url("/3rdparty/css/reset-min.css");
@import url("thickbox.css");

html {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				90%;
	line-height:			24px;
	color:					#4a5463;
	background-image: 		url(/img/bg.png);
	background-position: 	top left;
	background-repeat: 		repeat-x;
	background-color:		#89b4f0;
}

.changecurrency {
	font-size:				85%;
	color:					#999;
}

.changecurrency a {
	color:					#999;
	text-decoration:		none;
}


strong {
	font-weight: 			bold;
}

em {
	font-style:				italic;
}

a {
	color: 					#4a5463;
}

ul li {
	list-style-type: square;
	list-style-position:	inside;
}

h2, h3 {
	font-family: 			Arial, Helvetica, sans-serif;
	color: 					#cc2127;
	font-size:				140%;
	font-weight:			bold;
}

h3 {
	font-size: 				120%;
	margin-bottom: 			4px;
}
	
/* GENERAL */

#readmore {
	font-size: 				120%;
	margin-bottom: 			4px;
	color:					#FFFFFF;
	width:					300px;
	height:					40px;
	background-image:		url(/img/bg_readmore.png);
	background-repeat:		no-repeat;
	font-weight:			bold;
	line-height:			30px;
	text-align:				center;
	padding-top:			3px;
}

#readmore a {
	color:					#FFFFFF;
	text-decoration:		none;
	width: 100%;
	height: 100%;
	display: block;
}


#content {
	margin-top:				100px;
	padding-left: 			20px;
	padding-right: 			40px;
	}

#logo {
	margin-top: 0px;
	margin-left: 0px;
}

#language {
	float: right;
	margin-right: 37px;
	margin-top: 135px;
}

#language a {
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
color: #213f92;
}

#menu {
	height: 				36px;
	margin-top:				0px;
	color:					#FFFFFF;
	padding-left:			20px;
	text-align: 			center;
	font-family:			Georgia, "Times New Roman", Times, serif;
}


.menu_bg {
		background-image: 		url(/img/bg_menu.png);
	background-repeat: 		repeat-x;
}

#boxes {
	width: 290px;
	float: right;
	margin-top: 100px;
	padding-right: 20px;
	padding-left: 40px;
	margin-bottom: 10px;
	
}

.box {
	border: 1px solid #a6afd2;
	background-color: #d8def5;
	margin-bottom: 20px;
	font-size: 80%;
	font-family:			Georgia, "Times New Roman", Times, serif;
}

.box div {
	padding: 10px;
}

.box div img {
	border: 2px solid #FFFFFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration:
}

.cinput, .cinputarea {
    background-color: #f9f7f2;
    border: 1px solid;
    border-color: #d2d2d2;
    vertical-align : top;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				100%;
	line-height:			24px;
	height: 18px;
    margin : 0px;
	padding: 2px;
}

.cinputarea {
	height: 115px;
    border: 1px solid;
    border-color: #d2d2d2;
}




#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

/* CONTAINER */

#container {
	width: 					80%;
	margin:					0px auto;
	margin-top:				20px;
	background-image: 		url(/img/bg_top.jpg);
	background-position:	top right;
	background-repeat:		no-repeat;
	background-color:		#FFFFFF;
	padding:				10px;
	padding-left: 			0px;
	border-left: 			10px solid #FFFFFF;
	margin-bottom: 			20px;
}

#listing_pictures {
	float: 					right;
	width: 					210px;
	margin-left: 			20px;
	margin-bottom: 			10px;
	margin-right: 			20px;
}

#footer {
	font-size: 70%;
	padding: 20px;
	color:#808791;
	padding-bottom: 35px;
}

#footer a {
	color: #808791;
}


#footer_right {
	float: right;
}
#footer_left {
	float: left;
}

#main_content {
	text-align: justify;
}

.rightfloat {
	margin-left: 20px;
	margin-bottom: 20px;
}

#news_images {
	text-align: center;	
}
#news_images img {
	width: 220px;
	height: 146px;
}