/* Extension Style Sheets */
@import url(edit.css);
@import url(menu.css);
@import url(infoboxes.css);
@import url(rte.css);

/* colors */
/* blue (dark): #00537f; */
/* blue (light): #7eaeca; */
/* blue (background menu1): #4a89ac; */
/* orange: #ec6500; */
/* red: #d10037;*/


html {
	overflow-y: scroll;
}

html, body {
	margin: 0px; 
	padding: 0px;
	background: url('../layout/krebeki_background.png')  #ec6500;
	text-align: center;
	color: #00537f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.01em;
}

/* start  top */
#krebekiTop {
	width: 787px;
	height: 168px;
	margin: 30px auto 0px auto;
	padding: 0;
}
/* end top */

/* start  middle */
#krebekiMiddleA {
	width: 787px;
	background: url('../layout/frame/middle/middle_background.png') repeat-y;
	margin: 0px auto 0px auto;
	padding: 0;
	font-size: 0.75em;
}
#krebekiMiddleB {
	width: 787px;
	background: url('../layout/frame/middle/middle_bottom.png') no-repeat bottom;
	text-align: left;
}

#middleLeft {
	float: left;
	width: 135px;
	margin: 0px 10px 10px 0px;
}

#middleCenter {
		float: left;
		width: 393px;
		margin: 10px 0px;
}

#middleRight {
	float: right;
	width: 237px;
	background: url('../layout/frame/middle/right/middle_right_background.png') repeat-y;
	margin-right: 1px;
	text-align: center;
}

#middleRightMain {
	width: 231px;
	margin: 0px auto;
	text-align: left;
}

#middleRightBottom {
	width: 237px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url('../layout/frame/middle/right/middle_right_bottom.png') no-repeat;
}

.clear {
	clear: both;	
}

/* end middle */

/* start  bottom */
#krebekiBottom {
	width: 787px;
	height: 29px;
	margin: 12px auto 12px auto;
	font-size: 0.75em;
}

#bottomLeft {
	float: left;
	width: 15px;
	height: 29px;
	background: url('../layout/frame/bottom/bottom_background_left.png') no-repeat;
}

#bottomCenter1 {
	float: left;
	width: 557px;
	height: 29px;
	background: url('../layout/frame/bottom/bottom_background_center.png');
	text-align: left;
}

#bottomCenter2 {
	float: left;
	width: 200px;
	height: 29px;
	background: url('../layout/frame/bottom/bottom_background_center.png');
	text-align: right;
}

#copyright {
	padding-top: 6px;
	color: #fff;	
}

#bottomRight {
	float: right;
	width: 15px;
	height: 29px;
	background: url('../layout/frame/bottom/bottom_background_right.png') no-repeat;
}

/*  end bottom */

