/*----------Alap---------------------------------------*/
body {	
	background-color : #6D5B4D;
	color: black;
	margin: 0;
	padding-top : 0px;
	font : 12px Tahoma,verdana,arial,sans-serif;
	text-align: center;
}
A:link,A:visited {
	color : #E2D4C7;
}
A:hover {
	text-decoration : underline;
}
form {
  margin : 0px;
  padding : 0px;
}
img {
	border: 0; 
}
label{
	cursor: pointer;
}

select {
	font : 11px Tahoma,verdana,arial,sans-serif;
	color : black;
	margin: 0px;
}
textarea{
	font : 11px Tahoma,verdana,arial,sans-serif;
}
/*---------------Layout------------------------------*/
#laycent{
	background-image: url(img/laycent2.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 818px;
	padding-left: 41px;
}
#top{
	background-image: url(img/top.jpg);	
	width: 760px;
	height: 190px;
	margin: 0 0 0 0;
}
#left{
	background-color: #E2D4C7;
	float: left;
	width: 564px;
	overflow: hidden;
}
#right{
	float: left;
	width: 196px;
	overflow: hidden;
	margin: 0 0 0 0;
	text-align: right;	
}
#bottom{
	background-color : #6D5B4D;
	width: 760px;
	clear: both;
	padding: 20px 0 15px 0;
	border-bottom: 8px solid #493828;
}
/*---------------Common------------------------------*/
.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}
/*-----------Topmenu---------------------------*/
.topmenu{
	height: 24px;
	padding: 4px 0 0 0;
}
a.topmenulink:link, a.topmenulink:visited{
	color: #35271A;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 11px 2px 11px;
	text-align: center;
	height: 18px;
	text-decoration: none;		
	display: block;
	float: left;
}
a.topmenulink:hover{
	text-decoration: underline;
}
.menusep{
	background-image: url(img/menusep.gif);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	overflow: hidden;
	width: 1px;
	margin: 0 2px 0 2px;
}
/*-----------Centertext---------------------------*/
.centertext{
	padding: 5px 10px 10px 10px;
	line-height: 130%;
}
.centertext A:link, .centertext A:visited {
	color : #35271A;
	text-decoration: none;
	font-weight: bold;
}
.centertext A:hover {
	text-decoration : underline;
}
.centertext h1{
	color: #35271A;
	font-size:15px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 15px 0;
}
.centertext img {
	border: 1px solid #4F4138; 
}
.centertext .grafimg{
	border: 0;
}
/*-----------contactpanel---------------------------*/
.contactpanel{
	background-image: url(img/sideimg.png);
	background-repeat: no-repeat;
	height: 452px;
	color: #E2D4C7;
	text-align: left;
	padding: 110px 10px 0 20px;
	margin-left: 1px;
	font-size: 11px;
}
.contactpanel h1{
	font-size:15px;
	font-weight:bold;
	margin:0pt;
	padding:5px 0pt;
}
/*-----------Bottomcsik---------------------------*/
.bottomcsik{
	color: Black;
	color: #E2D4C7;
	padding: 25px 0 10px 0;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #E2D4C7;
	margin: 0 10px;
}