p.error, span.error {
	background-color:red;
	color:white;
}

input.delete {
	background-color:red;
	color:white;
}

/**
 * A normál megjelenés design elemei
 */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Tahoma, sans-serif;
	background-color:#ccc;
}

/* A teljes oldalt magábanfoglaló div */
#page {
	width:780px;
	margin:0px auto;
	background-color:#ccc;
	height:100%;
}

/* A fejléce minden oldalnak */
#header {
	width:780px;
	background-color:white;
}

/* A fejlécben található logo */
#header-logo {
	width:276px;
	height:80px;
	float:left;
}

/* A fejlécben a logo mellett jobbra elterülő rész */
#header-right {
	width:504px;
	height:80px;
	float:left;
	background: #9cc url(../images/top-right-bg.jpg);
	color:white;
}

#header-right table {
	width:504px;
}

/**
 * A fejléc jobb felső sarkában található menüpontok
 */
#header-top-right-menu {
	width:240px;
	height:40px;
	background:url(../images/header-top-right-menu-bg.jpg);
}

#header-top-right-menu div {
	float:right;
	background-color:#069;
	font-size:7pt;
	height:16px;
	border:1px solid black;
	margin:6px 6px 0px 0px;
}

#header-top-right-menu div p {
	margin:1px 10px;
	font-size:7pt;
	color:white;
}

#header-top-right-menu div p a {
	font-size:7pt;
	color:white;
	font-weight:100;
	text-decoration:none;
}

/* A fejlécben a logo mellett jobbra elterülő részben megjelenő szöveg */
#header-right p {
	margin:10pt;
	font-size:9pt;
}

/* A fejlécben a baloldali látványkép */
#header-picture {
	width:430px;
	height:155px;
	float:left;
}

/* A fejlécben a menü előtti kép */
#header-menu-left {
	width:24px;
	height:155px;
	float:left;
}

/* A fejlécben a menü helye */
#header-menu {
	width:198px; __width:197px;
	height:155px;
	float:left;
}

/* A fejlécben a jobboldali látványkép */
#header-picture-right {
	width:128px;
	height:155px;
	float:left;
}

/**
 * A head-ben megjelenő path
 */
#header-path {
	width:430px;
	height:24px;
	background-color: #f93;
	font-size:8pt;
	float:left;
}

#header-path p {
	margin:6px 0px 0px 24px;
}

/**
 * A head-ben lévő kereső terület
 */
#header-search {
	width:350px;
	height:24px;
	background-color: #f93;
	float:left;
}

#header-search-text {
	padding:6px 6px 0px 0px;
}
#header-search-input {
	padding:4px 6px 0px 0px;
}
#header-search-button {
	padding:4px 6px 0px 0px;
}

#header-search p {
	font-size:8pt;
}

#header-search input.text {
	height:16px;
	width:120px;
	border:1px solid black;
}

/**
 * A kereső submit gombja
 */
#header-search input.submit {
	background-color:#069;
	color:white;
	font-size:7pt;
	width:70px;
	border:1px solid black;
}

/**
 * A fő tartalmi terület
 */
#main {
	background-color:white;
	width:780px;
}

/**
 * A lábléc területe
 */
#footer {
	background: url(../images/footer-bg.jpg) white;
	width:780px;
	height:61px;
	color:#00f;
	font-size:12px;
}

/**
 * Az alsó menü a láblécben
 */
#footer-left {
	background: url(../images/footer-bg.jpg) white;
	width:430px;
	float:left;
	height:61px;
}

#footer-left p {
	margin:16px 0px 0px 20px;
	font-size:9pt;
	font-weight:100;
	color:#036;
}

#footer-left p a {
	color:#036;
	font-size:9pt;
	text-decoration:none;
	font-weight:100;
}

/**
 * A logó helye a láblécben
 */
#footer-right {
	background: url(../images/footer-bg.jpg) white;
	width:350px;
	float:left;
	height:61px;
	text-align:right;
}

/**
 * A lábléc jobboldalán található copy rights szöveg p-je
 */
#copy {
	margin:16px 4px 0px 0px;
	font-size:9pt;
	color:#036;
}

/**
 * A megjelenő tartalom css formázásai
 */

#content {
/*	width:732px; */
	padding:12px 24px;
}

