/* StartAdmin template  */

/* 
- common: altalanos formazasok beallitasok
- page : oldalszelesseg, pozicio
- header + menu : fejlec es a vizszintes menu
- content + vmenu : tartalom elosztas + fuggoleges menu
- footer : lablec
*/



/********************************************************************************* content section */

#content {
width:1000px;
color: #000000;
}

#content_header{
display:none;
}

#content_body{
}

/********************************************************************************* content_right section */

#content_right{
float:right;
height:auto;
width:690px;

}
#content_right_header{
display:none;
}
#content_right_body{
float:right;
height:auto;
width:690px;

}

#content_right_footer {
	display:none;
}

/********************************************************************************* content_right section */

#content_left {
	float:left;
	height:auto;
	width:300px;
	border-right:#CCCCCC 2px solid;
}

#content_left_header {
	display:none;
}

#content_left_body {
}

#content_left_body ul {
	margin:0px;
	padding:0px;
}

#content_left_body li{
	width: 283px;
	height: 26px;
	text-align:right;
	list-style:none;
	background-repeat:no-repeat;
	padding-top: 6px;
}
#content_left_body a{
	margin:30px 15px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#content_left_body a:hover {
	color: #FFFFFF;
}



#content_left_footer{
}

