/* simple & sexy */

body 
{
	font-family: verdana;
	font-size: 12px;
	background: url(imagini/body.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	color:#383838;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	font-family: verdana;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
}

h3
{
	color:white;
	margin:0px;
	padding: 0px;
	font-size: 12px;
}

a
{
	color:black;
	text-decoration: none;
}

a:hover
{
	color:black;
	text-decoration: underline;
}

#input_cauta
{
	border: 2px solid #383838;
}

#tot
{
	width: 100%;
	min-width: 1000px;
}

#header
{
	width:100%;
	height: 120px;
}

#logo
{
	width:293px;
	height: 120px;
	margin: 0 0 0 60px;
	float:left;
	
}

#cauta
{
	float: right;
	margin:70px 100px 0 0;
}

#buton_cauta
{
	background: none;
	border: none;
	color:#383838;
	font-weight: bold;
}

#breadcrumb
{
	float:left;
	margin: 103px 0 0 10px;
	color:white;
	font-weight: bold;
}

#meniu
{
	width: 20%;
	min-width: 200px;
	float:left;
}

#meniu a
{
	color:#da2128;
	text-decoration: none;
	font-weight: bold;
}

#meniu a:hover
{
	color:#da2128;
	text-decoration: underline;
	font-weight: bold;
}


#meniu li.main
{
	padding: 5px;
	list-style-image: url(imagini/arrow_black_white.jpg);
}

#meniu li.sub
{
	list-style-type: none;
	margin: 5px 0 0 5px; 
}

#meniu li.sub a
{
	font-weight: normal;
}

#content
{
	width:60%;
	min-width: 600px;
	min-height: 500px;
	float:left;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	padding: 0 5px 0 5px;
	margin: 10px 0 10px 0;
}

#meniu_dreapta
{
	width: 19%;
	min-width: 199px;
	float:right;
	margin: 0 0 10px 0;
}

#footer
{
	width:100%;
	border-top: 15px solid #383838;
	float:left;
	font-size: 10px;
}

#footer_menu
{
	float: left;
}

#footer_menu li
{
	list-style-type: none;
	font-weight: bold;
}

#footer_menu a
{
	color:#da2128;
	text-decoration: none;
	font-weight: normal;
}

#footer_menu a:hover
{
	color:white;
	background-color:#da2128;
	text-decoration: underline;
	font-weight: normal;
}

#disclamer
{
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin:2px;
}

#disclamer a
{
	color: black;
	text-decoration: none;
}

#st
{
	width: 50%;
	float: left;
}

#dr
{
	width: 50%;
	float: left;
}


.bannere
{
	margin:10px 0 50px 50px;
}

.req
{
	color:red;
	font-size: 8px;
}

.info
{
	width: 100%;
	border: 1px dotted black;
	clear: both;
	padding: 5px;
	text-align: center;
	background-color: #ffabae;
	color:white;
	font-size: 10px;
}

.stanga
{
	padding: 0px;
	margin: 5px 5px 5px 0; 
	float: left;	
}

.dreapta
{
	padding: 0px;
	margin: 5px 0 5px 5px; 
	float: right;	
}

.clear
{
	clear: both;
}