body {
	background-color: #666666;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	color: #A8825B;
	text-decoration: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC; 
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}

/* ----- Header ----- */

#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
}

/* ----- Logo ----- */

#logo {
	width: 900px;
	height: 40px;
	color: #616161;
	font-weight: bolder;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: right;
	margin: 0;
	padding-top: 50px; 
	padding-right: 10px;
	padding-left: 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-style: italic;	
} 

#logo h2 {
	float: left;
	padding: 20px 10px;
	letter-spacing: -1px;
	line-height: 160%;	
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #CCCCCC;
}

#logo .pic1 {
	display: inline;
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 6px;
	z-index: -1;  
}

/* ----- Menu ----- */

#menu {
	width: 900px;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -21px;		
}

#menu ul {
	margin: 0;
	padding: 0;	
	list-style: none;
	line-height: normal;
	font-weight: bolder;
}

#menu li {
	float: left;
	background-color: #444444;
	border: thin solid #999;
	border-width: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 0px;
}

#menu a {
	display: block;		
	padding: 2px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .currentpage a {
}

#menu .currentpage {
	color:#999;
}

#menu a:hover {
	text-decoration: none;
	color: #DCDCF0;
	background-color: #88889C;
}

/* ----- contents -----*/

#maincont {
	display: block;
	width: 880px; /* össz: 900 */
	margin: auto;	
    background-color: #444444;
	border: thin solid #88889C;	
	border-width: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: justify;
	line-height: 160%;
	color: #A8825B;
	padding: 10px;	
}

#maincont h1, #maincont h2 {
	text-align: left;
	line-height: 60%;
}

#maincont h1 {
	font-size: 20px;	
	font-weight: bold;
}

#maincont h2 {
	font-size: 16px;	
	font-weight: normal;
	font-style: italic;
}

#maincont .piciszunet {
	font-size: 1px;
}

#shrimpcard {
	width: 480px;
	padding-top: 8px;
	/*height: 220px;*/
	/*color: #616161;*/
	border: 1px solid #000000;		
	text-align: center;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 auto 0 auto;
}

#shrimpcard img {		
	margin: 2px;
	border: 1px solid #000000;
	text-align: center;	
} 

#shrimpcard p {		
	border: none;
	background: none;
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
	padding: 4px;
	font-weight: bold;	
}

#shrimpcard a:link a:hover a:visited a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#linkcontainer{
	display: table;	
	width: 90%;	
}

#linkrow {
	display: table-row;
	border: none;	
	padding: 8px;	
}

#linkcell{
	display: table-cell;
	width: 40%;
	text-align: right;
	margin: 10px;
	padding: 8px;
}

#detailscell{
	display: table-cell;
	width: 60%;	
	text-align: justify;
	margin: 10px;
	padding: 8px;
}

#fajlist { }
#fajlist ul { }
#fajlist ul li { 
	display: inline; 
	margin: 4px;
}
#fajlist .rovid {
	width: 30%;
	text-align: right;
}
#fajlist .hosszu {
	text-align: justify;
}

#linklist {
	display: block; 
	width: 90%;
	text-align: center;
	border: thin solid #88889C;
	margin: 0 auto 0 auto;
	list-style: none;
  }
#linklist ul { display: block; }
#linklist li { 
 	display: inline-block; 
	height: auto;
  }
#linklist .bal {
	width: 40%;
	text-align: right;
	margin: 10px;
	padding: 8px;  
	height: auto;	  
}

#linklist .jobb {
	width: 60%;
	text-align: justify;
	height: auto;
	margin: 10px;
	padding: 8px;  	
}

.illustimg {
	border: 1px solid #000000;
	margin: 4px 10px;
}

#teszt {
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;	
	color: #B2B2B2;
}

#teszt p {
	margin: 0;
	line-height: normal;	
	font-size: 10px;
	text-align: center;
}

#teszt img {
	margin: 0;
	margin-left: 20px;
	margin-right: 5px;
	line-height: normal;
	font-size: 9px;
	text-align: center;
}

#error {
	font-size: 18px;
	text-align: center;
}

/* ----- Footer ------ */

#footer {
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #3D444F;
}

.vendegkonyvkeret {
	background-color: #444444;
	/*border: thin ridge #88889C;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A8825B;
	padding: 6px;
	margin: 0 auto;
}

#advertjobbfent {
	margin: 0;
	padding: -10px;
	float: right;
	display: inline;	
	margin-top: -10px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: -10px;
	z-index: -1; 
}

#advertjobbfentmain {
	margin: 0;
	padding: -10px;
	float: right;
	display: inline;	
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: -10px;
	z-index: -1; 
}

#kezdomain {		
	float: right;
	width: 680px;		
}

#tartalombox {	
	padding: 4px;
	float: left;
	width: 180px;
	height: auto;
	margin-top: -20px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: -10px;	
	border-style: solid;
	border-color: #505058;
	border-width: 1px; 
	font-size: 9px;
	line-height: 120%;
	text-align: left;	
}

#tartalombox .last {
	line-height: 160%;
	font-size: 10px;
}

#tartalombox a:link {
	color: #88889C;
}

#tartalombox a:visited {
	color: #88889C;
}

#tartalombox a:hover {
	color: #AFBFC5;
}

#tartalombox .tartalomcimke {
	font-size: 10px;
	font-weight: bold;
}

#tartalombox .piciszunet {
	font-size: 1px;	
}

.clear {clear: both; width: 100%; height: 0px; font-size: 1px; }

/* ----- régi ----- */

TABLE {	
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A8825B;
}

.keret1 {
	background-color: #444444;
	border: thin solid #88889C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A8825B;
	padding: 6px;
}

.v1 {
	background-color: #555555;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A8825B;	
}

.v2 {
	background-color: #333333;
	border: thin solid #88889C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A8825B;
	text-align: justify;
}

.v3 {
	background-color: #555555;
	border: 1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A8825B;
	width: 80%;
}

.cimsor {
	margin: 2px auto;
	color: #CCB59D;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.balcim {
	color: #CCB59D;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;	
}

.kisvastag {
	font-size: 9px;
	font-weight: bold;
	color: #AFBFC5;
}

.keplink {
	border: 1px solid #000000;
}

