@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color:#fff;
	color: #000000;
	font-style: normal;
}

/* style */

hr{
	height:5px;
	width:45px;
	background-color:#bd1320;
	margin-left:33px;
}

h1{
	color:#fff;
	font-weight: 100;
	font-size: 1em;
	padding-top: 8px;
	padding-left: 19px;
}


h2{
	padding: 17px 0px 0px 33px;
	font-size: 0.9em;
	font-weight:bold;
}

p{
	font-size:0.9em;
	padding: 17px 33px 0px 33px;
}

ul{
	padding: 10px 33px 0px 33px;
}

ul li{
	list-style:none;
}

ul li a{
	font-size:0.9em;
}

.hide{
	position:absolute;
	top: -999px;
	left: -999px;
}


/* Layout */

#container{
	width:1012px;
	margin: 0px auto;
	text-align: center;
	margin-bottom:100px;
	position:relative;
	z-index:888;
}

#header{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	height:69px;
	width:1012px;
	position:relative;
}

#linkhome{
	float:left;
}

#linkhome a{
	display:block;
	width:400px;
	height:69px;
}


#navlang{
	float:right;
	margin-right:30px;
	margin-top: 20px;
}

#navlang ul{
	margin:0px;
}

#navlang ul li{
	list-style:none;
	float:left;
	padding-left:5px;
}
#navlang ul li a{
	color:#000;
	font-weight:100;
	text-decoration:none;
}

#navlang ul li a:hover{
	color:#fff;
	font-weight:100;
	text-decoration:underline;
}


#container2{
	width:960px;
	margin: 17px 0px 0px 26px;
	text-align:left;
	
}

#container2 a{
	color:#bd1320;
	text-decoration:none;
	font-weight:bold;
}

#container2 a:hover{
	background-color:#bd1320;
	color:#FFFFFF;
}

#leftcontent{
	width: 572px;
	float:left;
}

#rightcontent{
	width: 371px;
	float:right;
}

#footer{
	height:40px;
	width: auto;
}

.box{
	margin-bottom: 20px;
	background-color: #fff;
}

.feature{
	margin-bottom: 20px;
}



/* Boxes */

.labelmaxxiright, .labelmaxxileft, .labelmaxwidth, .labelmidwidth, .labelminwidth, .labelnews{
	height: 28px;
	background-color: #000000;
	margin-left: 14px;
}

.labelmaxxiright{
	width:346px;
}

.labelmaxxileft{
	width:547px;
}

.labelmaxwidth{
	width:297px;
}

.labelmidwidth{
	width:266px;
}

.labelminwidth{
	width:100px;
}

.labelnews{
	width:95px;
	background-color:#bd1320;
}

.box img{
	padding: 25px 0px 10px 33px;
	border:none;
}


/* Left Boxes Elements */

.boxcontent{
	width: 572px;
	background-image:url(../images/leftbox.jpg);
	background-repeat:no-repeat;
}

.boxcontentmin{
	width: 572px;
	background-image:url(../images/leftboxmin.jpg);
	background-repeat:no-repeat;
}
	
	
/* Right Boxes Elements */

.boxcontent2{
	width: 371px;
	background-image:url(../images/rightbox.jpg);
	background-repeat:no-repeat;
}

.boxcontentmin2{
	width: 371px;
	background-image:url(../images/rightboxmin.jpg);
	background-repeat:no-repeat;
}

.boxcontent3{
	width: 371px;
	background-image:url(../images/rightboxnolabel.jpg);
	background-repeat:no-repeat;
}
	
	
.news img{
	padding: 25px 10px 0px 33px;
	float:left;
}

.news p{
	padding-top:25px;
}

	
