@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

h1 {
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
}

.workspace {
	background-image: url(../images/workspace_background.png);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -474px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}
	
.top_menu {
	background-image: url(../images/top_menu.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 900px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bottom_menu {
	background-image: url(../images/bottom_menu.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 900px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.left_panel{
	float: left;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0px;
}

.button_panel {
	background-color: #ffffdd;
	float: left;
	width: 148px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 9px;
}

.button_panel_head {
	background-image: url(../images/panel_head.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 148px;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 2px;
}

.button {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	text-align: left;
	font-weight: bold;
	width: 143px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

.sub_button {
	background-image: url(../images/sub_button.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	text-align: left;
	font-weight: normal;
	width: 139px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 2px;
}

.normal_panel {
	background-color: #ffffdd;
	text-align: center;
	float: left;
	width: 132px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.normal_panel_head {
	background-image: url(../images/panel_head.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 148px;
	height: 20px;
	padding-top: 5px;
	margin-top: -8px;
	margin-left: -8px;
}

.main_panel {
	background-color: #ffffdd;
	text-align: justify;
	float: left;
	width: 540px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.main_panel_head {
	background-image: url(../images/panel_head.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 548px;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: -9px;
	margin-left: -9px;
}

.main_panel_item_group {
	width: 540px;
	float: left;
}

.main_panel_items {
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	float: left;
	width: 113px;
	text-align: center;
}

.termek {
	background-color: #f9f9f9;
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 9px;
	text-align: center;
}

.termek_kep_nagy {
	margin-bottom: 10px;
}

.termek_kep_kicsi {
	float: left;
	width: 110px;
	height: 110px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 10px;
}

.termek_leiras {
	float: left;
	width: 480px;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: dashed;
	border-width: 1px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
}

.main_info {
	float: left;
	width: 480px;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: dashed;
	border-width: 1px;
	text-align: left;
	font-size: 10px;
	font-style: italic;
	padding: 10px;
	margin-bottom: 10px;
}

.right_panel {
	float: right;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px;
}

/*.right_panel_head {
	background-image: url(../images/panel_head.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 148px;
	height: 20px;
	padding-top: 5px;
	margin-top: -8px;
	margin-left: -8px;
}*/

