﻿.box {
	height: 320px;
	width: 480px;
	float: left;
	text-align: center;
	margin-right: 13px;
	margin-left: 13px;
}

.menu_container {
	background-image: url(images/border_l.gif);
	background-repeat: repeat-y;
	background-color: #694D8E;
	clip: rect(auto,auto,auto,auto);
}

.border_right {
	background-image: url(images/border_r.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: -2px
}
 
.border_top {
	background-image: url(images/border_t.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;
}
 
.border_bottom {
	height:	24px; /* Alsó keret képe */
	background-image: url(images/border_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.corner_top_left { /* Jobb felső sarok képe  */
	float: 	left;
	width: 	24px;
	height: 	24px;
	background-image: url(images/corner_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
.corner_top_right { /* Bal felső sarok képe */
	float: 	right;
	width: 	24px;
	height: 	24px;
	background-image: url(images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 
.corner_bottom_left { /* Bal alsó  sarok képe  */
	float: 	left;
	width: 	24px;
	height: 	24px;
	background-image: url(images/corner_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 
.corner_bottom_right { /* Jobb alsó  sarok képe  */
	float: 	right;
	width: 	24px;
	height: 	24px;
	background-image: url(images/corner_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.header_text {
	color: 	#fff;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
}
 
.content {
	background-color: #694D8E;
	margin-right: 21px;
	margin-left: 21px;
	text-align: justify;
	height: 320px;
	color: #E2CEE5;
}

.content:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

.textbox1 {
	text-align: left;
	height: 300px;
	color: #E2CEE5;
	padding-top: 0px;
	font-family: Candara, cursive;
	font-size: 13px;
	width: 200px;
	display: inline;
}

.textbox2 {
	color: #E2CEE5;
	width: 225px;
}

.textboxh {
	text-align: center;
	height: 20px;
	color: #E2CEE5;
	width: 140px;
	font-family: "Monotype Corsiva", sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.textboxm {
	height: 170px;
	color: #E2CEE5;
	margin-top: 0px;
	width: 140px;
	text-align: center;
}

.textboxb {
	height: 100px;
	color: #E2CEE5;
	width: 125px;
	text-align: justify;
	font-family: Candara, cursive;
	font-size: 12px;
	padding-left: 5px;
}

.viewbody {
	height: 460px;
	width: 460px;
	}

