/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	/*background: #FFFFFF;*/
	background: #000000 url(/img/fundal_mare.gif) repeat-x;
	color: #444;
	font: normal 62.5% Calibri;
	padding-top: 64px;
}

.bordered {background: #e1e0e0; padding: 2px; border: 1px solid #DDD;}

.bordered:hover {background: #FFFF00; padding: 2px; border: 1px solid #DDD;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


/* div pentru toate celelalte divuri - header, meniu, main si footer*/
.structura {
	position:     absolute;
	top:          0px;
    left:         50%;/*some magic to align the element in the center;*/
    width:        1000px;
    margin-left:  -500px;/* half of the width */
	margin-top:50px;
}

/* HEADER */
.header {
	/*background: #222 url('img/header.gif') no-repeat;*/
	width: 990px;
	background: url('/img/fundal_header.gif') repeat-x; 
	padding: 5px; 
	border: 1px solid #666666;
	font-size: 1.2em;
	margin-bottom:10px;
}

/* MENIU */
.meniu { /* afiseaza partea gri */	
	width: 990px;
	padding: 5px; 
	border: 1px solid #666666;
	background: #e1e0e0 url(/img/fundal_meniu.gif);;
	/*background: #D9E1E5 url(/img/menu.jpg);*/
	height: 20px;
}

.meniu2{ /* div in interiorului divului pentru meniu - afiseaza meniul albastru */
	width: 990px;
	border: 0px solid #666666;
	background: #D9E1E5 url(/img/menu.jpg);
	height: 20px;
	text-align:justify;
}

.meniu a {
	/*background: #D9E1E5 url(/img/menu.jpg);*/
	border: 0px solid #000000;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 14px Calibri;
	line-height: 20px;
	padding: 0px 30px 0px 30px; /* de aici modificam distantele intre rubricile meniului */
	text-decoration: none;
}
.meniu a:hover {background-position: left bottom;color:#000000;background: #feee00;border-top: 1px solid #000000;border-bottom: 1px solid #000000;line-height: 18px; }


/* main */
.main {
	margin-top:10px;
	margin-bottom:10px;
	background:#e1e0e0;
	width: 1000px;
	border: 1px solid #666666;
}

.fundal {
	min-height:1000px;
	background:url(/img/background.jpg) #000000 no-repeat top;
	width: 990px;
	margin:5px;
	font-family: Calibri ;
	font-size: 1.2em;
	color:#FFFFFF;
}

.main p {
	padding:12px;
	font-family: Calibri ;
	font-size: 1.2em;
	color:#FFFFFF;
	text-align:justify;
}

.main a {
	color:#CCCCCC;
	text-decoration: underline;
	font: bold;
}

.main a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font:bold;
}

/* CASUTA ALBASTRA */
.casuta {	
	background: #D9E1E5 url(/img/menu.jpg);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	text-align:center;
	vertical-align:middle;
	font: bold 1.4em Calibri;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	height: 20px;
}
/* CHENAR ALBASTRU */
.chenar {	
	background: url(/img/fundal_chenar.png) repeat-x;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	text-align:center;
	vertical-align:middle;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	height: 130px;
}

/* CHENAR ALBASTRU MIC */
.chenarmic {	
	background: url(/img/fundal_chenar.png) repeat-x;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	text-align:left;
	vertical-align:middle;
	padding: 3px 10px 4px 10px;
	text-decoration: none;
	height: 40px;
	width:260px;
}

/* CHENAR ALBASTRU pt antrenor */
.chenarantrenor {	
	background: url(/img/fundal_chenar.png) repeat-x;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	text-align:center;
	vertical-align:middle;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	/*width:260px;*/
}



/* reclama */
.reclama {
	margin-bottom:10px;
	background: url(/img/reclama.jpg) repeat-x;
	width: 980px;
	min-height:50px;
	padding: 10px;
	border: 1px solid #666666;
	text-align:center;
	vertical-align:middle;
}

/* FOOTER */
.footer {
	margin-bottom:10px;
	/*background: #FFFFFF;*/
	color: #FFFFFF;
	width: 990px;
	min-height:30px;
	padding: 5px;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}
.footer a {
	color: #003399;
	text-decoration: none;
}
.footer a:hover {color: #FFFF66;}

.left {float: left; vertical-align:middle;}
.right {float: right; vertical-align:middle;}

}


