@import url('http://www.google.com/fonts/specimen/Sancreek');

body {
	font-size: 12px;
	font-family: verdana;

	background-color:#611505;
	background-position:initial initial;
	background-repeat:initial initial;
	color: #000000;
	font-family:Georgia, serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0px;
	padding: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	font-family: Sancreek;
}

#galeryPage a  {
	text-decoration: none;
}
#galeryPage a h3 {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}

/* designShow komponens kinezetet szabalyozza */
#designShow{
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height: 30px;
  background-color: #000000;
  font-family: verdana;
  font-size:12px;
  position: fixed;
}
#designShow h1{
  font-size: 13px;
  text-transform: uppercase;
  margin:8px 0px 8px 16px;
  padding: 0px;
  color:#ffffff;
}
#designShow .designShowButtonSet{
  margin-top:4px;
  margin-right:16px;
  width:70px;
  height:20px;
  background: #00FF00;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  color: #000000;
  padding: 0px;
}
#designShow .designShowButtonCancel{
  margin-top:4px;
  margin-right:16px;
  width:70px;
  height:20px;
  background: #FF0000;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px;
}
#designShowAfter{
  height: 30px;
}
/* /designShow komponens kinezetet szabalyozza */


#header a{

}
#header a span{
  font-size:13px;
}
#header .firmname{
  padding: 10px;
  text-align:center;
}

#menuTop{
	padding: 10px 40px 0px 40px;
}
#menuTop .line {
	color: #E2CE6F;
	padding: 0 10px;
}
#menuTop a{
	font-size: 12px;
	color: #E2CE6F;
	text-decoration: none;
	line-height: 20px;
}

#footer {
	font-size: 12px;
	text-align: center;
}
#menuFoot {
	margin: 5px;
}
#menuFoot a{
	text-decoration: none;
	color: #000000;
	margin: 0 5px;
}

.menuSide td {
	text-align: center;
}
.menuSide .menu .bg {
	/*
	background-image: url('/upload/image/menu_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	*/
	background-color: #611505;
	border-radius: 10px;
	margin: 0 5px 10px 5px;
}
.menuSide .menu a{
	font-family: Sancreek;
	text-decoration: none;
	color: #deca70;
	font-size: 16px;
	line-height: 26px;
}
.menuSide .menu a:hover{
	color: #ffffff;
}

.content {
	background-color:#deca70;
}


/* alapertelmezett szerkeszto sablonok */
table.sevenImages div {
  overflow:hidden;
}
table.sevenImages img {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
table.betweenStandingImages div {
  overflow:hidden;
}
table.betweenStandingImages img {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
table.smallStandingImages div {
  overflow:hidden;
}
table.smallStandingImages img {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
table.smallImages div{
  overflow:hidden;
}
table.smallImages img{
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* /alapertelmezett szerkeszto sablonok */



.floatLeft{
	float:left;
}
.floatRight{
	float:left;
}
.floatClose{
	clear:both;
}

