/***************
 * Szabvány:    2.1
 * Copyright:   Copyright (c) 2002, nexum MarsNet Kft.
 *              6722 Szeged, Gyertyámos u. 13.
 *              Tel.: +36 62 55 88 99;
 *              Fax.: +36 62 55 88 98
 *              http://www.nexum.hu; info@nexum.hu
 * Név:         inner_pg.css
 * Projekt:     knorr bremse karrier
 * Leírás:      belső menü-elemek
 * Keletkezés:  2004.02.23
 * Fejlesztő:   Gyuris Gellért és Orosz Lajos
 ***************
 * Fejlesztés:  #g1 - 2003.09.23 - gyuris - Mozilla időnként eltájolta az ikont, a relative helyzet egyértelműsíti
 *              #g2 - 2003.11.06 - gyuris - Mozilla időnként eltájolta az boxot, a clear segít
 *              [id] - [dátum] - [fejlesztő] - [módosítási megjegyzések]
 **************/

 /* oldal szerkezete */
BODY {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: white;
	background-image: url(../image/inner_body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

DIV#pg-frame {
	margin-right: auto;
	margin-left: auto;
	width: 751px; /* 755! */
	max-width: 751px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
#pg-contentleft {
	width: 567px;
	padding: 0px;
	float: left;
}
#pg-contentright {
	background-image: url(../image/inner_right_menu_pic.jpg);
	background-position: right;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	width: 184px;
	padding: 0px;
	float: left;
}
#pg-contentright.illustration00 {
	background-image: url(../image/inner_right_menu_pic_contact.jpg);
}

#pg-head {
	background-image: url(inner_head.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 85px;

}
#pg-foot {
	background-color: rgb(159, 158, 158);
	padding: 0px;
	height: 15px;
	text-align: right;
	padding-right: 7px;
	margin-bottom: 8px;
}
#pg-foot A {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 5px 0px 15px;
}
#pg-foot A.float-left { /* új elem */
	float: left;
}

/* az oldal tovĂˇbbi elemei */
DIV#pg-navbar {
	/*background-image: url(../image/pg_navbar_background.gif);
	background-repeat: no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 18px;
	padding-top: 2px;
}
DIV#pg-navbar A {
	padding-left: 10px;
	background-image: url(../image/pg_navbar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	text-decoration: none;
	color: rgb(27, 60, 121);
}
DIV#pg-navbar SPAN {
	padding-left: 10px;
	background-image: url(../image/pg_navbar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	text-decoration: none;
	color: rgb(27, 60, 121);
}
DIV#pg-navbar A:hover {
	color: rgb(159, 158, 158);
}
DIV#pg-navbar A.first {
	padding-left: 0px;
	background-image: none;
}

DIV#pg-links {
	border-left: 4px solid rgb(27, 60, 121);
	padding-left: 6px;
	margin-top: 18px;
	margin-bottom: 36px;

}
DIV#pg-links A {
	display: block;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: rgb(27, 60, 121);
}
DIV#pg-links A:hover {
	text-decoration: underline;
}
DIV#pg-textcontainer {
	margin: 12px;
}

DIV.pg-infobox {
	/*float: left;*/
	position: relative; /* #g1 */
	width: 190px;
	margin: 36px 22px 12px 0px;
	clear: both; /* g2 */
}
DIV.pg-infobox DIV.pg-infobox-img {
	margin: 0px;
	padding: 0px;
	border: none;	
	position: absolute;
	margin-top: -4px;
	width: 33px;
	height: 28px;
	background-image: url(../image/pg_infobox_img.gif);
	background-repeat: no-repeat;
}
DIV.pg-infobox SPAN {
	display: block;
	font-size: 11px;
	background-image: url(../image/pg_infobox_head.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	height: 20px;
	line-height: 20px;
	color: white;
} 
DIV.pg-infobox DIV {
	margin-left: 6px;
	padding: 6px;
	border: 1px solid rgb(159, 158, 158);
	color: black;
	font-size: 10px;
}
