<!--//

html, head			{
	width		: 900px;

}

body				{
	font-size:11px; 
	font-family:tahoma;
	background:url(../img/bgr.jpg);
	color:#333333;
	margin-left	:0px;
	margin-bottom:10px;
	margin-right:0;
	margin-top:0px;


}
.butona a {
	color : #ffffff;
	text-decoration : none;
}
.butona a:hover {
	color : #ffffff;
	text-decoration:none;
}
.butona a:active {
	color : #ffffff ;
	text-decoration:none;
}

.butonb a {
	color : #ffffff;
	text-decoration : none;
}
.butonb a:hover {
	color : #ffffff;
	text-decoration:none;
}
.butonb a:active {
	color : #ffffff ;
	text-decoration:none;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color : #e71e2c;
	text-decoration : none;

}
a:active {
	color : #333333;
	text-decoration:none;
}

.baslik {	
	color: #e71d2b;
	font-weight: bold;

}

.textarea {
	font:11px Verdana;
	border:1px solid #ccccCC;
	width:300;
	height:15px;
}

.textbuton {
	border:1px solid;
	border-color:#333333;
	background-color:#d4d2d2;
	font:10px Arial, Helvetica, sans-serif;
}

.butona {
	color:#666666;
	background-color:#dadcdd;
	background:url(../img/butonb.gif);
	text-align:center;
	padding:0 0 0 0;
}

.butonb {
	color:#666666;
	background:url(../img/butona.gif);
	text-align:center;
	padding:0 0 0 0;
}

.back1 {
	background-color:#FFFFFF;
}

.back1 {
	background-color:#f3f1f1;
}


/*Tabs*/

.indentmenu{
width: 650px; 
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
border-top: 1px solid #da3e32;
border-left: 1px solid #da3e32;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #da3e32;
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(../img/1.gif) center center repeat-x;
}