body{
    background:#FFEACA;
    margin:0px;
    font-family:Arial;
}
.menubar{
    background:url('../images/site_02.jpg') repeat-x top left;
    clear:both;
    height:30px;
    padding-left:20px;
}

.menu_piece{
    float:left;
    width:110px;
    margin-left:10px;
    padding-top:8px;
    height:50px;
}

.menu_piece_active{
    float:left;
    width:110px;
    margin-left:10px;
    border-top:8px Solid #990000;
    height:50px;
}

.menu_piece_over{
    float:left;
    width:110px;
    margin-left:10px;
    background:url('../images/menu_piece_over.gif');
    border-top:8px Solid #990000;
}


.group{
	background:url('../images/site_05.jpg') no-repeat;
	color:#92352E;
	height:135px;
	width:285px;
	padding:10px;
}

#hirlev_box{
	width:270px;
	height:172px;
	background:white;
	font:10px/15px verdana,sans-serif;
	color:black;
	/*
	border-bottom:1px solid #808080;
	border-right:1px solid #a8a8a8;
	*/
	margin:0 0 0 90px;
	float:right;
	border-right:38px solid white;
}
#hirlev_box h1{
	margin:0 0 15px 0;
	font:bold 11px/24px verdana,sans-serif;
	text-align:center;
	background:#92352E;
	color:white;
}
#hirlev_box form{
	margin:0;
	padding:0;	
}

.content{
    margin:20px 20px 20px 20px;
    font:13px Arial;
    color:#7b7b7b;
}

table{
    font:13px Arial;
    color:#7b7b7b;
}

a{
    text-decoration:none;
    color:#990000;
}

.contentheader{
    background:url('../images/titlebar.jpg') repeat-x bottom left;
    height:20px;
    padding-bottom:3px;
}

.news{
    font-family:Arial;
}
.resform td{
    vertical-align:top;
}

.resform .left{
    text-align:right;
}

.resform .tf{
    font:11px Arial;
    width:96%;
}