/* global */

html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #940F04;
}

a:hover {
	color: #ff0000;
}

a:visited {
	color: #ff0000;
}

body {
	font-family: arial, sans-serif;
	font-size:12px;
	background:#E9E9E9;
}

#wrapper {
	margin:0 auto;
	width:969px;
	background:#fff;
}

#top_bar{
	width:969px;
	height:41px;
	background: #fff url(../images/banda_sus.jpg) repeat-x left bottom;
}

#left_column{
	width:200px;
	margin:1px 3px 0 0;
	float:left;
}

#car_menu{
	width:194px;
	background:#3C3C3C;
	color:#fff;
	padding:3px;
}

#car_menu a{
	width:189px;
	display:block;
	background:#3C3C3C;
	font-size:13px;
	color:#fff;
	height:20px;
	padding:4px 0 0 5px;
	text-decoration:none;
}

#car_menu a:hover{
	background:#000;
	
}

#car_menu a.sel{
	width:189px;
	display:block;
	background:#000;
	font-size:13px;
	color:#fff;
	height:20px;
	padding:4px 0 0 5px;
	text-decoration:none;
}

#right_column{
	width:766px;
	float:right;
}

#top{
	width:766px;
	background: #fff url(../images/top.jpg) no-repeat left bottom;
	height:126px;
}

#top h1{
	color:#fff;
	font-size:19px;
	padding:48px 0 0 129px;
}

#menu {
	width:766px;
	height:40px;
	background: #fff url(../images/banda_meniu.jpg) repeat-x left bottom;
}

#menu a{
	display:block;
	width:109px;
	height:31px;
	background: #fff url(../images/_buton.jpg) no-repeat left bottom;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:9px 0 0 0;
	float:left;
}

#menu a:hover, #menu a.sel{
	display:block;
	width:109px;
	height:31px;
	background: #fff url(../images/_buton_sel.jpg) no-repeat left bottom;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:9px 0 0 0;
	float:left;
}

#content{
	margin:4px 0 0 0;
	width:760px;
	background:#fff;
	padding:2px 3px 2px 3px;
}

#content p{
	text-align:justify;
	padding:3px;
	line-height:16px;

}

#content h1{
	background: #fff url(../images/header1.gif) repeat-x left bottom;
	width:550px;
	height:31px;
	color:#fff;
	margin:4px 0 2px 0;
	padding: 0 0 0 4px;
}

#content h1.big{
	background: #fff url(../images/header1.gif) repeat-x left bottom;
	width:740px;
	height:31px;
	color:#fff;
	margin:4px 0 2px 0;
	padding: 0 0 0 4px;
}

#content h2{
	
	margin:4px 0 2px 0;
	
	
}

#content label{
	width:90px;
	display:block;
	font-wieght:bold;
	float:left;
}

.modele_holder{
	float:right;
	width:200px;
	margin:1px 3px 3px 3px;
}

.modele_menu{
	width:194px;
	background:#3C3C3C;
	color:#fff;
	padding:3px;
}

.modele_menu a {
	width:189px;
	display:block;
	background:#3C3C3C;
	font-size:13px;
	color:#fff;
	height:20px;
	padding:4px 0 0 5px;
	text-decoration:none;
}

.modele_menu a:hover {
	background:#000;
	color:#fff;
}

#content .modele_menu h1{
	width:189px;
	display:block;
	background:#000;
	font-size:14px;
	color:#fff;
	height:20px;
	padding:4px 0 0 5px;
	text-decoration:none;
}

#footer{
	width:969px;
	height:29px;
	background: #fff url(../images/banda_sus.jpg) repeat-x left bottom;
	clear:both;
	padding: 12px 0 0 0 ;
	text-align:center;
}

#footer a{
	color:#000;
	text-decoration:none;
	
}

/* colturi rotunjite */
.rtop, .rbottom, .mtop, .mbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4,
.mtop .m1, .mtop .m2, .mtop .m3, .mtop .m4,
.mbottom .m1, .mbottom .m2, .mbottom .m3, .mbottom .m4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.r1, .m1{margin: 0 5px}

.r2, .m2{margin: 0 3px}

.r3, .m3{margin: 0 2px}

.rtop .r4, .rbottom .r4, .mtop .m4, .mbottom .m4
{ margin: 0 1px;
  height: 2px
}
.rtop, .rbottom{background: #FFF;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #3C3C3C;}
.mtop, .mbottom{background: #FFF;}
.mtop .m1, .mtop .m2, .mtop .m3, .mtop .m4,
.mbottom .m1, .mbottom .m2, .mbottom .m3, .mbottom .m4{background: #3C3C3C;}



