@charset "utf-8";
/* CSS Document */
/* --- általános --- */
/*
kék: #0746B7
piros: #D42E12
halványkék: #A9DEF6
bordó: #740C00
*/

BODY {
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	width:100%;
	height:100%;
}

BODY, TABLE, DIV {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#000;
}

A {
	color:#0746B7;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

UL, OL {
	list-style-type:none;
	margin:0;
	padding:0;
}

UL.hozzavalok LI {
	list-style-type:none;
	padding-bottom:0px;
}

OL LI {
	list-style-type:none;
	padding-bottom:2px;
}

LI SPAN.listbull {
	color:#D42E12;
}

IMG {
	border:0;
}

IMG.leftpicture {
	margin-right:15px;
	margin-bottom:5px;
}

EM {
	color:#D42E12;
	text-transform:none;
	font-style:normal;
}

H1 {
	color:#0746B7;
	margin:0;
	padding:0px 30px 0px 0px;
	border:0;
	font-size:26px;
	text-align:center;
	padding-bottom:20px;
	font-weight:normal;
}

H2 {
	color:#0746B7;
	font-size:17px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 5px 0px;
	border:0;
}

/* --- alapoldal --- */

DIV#maindiv {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	padding:0;
	margin:0;
}

TABLE#maintable {
	height:100%;
	width:973px;
	background-image:url('img/bodyback.png');
	background-repeat:repeat-y;
}

TD {
	/*border:0px solid #090;*/
}

TABLE#maintable TR#header_tr {
	height:168px;
	display:block;
}

TABLE#maintable TD#header_td {
	height:168px;
	width:973px;
	display:block;
	margin:0;
	padding:0;
}

TABLE#maintable TD#header_td DIV#header {
	background-image:url('img/headerillu.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:168px;
	width:963px;
	display:block;
	margin:0;
	padding:0;
	border:0;
}

TABLE#maintable TR#content_tr {
	height:100%;
}

TABLE#maintable TD#content_td {
	height:70%;
	background-image:url('img/contentback.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

/* --- tartalom --- */

TABLE#contenttable {
	width:973px;
	height:100%;
}

TABLE#contenttable TD#left {
	width:225px;
	padding-top:62px;
	padding-bottom:60px;
}

TABLE#contenttable TD#center {
	width:553px;
	padding-top:35px;
}

/* --- CONTENT ELEMS --- */

TABLE#contenttable TD#center DIV {
	width:auto;
}

TABLE#contenttable TD#center DIV.contentdiv {
	margin:0px 20px 20px 30px;
	width:503px;
}

DIV.contentdiv IMG.nagyreceptkep {
	display:block;
	margin-top:15px;
}

TABLE#contenttable TD#center DIV.list {
	margin:0px 20px 5px 30px;
	width:503px;
}

TABLE.formtable TD {
	padding:3px 10px 2px 5px;
}

TABLE.formtable TD.formlabel {
	border-right:1px solid #A9DEF6;
	border-bottom:1px solid #A9DEF6;
}

TABLE#holkaphato {
	font-size:12px;
}

TD.formlabel.right {
	padding-left:13px;
}

TD.forminput {
	border-bottom:1px solid #A9DEF6;
}

TD.forminput INPUT,
TD.forminput TEXTAREA {
	margin-left:40px;
	width:250px;
}

TD.forminput TEXTAREA {
	height:60px;
}

TABLE.ikonmatrix {
	width:503px;
	margin-bottom:50px;
	margin-left:0px;
}

TABLE.ikonmatrix TD {
	width:33%;
	padding:0px 3px 10px 3px;
}

TABLE.ikonmatrix DIV {
	margin:0;
	padding:0;
	width:160px;
}

TABLE.ikonmatrix DIV.matrix_ikon,
TABLE.ikonmatrix DIV.matrix_link {
}

/* --- CONTENT ELEMS END --- */

TABLE#contenttable TD#right {
	width:195px;
	padding-top:45px;
}

#sweetab_logo {
	margin-left:40px;
	bottom:0px;
	z-index:auto;
	position:static;
}

/* --- MENÜ --- */

DIV#menulist {
	
}

DIV.submenulist {
	padding-left:25px;
}

DIV.submenuitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:2px 20px 5px 0px;
	color:#D42E12;
}

DIV.submenuitem A {
	font-family:Arial, Helvetica, sans-serif;
	color:#D42E12;
	text-decoration:none;
}

DIV.submenuitem A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#D42E12;
	text-decoration:underline;
}

/* --- lábléc --- */

TABLE#maintable TR#footer_tr {
	height:66px;
	display:block;
}

TABLE#maintable TD#footer_td {
	height:66px;
	display:block;
	width:973px;
}

TABLE#maintable TD#footer_td DIV#footer {
	background-image:url('img/footerback.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height:66px;
	display:block;
	width:963px;
}

DIV#footer DIV {
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

DIV#footer DIV A:hover {
	text-decoration:underline;
}

DIV#footerlinks_top {
	padding-top:10px;
	color:#D42E12;
}

DIV#footerlinks_top A {
	text-decoration:none;
	color:#D42E12;
}

DIV#footerlinks_bottom {
	padding-top:5px;
	color:#740C00;
}

DIV#footerlinks_bottom A {
	text-decoration:none;
	color:#740C00;
}
