
/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background:  #BF481E url(http://www.webtars.hu/design/bg.png) repeat-x;
	color: #000000;
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
img {	border: 0;}
form {	margin: 0;}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	margin: 0;
}

h1 { padding: 0 0 0 30px; font-size: 20px; line-height: 28px; border-bottom: 1px Solid}
h2 { padding: 0 0 0 40px; font-size: 18px; line-height: 24px; border-bottom: 1px dotted}
/* Links */
a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover, a:active {	color: black;}

/* Basic classes */
.hidden {	display: none;}
.clearing {	width: 100%;	height: 0;	clear: both; line-height: 0px; font-size: 0px; overflow: hidden}

#page {background: url(../design/upi9547_3.png) repeat-y; width: 1000px}

#top {
	height: 211px; background: url(../design/upi9547_2.png) bottom left no-repeat; clear: both; width: 1000px
}
.topmenu {
	text-align: center; font-weight: bold; padding-top: 10px; 
}

#content {
	float: left;
	width: 1000px;
}


#middle{
margin: 0 260px 0 140px; 
overflow: hidden
}
.middleinner {
	margin: 0 10px; 
}
.middleinner li { list-style-position: inside;}
.middleinner table { background-color: #E7AA7B; border: 1px solid #BF481E; text-align: justify; }
.middleinner thead { background-color: #BF481E; color: white }
.middleinner thead h2 { border: none }
.middleinner thead a:link { color: white; text-decoration: underline }
.middleinner thead a:visited { color: white; text-decoration: underline }
.middleinner thead a:hover { color: black }
.alsor {
	background-color: #F2D5BD;
}


.middleinner tfoot { background-color: #BF481E; color: white }
.middleinner p {text-align: justify; }
.middleinner code {	font-size: smaller;}

.middleinner hr { color: #BF481E; overflow: hidden; height: 1px; background-color: #BF481E }

#left{
float: left;
width: 140px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
text-align: center;
}
#left h3 {
	font-weight: bold; margin: 10px 0
}
.leftinner {
	margin: 0 5px 0 25px; border: 1px solid #BF481E}
#lefttermek {
	text-align: center; padding-bottom: 10px; border-bottom: 1px dotted #BF481E; clear: both; 
}



#right{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth)*/
}
#right h3 {
	font-weight: bold; margin: 10px 0; text-align: center
}

.kiskep {text-align: left; padding: 0 5px; width: 75px; float: left}
.kiskep2 {text-align: center; padding: 0 5px; width: 75px; clear: both}

.rightinner {
	margin: 0 30px 0 10px; 
	overflow: hidden
}
#righttermek {
	padding-bottom: 10px; border-bottom: 1px dotted #BF481E; clear: both; height: 70px; padding-top: 5px;
}
#footer {
	clear: both;
}
#akcios tfoot { background-color: #EDAE0E; color: white }
#akcios thead {background-color: #EDAE0E; border-color: #EDAE0E;}
#akcios td {background-color: #EDED73; border-color: #EDAE0E;}
table#akcios { border-color: #EDAE0E;background-color:#EDED73;}


