@charset "utf-8";
body {
	background-color: #F8F3DE;
	margin: 0px;
	background-image: url(../imagini/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #25616D;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.4em;
	color: #348899;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #962D3E;
	font-weight: bold;
	padding-bottom: 3px;
}
p {
	padding-left: 5px;
}

.clear {
	clear: both;
}
.evenimente {
	width: 100%;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #962D3E;
}

#player1 {
	float: left;
	width: 390px;
}


#container {
	width: 800px;
}
/*- meniu--------------------------- */

#meniu {
	float:left;
	width:100%;
	height: 35px;
	font-size:1em;
	line-height:normal;
      }
#meniu ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
      }
#meniu li {
      display:inline;
      margin:0;
      padding:0;
      }
#meniu a {
	float:left;
	margin:0;
	text-decoration:none;
	height: 35px;
	background-image: url(../imagini/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
      }

#meniu a:hover {
	background-image: url(../imagini/meniu_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -35px;
	color: #35899A;
      }
#meniu a.current {
	background-image: url(../imagini/meniu_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -35px;
	color: #35899A;
      }
#header {
	height: 100px;
	width: 100%;
	margin-top: 5px;
}
#logo {
	background-color: #CCCCCC;
	float: left;
	height: 100px;
}#banner {
	float: right;
	height: 100px;
	width: 700px;
}
#continut {
	width: 100%;
	text-align: left;
	line-height: 1.2em;
}
#continut  span {
	font-weight: bold;
}
#continut img {
	padding: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #962D3E;
	border-right-color: #962D3E;
	border-bottom-color: #962D3E;
	border-left-color: #962D3E;
}


#continut a {
	font-weight: bold;
	color: #962D3E;
	text-decoration: none;
}
#continut a:hover {
	text-decoration: underline;
}
.stanga {
	float: left;
	width: 300px;
}
.dreapa {
	float: right;
	width: 500px;
	text-align: center;
}



#footer {
	font-size: 0.8em;
	color: #962D3E;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #962D3E;
	padding-top: 5px;
	margin-top: 10px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #962D3E;
}
#footer a:hover {
	text-decoration: underline;
}

