@import "reset.css";

/*--------------------------General--------------------------*/
body {
	font-family: Verdana, Arial;
	line-height: 16px;
	font-size: 12px;
	background: #FFFFFF;
	color: #000;
}

#container {
	background: #ffffff;
	width: 800px;
	height: auto;
	margin: 2px auto;
}

#header
{
	background:url('/images/iarna2.jpg') top left no-repeat;
	margin-bottom:5px;
	float:left;
}

h1.logo
{
	width:200px;
	height:113px;
	background:url('/images/sinaia_logo_t.png') top left no-repeat;
	float:left;
}

h1.logo a
{
	display: block;
	width:200px;
	height:113px;
	outline: none;
	overflow: hidden;
	text-indent: -10000px;
}

/*--------------------------Menu-----------------------------*/
#menu {
	float:left;
	width: 600px;
	height: 23px;
	text-align: center;
	background:#444E4C;
	margin-top:90px;
}

#menu ul {
	list-style: none;
	margin:2px;
	border:1px solid #ACB6B4;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	text-decoration: none;
	color: #FCFCFC;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
	font-size:11px;
}
.link {
	font-weight: bold;
	text-decoration: none;
	color: #D1651A;
}

/*--------------------------Left-----------------------------*/
#left {
	width: 145px;
	height: 542px; /*480*/
	overflow-x: hidden;
	overflow-y: hidden;
	margin-right: 7px;
	float: left;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

/*--------------------------Right----------------------------*/
#right {
	width: 145px;
	height: 542px;
	margin-left: 5px;
	float: right;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	font-size:11px;
}

ul.planuri
{
	margin:0;
	margin-left:15px;
	padding:0;
}
ul.planuri li
{
	margin:0;
	padding:0;
}
ul.planuri li a
{
	color:#D1651A;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
/*--------------------------Content--------------------------*/
#content {
	width: 635px;
	min-height: 480px;
	float: left;
	font-size: 11px;
	/*padding-bottom: 20px;*/
}

#content p {
	text-align:justify;
	font-size: 11px;
}

#content h2 {
	color: #455254;
	font-size: 18px;
	font-weight:bold;
	margin:10px;
	margin-left:0;
	padding-bottom: 3px;
	border-bottom:1px solid #455254;
}

#content ul {
	float:left;
	list-style:none;
	margin:10px;
	margin-left:0;
}

#content ul li
{
	float:left;
	margin-right:20px;
}

#content ul li a
{
	font-weight: bold;
	text-decoration: none;
	color: #D1651A;
}

#content #map {
	width: 100%;
	height: 300px;
}

/*--------------------------Footer-----------------------------*/
#footer {
	width: 800px;
	height: auto;
	margin-top:5px;
	margin-bottom: 8px;
	text-align: center;
	font-size:10px;
	border-top:2px solid #444E4C;
}
#footer p
{
	margin:5px;
}
