@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	background-color:#ffebe4;
	font-family:Garamond, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#93533E;
}
#container {
	width: auto; 
	padding-top:20px;
	
}
#pageContent {
	position:relative;
	margin:0 auto;
	width:1075px;
}
input {
	color:#93533E;
	width:150px;
}
.left {
	float:left;
	width:80px;
}
.middle {
	float:left;
	width:915px;
	background:url(../images/full_bg.jpg) repeat-y top left;
}
.header {
	float:left;
	height:126px;
}
.headerLeft {
	float:left;
	width:109px;
	height:97px;
	background:url(../images/header_left.jpg) no-repeat top left;
}
.headerRight {
	float:left;
	width:806px;
	background:url(../images/maria_eskuvoiruha_szalon.jpg) no-repeat top left;
}
.headBar {
	float:left;
	width:905px;
	height:22px;
	background:url(../images/head_bar.jpg) no-repeat top left;
	color:#925A48;
	padding:7px 10px 0 0;
	text-align:right;
	font-weight:bold;
}
.menu {
	float:left;
	width:219px;
	min-height:423px;
	
	background:url(../images/menubar_bg.jpg) repeat-y top left;
}
/*- Menu 13--------------------------- */

.menu13 {
	width: 200px;
	margin: 5px 0 0 5px;
	}
.menu13 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.menu13 img {
    border: none;
} 	
.menu13 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.menu13 li a:link, .menu13 li a:visited {
	color: #EA6036;
	display: block;
	background:  url(../images/menu13.gif);
	padding: 8px 0 0 10px;
	font-weight:bold;
	font-size:16px;
	}
	
.menu13 li a:hover {
	color: #EA6036;
	background:  url(../images/menu13.gif) 0 -32px;
	padding: 8px 0 0 10px;
	font-weight:bold;
}
.counter {
	padding:5px;
	text-align:center;
}
.content {
	float:left;
	width:696px;
	min-height:423px;
	background:url(../images/content_bg.jpg) repeat-y top left;
}
.contentTop {
	float:left;
	height:53px;
	width:696px;
}
.textBox {
	float:left;
	width:566px;
	padding:20px 65px 0 65px;
}
.banner {
	float:left;
	border:1px solid #ebbdb0;
	width:500px;
	padding:10px;
	background-color:#FFFFFF;
	margin-bottom:20px;
}
.title {
	font-family:Monotype Corsiva;
	font-size:24px;
	color:#93533E;
	border-bottom:1px solid #F2C1B3;
}
.submenu {
	padding:10px;
	text-align:center;
}
.submenu a {
	color:#900;
	font-weight:bold;
}
.submenu a:hover {
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

.text {
	float:left;
	width:516px;
	padding:40px 0px 0 110px;
	font-size:16px;
	text-align:center;
	line-height:20px;
}
.text a {
	color:#CF918F;
	text-decoration:underline;
}
.text a:hover {
	color:#E7B6A8;
	text-decoration:none;
}
.page {
	padding:0;
	margin:0;
	float:left;
	width:566px;
	background-color:#00CCFF;
}
.hiddenElement{
	display:none;
	/* Fix IE floating bug */
	/*position: absolute;
	top: 140px;*/
}
.footer {
	float:left;
	
}
.right {
	float:left;
	width:80px;

}
.copyright {
	float:left;
	width:990px;
	text-align:right;
	color:#DBB2A3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-right:85px;
}
.copyright a {
	color:#DBB2A3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
	color:#93533E;
}
.error {
	font-weight:bold;
	color:#990000;
}
.galleryPicPort {
	float:left;
	width:85px;
	height:110px;
	padding:5px 5px 0px 1px;
	margin:3px;
	background:url(../images/pic_bg_port.jpg) top left no-repeat;
}
.galleryPicLand {
	float:left;
	width:141px;
	height:110px;
	padding:5px 5px 0px 1px;
	margin:3px;
	background:url(../images/pic_bg_land.jpg) top left no-repeat;
}

/*fixing float in FF*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
