*
{
	margin: 0px;
	padding: 0px;
}

body {
	background: #fbd49b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

input, textarea {
	background: #FFF;
	border: 1px solid ##CCC;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #510606;
}

h1, h2, h3, p, ol, ul {
	color: #000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #510606;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 15px;
	color: #510606;
}

h5 {
	font-size: 13px;
	color: #510606;
	font-weight: normal;
}

h6 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	line-height: 1.5;
	text-align: justify;
}

p {
	text-indent:50px;
}

a {

}

a:link {
	text-decoration: none;
	color: #510606;
}
a:visited {
	text-decoration: none;
	color: #510606;
}
a:hover {
	text-decoration: none;
	color: #b01000;
}

a:active {
	text-decoration: none;
}


hr {
	display: none;
}

.rounded {
	-moz-border-radius: 10px;
	}

.rounded2 {
	-moz-border-radius: 5px;
	}


#main
{
width: 976px;
margin: 0 auto;
background: #fbd49b;
}


/* Header */

#header {
	height: 300px;
	width: 976px;
	margin-bottom: 10px;
	background: url(images/header.png) no-repeat;
	-moz-border-radius: 15px;
	margin-top: 10px;
}

#header1 {
	height: 300px;
	width: 976px;
	margin-bottom: 10px;
	background: url(images/header1.png) no-repeat;
	-moz-border-radius: 15px;
	margin-top: 10px;
}

/* Header-kyokushin */

#header-kyokushin {
	height: 300px;
	width: 976px;
	margin-bottom: 10px;
	background: url(images/header-kyokushin.png) no-repeat;
	-moz-border-radius: 15px;
	margin-top: 10px;
}

/* Header-tai-chi */

#header-tai-chi {
	height: 300px;
	width: 976px;
	margin-bottom: 10px;
	background: url(images/header-tai-chi.png) no-repeat;
	-moz-border-radius: 15px;
	margin-top: 10px;
}

/* Header-tae-bo */

#header-tae-bo {
	height: 300px;
	width: 976px;
	margin-bottom: 10px;
	background: url(images/header-tae-bo.png) no-repeat;
	-moz-border-radius: 15px;
	margin-top: 10px;
}

/* Header-stretching */

#header-stretching {
	height: 300px;
	width: 976px;
	margin-bottom: 10px;
	background: url(images/header-stretching.png) no-repeat;
	-moz-border-radius: 15px;
	margin-top: 10px;
}

/* Header-pilates */

#header-pilates {
	height: 300px;
	width: 976px;
	margin-bottom: 10px;
	background: url(images/header-pilates.png) no-repeat;
	-moz-border-radius: 15px;
	margin-top: 10px;
}

/* Header-step-aerobic */

#header-step-aerobic {
	height: 300px;
	width: 976px;
	margin-bottom: 10px;
	background: url(images/header-step-aerobic.png) no-repeat;
	-moz-border-radius: 15px;
	margin-top: 10px;
}

#menu {
	height: 40px;
	width: 976px;
	background: url(images/nav-bg.jpg) repeat-x;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu a {
	float: left;
	width: 136px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

#menu a:hover {
	color: #510606;
}


#menu-wrap {

	height: 40px;
	width: 976px;
	background: url(images/nav-bg2.jpg) repeat-x;
	-moz-border-radius: 10px;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#menu-wrap ul {
	float: left;
	padding-top: 5px;
	margin-left: 20px;
	list-style: none;
	}

#menu-wrap a {
	width: 90px;
	text-decoration: none;
	padding-top: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

#menu-wrap a:hover {
	color: #510606;
}

#menu-wrap ul li { display: inline; margin-right: 20px; font-size: 12px; font-weight: bold; }

#menu-wrap ul li a {
	padding: 6px;
	line-height: 30px;
	text-decoration: none;
}


/* Clear */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Page */

#page {
	width: 928px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 4px solid #fff;
	padding: 14px 20px 4px 20px;
	margin-bottom: 10px;
}

/* Page2 */

#page2 {
	width: 928px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 4px solid #fff;
	padding: 14px 20px 4px 20px;
	margin-bottom: 4px;
}


/* Content1 */

#content1 {
	width: 976px;
}

#content1 p
{
padding-left: 10px;
padding-right: 10px;
}

#content1 .line1
{
	background: #FFF;
	padding: 4px;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
}

#content1 .post ul, #content1 .post ol
{
margin-left: 30px;
}

#content1 .top
{
width: 497px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#content1 .middle_back
{
width: 477px;
background: #FFF
}

#content1 .title
{
width: 462px;
height: 20px;
padding-top: 10px;
padding-left: 20px;
border-bottom: 1px solid #b01000;
margin-bottom: 8px;
}

#content1 .date 
{
	height: 41px;
	margin-top: 5px;
	padding-top: 3px;
	font-size: 10px;
    background: #FFF;		
}

#content1 .date ul
{
	list-style: none;	
}

#content1 .date li
{
	display: inline; 
}

#content1 .small_icon1
{
background: url(images/icon1.gif) no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
padding-right: 5px;
}

#content1 .small_icon2
{
background: url(images/icon2.gif) no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
padding-right: 5px;
}

#content1 .small_icon3
{
background: url(images/icon3.gif) no-repeat;
height: 24px;

float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}


/* Content2 */

#content2 {
	width: 224px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #FFF;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
}

#content2 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content2 a
{
	text-decoration:none;
	color: #FFF;
}


#content2 a:hover
{
	color: #FFF
}

#content2 h1 a {
	color: #510606;
}

#content2 h1 a:hover {
	color: #b01000;
}


/* Content3imagini */

#content3imagini {
	width: 275px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
	border: 2px solid #FFF;
	padding: 4px;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 10px;
}

#content3imagini a {
	color: #fff;
}

#content3imagini a:hover {
	color: #fff;
}


#content3imagini h4 a {
	color: #510606;
}

#content3imagini h4 a:hover {
	color: #b01000;
}

#content3imagini h6 a {
	color: #510606;
}

#content3imagini h6 a:hover {
	color: #b01000;
}


/* Content2-2 */

#content2-2 {
	width: 224px;
	float: left;
	margin-right: 10px;
	background-color: #f9e8d2;
	-moz-border-radius: 10px;
	border: 2px solid #f9e8d2;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
}

#content2-2 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}


#content2-2 a
{
	text-decoration:none;
	color: #f9e8d2;
}


#content2-2 a:hover
{
color: #f9e8d2;
text-decoration:none
}

#content2-2 h1 a {
	color: #510606;
}

#content2-2 h1 a:hover {
	color: #b01000;
}


/* Content3 */

#content3 {
	width: 224px;
	float: left;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 10px;
}

#content3 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content3 a
{
color: #FFF;
}


#content3 a:hover
{
	color: #FFF
}

#content3 h1 a {
	color: #510606;
}

#content3 h1 a:hover {
	color: #b01000;
}


/* Content3-3 */

#content3-3 {
	width: 224px;
	float: left;
	background-color: #f9e8d2;
	-moz-border-radius: 10px;
	border: 2px solid #f9e8d2;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 10px;
}


#content3-3 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content3-3 a
{
color: #f9e8d2;
text-decoration:none
}


#content3-3 a:hover
{
	color: #f9e8d2
}

#content3-3 h1 a {
	color: #510606;
}

#content3-3 h1 a:hover {
	color: #b01000;
}



/* Content4 */

#content4 {
	width: 224px;
	float: left;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 10px;
}

#content4 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content4 a
{
color: #FFF;
}


#content4 a:hover
{
	color: #FFF
}

#content4 h1 a {
	color: #510606;
}

#content4 h1 a:hover {
	color: #b01000;
}


/* Content4-4 */

#content4-4 {
	width: 142px;
	float: left;
	background-color: #f9e8d2;
	-moz-border-radius: 10px;
	border: 2px solid #f9e8d2;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}


#content4-4 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content4-4 a
{
color: #f9e8d2;
text-decoration:none
}


#content4-4 a:hover
{
	color: #f9e8d2
}

#content4-4 h1 a {
	color: #510606;
}

#content4-4 h1 a:hover {
	color: #b01000;
}


/* Content5 */

#content5 {
	width: 224px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #FFF;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
}

#content5 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content5 a
{
color: #FFF;
text-decoration:none
}


#content5 a:hover
{
	color: #FFF
}

#content5 h1 a {
	color: #510606;
}

#content5 h1 a:hover {
	color: #b01000;
}


/* Content5-5 */

#content5-5 {
	width: 224px;
	float: left;
	margin-right: 10px;
	background-color: #f9e8d2;
	-moz-border-radius: 10px;
	border: 2px solid #f9e8d2;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
}


#content5-5 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content5-5 a
{
color: #f9e8d2;
}


#content5-5 a:hover
{
	color: #f9e8d2
}

#content5-5 h1 a {
	color: #510606;
}

#content5-5 h1 a:hover {
	color: #b01000;
}

/* Content6 */

#content6 {
	width: 142px;
	float: left;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 10px;
}

#content6 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content6 a
{
color: #FFF;
}


#content6 a:hover
{
	color: #FFF
}

#content6 h1 a {
	color: #510606;
}

#content6 h1 a:hover {
	color: #b01000;
}


/* Content6-6 */

#content6-6 {
	width: 142px;
	float: left;
	background-color: #f9e8d2;
	-moz-border-radius: 10px;
	border: 2px solid #f9e8d2;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 10px;
}


#content6-6 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content6-6 a
{
color: #f9e8d2;
text-decoration:none
}


#content6-6 a:hover
{
	color: #f9e8d2
}

#content6-6 h1 a {
	color: #510606;
}

#content6-6 h1 a:hover {
	color: #b01000;
}


/* Content7 */

#content7 {
	width: 225px;
	float: left;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
}

#content7 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content7 a
{
color: #FFF;
}


#content7 a:hover
{
	color: #FFF
}

#content7 h1 a {
	color: #510606;
}

#content7 h1 a:hover {
	color: #b01000;
}


/* Content7-7 */

#content7-7 {
	width: 225px;
	float: left;
	background-color: #f9e8d2;
	-moz-border-radius: 10px;
	border: 2px solid #f9e8d2;
	padding: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
}


#content7-7 p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content7-7 a
{
color: #f9e8d2;
text-decoration:none
}


#content7-7 a:hover
{
	color: #f9e8d2
}

#content7-7 h1 a {
	color: #510606;
}

#content7-7 h1 a:hover {
	color: #b01000;
}


/* Imagini-copii */

#imagini-copii {
	width: 280px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #FFF;
	padding: 4px;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
}


#imagini-copii a {
	color: #fff;
}

#imagini-copii a:hover {
	color: #fff;
}


#imagini-copii h2 a {
	color: #510606;
}

#imagini-copii h2 a:hover {
	color: #b01000;
}

/* performante */

#performante {
	width: 610px;
	float: left;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #FFF;
	padding: 4px;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 27px;
}

/* steag */

#steag {
	width: 920px;
	float: right;
	background-color: #FFF;
	height: auto;
	text-align: left;
	margin-left: 10px;
	padding: 4px;
}

#steag a {
	color: #fff;
}

#steag a:hover {
	color: #fff;
}


#steag h4 a {
	color: #510606;
}

#steag h4 a:hover {
	color: #b01000;
}

#steag h6 a {
	color: #510606;
}

#steag h6 a:hover {
	color: #b01000;
}

/* index */

#index {
	width: 585px;
	float: left;
	background-color: #FFF;
	height: auto;
	text-align: left;
	margin-left: 10px;
	padding: 4px;
}

#index a {
	color: #fff;
}

#index a:hover {
	color: #fff;
}


#index h4 a {
	color: #510606;
}

#index h4 a:hover {
	color: #b01000;
}

#index h6 a {
	color: #510606;
}

#index h6 a:hover {
	color: #b01000;
}
/* Content-foto */

#content-foto {
	width: 210px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	padding: 6px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#content-foto p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content-foto a
{
	color: #fff;
}


#content-foto a:hover
{
	color: #fff
}


#content-foto h4 a {
	color: #510606;
}

#content-foto h4 a:hover {
	color: #b01000;
}



/* Content-foto2 */

#content-foto2 {
    width: 210px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	padding: 6px;
	height: 160px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#content-foto2 p
{
	padding-left: 10px;
	padding-right: 10px;
    color: #000;
	font-size: 12px;
}

#content-foto2 a
{
	text-decoration:none;
	color: #fff;
}


#content-foto2 a:hover
{
	color: #fff
}


/* Content-foto3 */

#content-foto3 {
	width: 210px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	padding: 6px;
	height: 143px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#content-foto3 p
{
	padding-left: 10px;
	padding-right: 10px;
    color: #000;
	font-size: 12px;
}

#content-foto3 a
{
	text-decoration:none;
	color: #fff;
}


#content-foto3 a:hover
{
	color: #fff
}


/* Content-tabel-st */

#content-tabel-st {
	width: 900px;
	float: left;
	margin-right: 30px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #FFF;
	padding: 4px;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
}

#content-tabel-st p
{
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 12px;
}

#content-tabel-st a
{
	text-decoration:none;
	color: #510606;
}


#content-tabel-st a:hover
{
	color: #b01000
}


/* Sidebarbox */
.sidebarbox {
	background: #F0F3F4;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:15px;
	width: 200px;
	float: left;
}
.sidebarbox h3 {
	font-weight: bold;
	color: #FFF;
	background: #333 url(images/nav-bg.jpg) repeat-x bottom;
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	
-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;	
	
}
.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	list-style-type:none;
	background: #FFF;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;

-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;	
		
}
.sidebarbox ul li {
	list-style: none;
	display: inline;
}
.sidebarbox ul li a {
	display: block;
	padding: 4px 4px 8px 10px;
	line-height: 30px;
	background: #fbd49b;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	border-bottom:3px solid #FFF;
	color: #510606;

	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;	
	
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	background: #bc2100;
	color: #FFF;

-moz-border-radius: 4px;	
-webkit-border-radius: 4px;	
	
}
/* foto */

#foto {
	float: left;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
	margin-right: 23px;
	}


#foto2 {
	float: left;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
	margin-bottom: 25px;
	margin-right: 23px;
}

#foto-performante {
	float: left;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
	margin-bottom: 5px;
	margin-top: 25px;
}

#foto-performante a {
	color: #FFF;
	}

/* Content */

#content {
	float: left;
	width: 497px;
	padding: 11px;
}

#content p
{
padding-left: 10px;
padding-right: 10px;
}

#content .line1
{
background: #FFF ;
padding: 4px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

#content .top
{
width: 497px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#content .middle_back
{
width: 477px;
background: #FFF
}

#content .title
{
width: 462px;
height: 20px;
padding-top: 10px;
padding-left: 20px;
border-bottom: 1px solid #b01000;
margin-bottom: 8px;
}

#content .date 
{
	height: 41px;
	margin-top: 5px;
	padding-top: 3px;
	font-size: 10px;
    background: #FFF;		
}

#content .date ul
{
	list-style: none;	
}

#content .date li
{
	display: inline; 
}

#content .small_icon1
{
background: url(images/icon1.gif) no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
padding-right: 5px;
}

#content .small_icon2
{
background: url(images/icon2.gif) no-repeat;
height: 24px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
padding-right: 5px;
}

#content .small_icon3
{
background: url(images/icon3.gif) no-repeat;
height: 24px;

float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}


.sidebarbox_form {
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
	position: relative;
	text-align: center;
	height: auto;
	float: left;
	background-color: #FDE6C4;
	width: 500px;
	margin-left: 110px;
}
.sidebarbox_form h3 {
	font-weight: bold;
	color: #510606;
	padding: 8px;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.sidebarbox_form p {
	padding:8px;
	text-align: justify;
}
.sidebarbox_form ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	list-style-type:none;
	background: #FFF;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.sidebarbox_form ul li {
	list-style: none;
	display: inline;
}
.sidebarbox_form ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	line-height: 18px;
	background: #F0F3F4;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	color: #194F7B;
}
.sidebarbox_form ul li a:hover {
	text-decoration: none;
	background: #194F7B;
	color: #FFF;
}


/* Linie */

#linie {
	width: 960px;
	background-color: #FBD49B;
	height: 1px;
}

.post {
	color: #000000;
	-moz-border-radius: 10px;

}

.post a {
	color: #b01000;
}

.post a:hover {
	color: #FE6B02;
}

.post H2
{
color: #b01000;
text-transform: uppercase;
font-size: 14px;
font-weight: bold
}


.post1 {
	color: #FFF;
    -moz-border-radius: 10px;
}

.post1 a {
	color: #FFF;
    -moz-border-radius: 10px;
}

.post1 a:hover {
	color: #FFF;
    -moz-border-radius: 10px;
}

.post1 H2
{
color: #FFF;
    -moz-border-radius: 10px;

}

.center_bottom
{
padding-bottom: 8px;
margin-bottom: 10px;
}

.center_bottom1
{
	margin-bottom: 10px;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 228px;
	margin-top: 10px;
	color: #000000;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 4px 0 4px 10px;
}

.sidebar a {
	text-decoration: none;
	color: #b01000;
	font-size: 11px;
}
.sidebar a:hover {
	color: #fbd49b;
	text-decoration: underline;
}

.sidebar h2 {
width: 203px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 14px;
text-transform: uppercase;
color: #FFF;
background: url(images/title.gif) no-repeat;
}

.bottom_small
{
height: 9px;
background: url(images/left_bottom.gif) no-repeat bottom;
width: 228px;
margin-bottom: 20px;
}


#leftbar .line1, #rightbar .line1
{
background: url(images/left_bg.gif);
padding: 4px;
}

#leftbar .small_back, #rightbar .small_back
{
background: url(images/small_back.gif) repeat-y;
}

/* Left Sidebar */

#leftbar {

}

/* Right Sidebar */

#rightbar {

}

#leftbar .back, #rightbar .back
{
background: url(images/title_back.gif) no-repeat;
padding: 10px;
}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #FFF
}


/* Footer */

#footer {
	clear: both;
	padding-top: 18px;
	height: 42px;
	background: url(images/footer.gif) repeat-x;
	-moz-border-radius: 15px;
	padding-bottom: 10px;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #CCCCCC;
}

#footer a {
	color: #FFF;
}

.text_rosu {
	color: #DF0000;
}

.text_buton {
	font-size: 18px;
}

.visiniu {
	color: #900;
}
.albastru {
	color: #309;
}
.verde {
	color: #005E1F;
}
