/* CSS Document for all */

/*Importeaza tagurile din CSS-urile externe*/

@import url( 'reset.css' );
@import url( 'menu.css' );
@import url( 'contact.css' );
@import url( 'map.css' );
@import url( 'calendar.css' );

/*End Import*/

/*Body*/

body {
background: url(../images/bg.png);
font: 14px Arial, Helvetica, sans-serif;
color: #010101;
}

div{
margin:0;
padding:0;
}

/*End Body*/

/*Start*/

/*Schelet*/

#box {
	background: url() #000;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 960px;
	border-left: 5px solid #212121;
	border-right: 5px solid #212121;
	overflow:auto;
}

#head_logo{
	position:relative;
	float:left;
	display: block;
}

#head_baner{
display:block;
width:500px;
height:150px;
}

#head_menu{
	position:relative;
	float:left;	
	width:560px;
	display: block;
}

#head_menu p{
	width:540px;
	height:189px;
	padding-left:20px;
	padding-top:40px;
	display: block;
}

#body{
	float:left;
	display: block;
	width: 960px;
}

#copy{
	float:left;
	position:relative;
	display: block;
}

/*End Schelet*/

/*Start  Elemente*/

#barsus{
	background: url(../images/barsus.jpg);
	display: block;
	width: 928px;
	height:87px;
	margin-left:25px;
}

#body div#content{
	background: url() #fff;
	display: block;
	width: 883px;
	margin-left:25px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:70px;
	overflow:auto;
}

.center{
	text-align:center;
}

#eroare{
	background: url() #4ea9d8;
	margin:0 auto;
	border:2px solid #090909;
	width:300px;
	padding:10px;
	font:bold 15px tahoma;
}

#maper{
	background: url() #4ea9d8;
	margin:730px auto 0;
	border:2px solid #090909;
	width:300px;
	padding:10px;
	font:bold 15px tahoma;
}

#maper a{
text-decoration:none;
color:#fafafa;
}

#maper a:hover{
text-decoration:underline;
}

/*Start Balena*/

.x{background: url(../images/x.png) no-repeat;}
.y{background: url(../images/y.png) no-repeat;}
.z{background: url(../images/z.png) no-repeat;}

.cell{
	height:60px;
	padding-top:60px;
	padding-left:140px;
}

.cell a{
	font:20px tahoma;
	color:#292929;
	text-decoration:none;
}

.cell a:hover{
	color:#020202;
}

#body  em{
	font:12px tahoma;
	color:#272727;
}

.body_ul{
list-style-type: disc;
margin-left:100px;
margin-top:10px;
}

/*End Balena*/

#barjos{
	background: url(../images/barjos.jpg);
	display: block;
	width: 903px;
	height:106px;
	margin-left:25px;
}

#barjos li{
float:left;
padding-left:10px;
padding-top:88px;
font:11px tahoma;
}

#barjos li.spec{
margin-right:0;
}

#barjos a{
	font:11px tahoma;
	color:#282828;
	text-decoration:none;
}

#barjos a.copy{
	color:#030303;
}

#barjos a.copy:hover{
	text-decoration:none;
}

#barjos a:hover{
	text-decoration:underline;
}

#cop{
	background: url(../images/foo.jpg);
	display: block;
	width: 883px;
	height:136px;
	margin-left:25px;
	padding-left:20px;
	padding-top:10px;
}

#cop li{
float:left;
margin-right:5px;
margin-top:3px;
}

#cop img{
display:block;
height:60px;
}

/*End Elemente*/

/*Sfarsit*/